var exit=true;
function survey()
{
if (exit)
window.open("../survey-popup.htm","survey","width=331, height=449 left=447,top=304.5");
}