var d=document.location.href.split("/");
var section=d[d.length-1];
if(section==""){section="index.php";}
if(section.substr(0,1)!="/") section = "/" + section;
if(d[3]=="forums" && d.length>3) section = "/forums" + "/index.php"; /* section */


function sectionsMenu(){
var swfheight=230 /* edit this value to make room for new sections */
swfembed( {src:"/public/rsrc/sections.swf?section="+section,width:150,height:swfheight,bgcolor:"#ffffff"} )
}

function sectionsMenuCorp(){
var swfheight=80 /* edit this value to make room for new sections */
swfembed( {src:"/public/rsrc/sectionscorp.swf?section="+section,width:150,height:swfheight,bgcolor:"#ffffff"} )
}

function swfembed(a){
var swf_src=(typeof(a.src)!="undefined")?a["src"]:""
var swf_width=(typeof(a.width)!="undefined")?a["width"]:"100%"
var swf_height=(typeof(a.height)!="undefined")?a["height"]:"100%"
var swf_bgcolor=(typeof(a.src)!="undefined")?a["bgcolor"]:false
var swf_play=(typeof(a.play)!="undefined")?a.play:"true"
if(swf_src!=""){
	var h=""
	h+=('<object id="swfmovie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,0,0" height="'+swf_height+'" width="'+swf_width+'" \/>')
	h+=('<param name="movie" value="'+swf_src+'" \/><param name="play" value="'+swf_play+'" \/><param name="quality" value="best" \/><param name="scale" value="noscale" \/><param name="salign" value="lt" \/>')
	if(swf_bgcolor){h+=('<param name="bgcolor" value="'+swf_bgcolor+'" />');}
		h+=('<embed id="swfmovie" src="'+swf_src+'" height="'+swf_height+'" width="'+swf_width+'" scale="noscale" salign="lt" ' )
		if(swf_bgcolor){h+=('bgcolor="'+swf_bgcolor+'" ' );}
		h+=('pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" type="application\/x-shockwave-flash" quality="best" play="true" \/>')
	h+=('<\/object>')

	document.write(h)
	}else{//no src!
	h+=('<div style="background-color:yellow;padding:12px">[!] src = &quot;&quot;<\/div>')
	}
}
