function openWin(loadpos)
{       
 newWindow = window.open(loadpos,"surveywin1","toolbar=no,resizable,scrollbars,dependent,width=330,height=280");
 newWindow.focus();
}