// JavaScript Document

function OpenPopup (c) {
window.open(c,
'window',
'width=700,height=400,resizable=yes,left=10, top=10, scrollbars=yes, status=yes');
}



