function PopFlag(){
new_window =
window.open('http://instant.epoll.com/public/survey.php?name=paneldemo','Take_our_poll','width=452,height=403,scrollbars=no,left=50,top=50,toolbars=no,directories=no,status=no,resize=no,menubar=no,location=no')
new_window.focus()
}

function openWin(URL) {
    aWindow = window.open(URL, "thewindow", "toolbar=yes,location=yes,status=no,menubar=yes,scrollbars=yes,resizable=no,width=655,height=400");
}