function rogeeWindow(url) {
myWdw1 = window.open(url,"rogWind1","WIDTH=782,height=540,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=1,directories=0,fullscreen=0,hotkeys=1,location=1,menubar=1,resizable=1,scrollbars=1,status=1,titlebar=1,toolbar=1,z-lock=0,screenX=0,screeny=0,left=0,top=0");
myWdw1.focus();}

function rogeePDF(url) {
myWdw2 = window.open(url,"rogWind2","WIDTH=782,height=540,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=1,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=1,scrollbars=1,status=1,titlebar=1,toolbar=1,z-lock=0,screenX=0,screeny=0,left=0,top=0");
myWdw2.focus();}