var WIDTH=480;
var HEIGHT=450;
function popUpWindow() {
window.open('','pollwindow','dependent=no,height='+HEIGHT+',width='+WIDTH+',location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
}