var newWindow = null function windowOpener(loadpos) { if (!newWindow || newWindow.closed) { newWindow = window.open(loadpos,"MyVote","scrollbars,top=200,width=500,height=300"); } else { newWindow.focus(); } } javastr=""; javastr+="
" document.write(javastr)