//Time before menus auto-hide
	menu_pause = 250; 
// Use animation menus Requires scriptaculous
	anim_menus = 1;
// speed of animated menus
	menu_speed = .25;
//Auto link buttons to overview pages
	use_overview_pages = 0;
//Show sub-menus for current section( 0=no, 1=yes)
	section_subs = 0;
// Menu Direction up|center (default is down)
	menu_dir = "";
function shMv(theName,wdth,hght,theID){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="' + theID +'"width="'+ wdth + '"height="' + hght + '"id="' + theID +'">\n');
document.write('<param name="movie" value="' + theName +'">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="' + theName +'"width="'+ wdth + '"height="' + hght + '"quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="' + theID +'"></embed>\n');
document.write('</object>\n')}
function shMvVar(theName,wdth,hght,theID,theVar){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="' + theID +'"width="'+ wdth + '"height="' + hght + '"id="' + theID +'">\n');
document.write('<param name="movie" value="' + theName +'">\n');
document.write('<param name="FlashVars" value=&whichM=' + theVar + '>\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="' + theName +'"width="'+ wdth + '"height="' + hght + '"wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" FlashVars="whichM=' + theVar +'"name="' + theID +'"></embed>\n');
document.write('</object>\n')}
function shMvVarDate(theName,wdth,hght,theID,theY,theM,theD){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="' + theID +'"width="'+ wdth + '"height="' + hght + '"id="' + theID +'">\n');
document.write('<param name="movie" value="' + theName +'">\n');
document.write('<param name="FlashVars" value=theYear=' + theY +'&theMonth=' + theM + '&theDay=' + theD +  '>\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="' + theName +'"width="'+ wdth + '"height="' + hght + '"wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="' + theID +'" FlashVars="theYear=' + theY +'&theMonth=' + theM +'&theDay=' + theD +'"></embed>\n');
document.write('</object>\n')}
function shMvBehind(theName,wdth,hght,theID){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="' + theID +'"width="'+ wdth + '"height="' + hght + '"id="' + theID +'">\n');
document.write('<param name="movie" value="' + theName +'">\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="' + theName +'"width="'+ wdth + '"height="' + hght + '"wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="' + theID +'"></embed>\n');
document.write('</object>\n')}
function doAlert(msg){alert(msg);}
function getFile(url,settings){window.open(url,'',settings);}
function doDisplay(id){
	document.getElementById("k").style.display = "none";
	document.getElementById("one").style.display = "none";
	document.getElementById("two").style.display = "none";
	document.getElementById("three").style.display = "none";
	document.getElementById("four").style.display = "none";
	document.getElementById("five").style.display = "none";
	document.getElementById("six").style.display = "none";
	document.getElementById("seven").style.display = "none";
	document.getElementById("eight").style.display = "none";
	document.getElementById("nine").style.display = "none";
document.getElementById(id).style.display == "none" ? document.getElementById(id).style.display = "block" :  document.getElementById(id).style.display = "none"; 
}