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

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

function windowMake1(url) {myWdw1 = window.open(url,"trcMake1","WIDTH=780,height=500,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=1,toolbar=1,z-lock=0,screenX=0,screeny=0,left=0,top=0");
myWdw1.focus();}

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

function windowSVCRWD(url) {myWdw3 = window.open(url,"ServiceRewardProgram","WIDTH=770,height=480,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=1,toolbar=1,z-lock=0,screenX=0,screeny=0,left=0,top=0");
myWdw3.focus();}

function windowInventory(url) {myWdw4 = window.open(url,"trcInventory","WIDTH=780,height=500,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=1,toolbar=1,z-lock=0,screenX=0,screeny=0,left=0,top=0");
myWdw4.focus();}
