// JavaScript Document
function popup()
{

        
window.open( "survey.php", "Cancunhotel2000", 
"status = 1, height = 800, width = 680, resizable = 1 , scrollbars=yes" )
     

}