
<!--  //
function RollButton(n,on){
	if (document.images){
		if (mouseon[n]){
			if (eval("document['img"+n+"']"))
				eval("document['img"+n+"'].src = on?mouseon["+n+"].src:mouseoff["+n+"].src;");
		}
		if(document.all){





		}

	}
}
function RollSubButton(imgName,on,menuon,menuoff,imgPoint,n){
	if (document.images){
		if (document[imgName])
		if (menuon != "")
		eval("document['"+imgName+"'].src = on?menuon:menuoff");

	}
}
function loadself(source){}
function openpop(url) {
myWindow = window.open(url, '', '');
if (myWindow.opener == null) myWindow.opener = self;
myWindow.focus();
}
//-->



