function survey_popup(){
var url ="/survey/popup.php";
window.open(url,"survey","resizable=1,width=500,height=600,scrollbars=1");
}

