
function popup(page) {
//'width=640,height=480,top=0,left=0,scrollbars=yes,status=yes,toolbar=yes,resizable=no,location=yes,menubar=yes'
siteWindow = window.open(page,'siteWin','resizable=no,width=500,height=405,top=25,left=25,scrollbars=yes')
siteWindow.focus()

}

