
function myPopup() {
window.open( "compare.html", "myWindow", 
"status = 1, height = 350, width = 320, resizable = 0" )
}

