image1 = new Image();
image1.src = "/assets/images/menu1on.gif";
image2 = new Image();
image2.src = "/assets/images/menu2on.gif";
image3 = new Image();
image3.src = "/assets/images/menu3on.gif";
image4 = new Image();
image4.src = "/assets/images/menu4on.gif";
image5 = new Image();
image5.src = "/assets/images/menu5on.gif";
image6 = new Image();
image6.src = "/assets/images/menu6on.gif";
image7 = new Image();
image7.src = "/assets/images/menu7on.gif";
image8 = new Image();
image8.src = "/assets/images/menu8on.gif";
image9 = new Image();
image9.src = "/assets/images/menu9on.gif";
image10 = new Image();
image10.src = "/assets/images/menu10on.gif";
image11 = new Image();
image11.src = "/assets/images/menu11on.gif";



sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


function Flash(url, width, height)
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'" id="header_sub" align="middle" style=" style="background-color: #f5821f;">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="'+url+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#f5821f" />');
	document.write('<embed src="'+url+'" quality="high" bgcolor="#f5821f" width="'+width+'" height="'+height+'" name="header_sub" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" style="background-color: #f5821f;" />');
	document.write('</object>');
}

function WMPAudio(url) {
document.write('<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="47" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">');
document.write('<PARAM NAME="FileName" VALUE="'+url+'">');
document.write('<PARAM name="autostart" VALUE="false">');
document.write('<PARAM name="ShowControls" VALUE="true">');
document.write('<param name="ShowStatusBar" value="false">');
document.write('<PARAM name="ShowDisplay" VALUE="false">');
document.write('<EMBED TYPE="application/x-mplayer2" SRC="'+url+'" NAME="MediaPlayer" WIDTH="192" HEIGHT="47" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"></EMBED>');
document.write('</OBJECT>');
}

function QTAudio(url) {
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="200" height="15" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
document.write('<param name="src" value="'+url+'">');
document.write('<param name="autoplay" value="false">');
document.write('<embed src="'+url+'" width="200" height="15" autoplay="true"></embed>');
document.write('</object>');
}