//******************************************************************************/
function imageSwap(i_zImgName, i_zImgNewSrc){
	if (document.images){
		document.images[i_zImgName].src = i_zImgNewSrc;
	};
};

//******************************************************************************/
// POPUP SCREENS

function rogAM(url) {
myWdw = window.open(url,"rogCalSmall2","WIDTH=760,height=520,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=1,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,z-lock=0,screenX=0,screeny=0,left=0,top=0");
myWdw.focus();}

function rogAMSmall(url) {
myWdw = window.open(url,"rogCalSmall3","WIDTH=480,height=320,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=1,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,z-lock=0,screenX=0,screeny=0,left=0,top=0");
myWdw.focus();}
