
// This is used to control the Magic-Y menu
// Toggle Layer style for left property
function togLyr (el, status) { 
    var yale = (status == 1) ? "0" : "-999em";
    document.getElementById(el).style.left = yale;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

<!--
// Ramdom Splash Image - Note: won't show up in Dreamweaver Template

imgCt = 4
		
function choosePic() {
		if (document.images) {
			thisImg = Math.floor((Math.random() * imgCt)) + 1
			document.randomImg.src = "images/splash" + thisImg + ".jpg"
		}
	}
//-->
