

function popup(page) {

//'width=640,height=480,top=0,left=0,scrollbars=yes,status=yes,toolbar=yes,resizable=yes,location=yes,menubar=yes'

siteWindow = window.open(page,'siteWin','width=500,height=420,top=0,left=0,scrollbars=yes,resizable=yes')

siteWindow.focus()



}



