
//<!--
//begin rollover script

function imgSwitch (x,y) {
	if(y=='in') {
		this[0]=new Image ();this[0].src=document[x].src;
		this[1]=new Image ();this[1].src="/glmedia/" + x + "_over.jpg";
		document[x].src=this[1].src;
	}
	else {
		document[x].src=this[0].src;
	}
}

//end rollover script
//-->

//<!--
//begin rollover script

function navSwitch (x,y) {
	if(y=='in') {
		this[0]=new Image ();this[0].src=document[x].src;
		this[1]=new Image ();this[1].src="/glmedia/" + x + "_over.gif";
		document[x].src=this[1].src;
	}
	else {
		document[x].src=this[0].src;
	}
}

//end rollover script
//-->
