
function Popup(url) {
window.open( url, "myWindow", 
"status = 1, height = 700, width = 665, resizable = 0" )
}
