if(typeof document.attachEvent!="undefined"){window.attachEvent("onload",init);document.attachEvent("onmousemove",moveMouse);document.attachEvent("onclick",checkMove);}else{window.addEventListener("load",init,false);document.addEventListener("mousemove",moveMouse,false);document.addEventListener("click",checkMove,false);}var oDv=document.createElement("div");var dvHdr=document.createElement("div");var dvBdy=document.createElement("div");var windowlock,boxMove,fixposx,fixposy,lockX,lockY,fixx,fixy,ox,oy,boxLeft,boxRight,boxTop,boxBottom,evt,mouseX,mouseY,boxOpen,totalScrollTop,totalScrollLeft;boxOpen=false;ox=10;oy=10;lockX=0;lockY=0;function init(){oDv.appendChild(dvHdr);oDv.appendChild(dvBdy);oDv.style.position="absolute";oDv.style.visibility="hidden";document.body.appendChild(oDv);};function defHdrStyle(){dvHdr.innerHTML="<img  style=\"vertical-align:middle\"  src=\"info.gif\">&nbsp;&nbsp;"+dvHdr.innerHTML;dvHdr.style.fontWeight="bold";dvHdr.style.width="300px";dvHdr.style.fontFamily="arial";dvHdr.style.border="2px solid #C8BA92";dvHdr.style.padding="10";dvHdr.style.fontSize="12";dvHdr.style.color="#000000";dvHdr.style.background="#DBD2B9";dvHdr.style.filter="alpha(opacity=90)";dvHdr.style.opacity="0.90";};function defBdyStyle(){dvBdy.style.borderBottom="2px solid #C8BA92";dvBdy.style.borderLeft="2px solid #C8BA92";dvBdy.style.borderRight="2px solid #C8BA92";dvBdy.style.width="300px";dvBdy.style.fontFamily="arial";dvBdy.style.fontSize="12";dvBdy.style.padding="10";dvBdy.style.color="#000000";dvBdy.style.background="#FFFFFF";dvBdy.style.filter="alpha(opacity=100)";dvBdy.style.opacity="1.0";};function checkElemBO(_1){if(!_1||typeof (_1)!="string"){return false;}if((_1.indexOf("header")>-1)&&(_1.indexOf("body")>-1)&&(_1.indexOf("[")>-1)&&(_1.indexOf("[")>-1)){return true;}else{return false;}};function scanBO(_2){if(checkElemBO(_2.title)){_2.boHDR=getParam("header",_2.title);_2.boBDY=getParam("body",_2.title);_2.boCSSBDY=getParam("cssbody",_2.title);_2.boCSSHDR=getParam("cssheader",_2.title);_2.IEbugfix=(getParam("hideselects",_2.title)=="on")?true:false;_2.fixX=parseInt(getParam("fixedrelx",_2.title));_2.fixY=parseInt(getParam("fixedrely",_2.title));_2.absX=parseInt(getParam("fixedabsx",_2.title));_2.absY=parseInt(getParam("fixedabsy",_2.title));_2.offY=(getParam("offsety",_2.title)!="")?parseInt(getParam("offsety",_2.title)):10;_2.offX=(getParam("offsetx",_2.title)!="")?parseInt(getParam("offsetx",_2.title)):10;_2.fade=(getParam("fade",_2.title)=="on")?true:false;_2.fadespeed=(getParam("fadespeed",_2.title)!="")?getParam("fadespeed",_2.title):0.04;_2.delay=(getParam("delay",_2.title)!="")?parseInt(getParam("delay",_2.title)):0;if(getParam("requireclick",_2.title)=="on"){_2.requireclick=true;document.all?_2.attachEvent("onclick",showHideBox):_2.addEventListener("click",showHideBox,false);document.all?_2.attachEvent("onmouseover",hideBox):_2.addEventListener("mouseover",hideBox,false);}else{if(getParam("doubleclickstop",_2.title)!="off"){document.all?_2.attachEvent("ondblclick",pauseBox):_2.addEventListener("dblclick",pauseBox,false);}if(getParam("singleclickstop",_2.title)=="on"){document.all?_2.attachEvent("onclick",pauseBox):_2.addEventListener("click",pauseBox,false);}}_2.windowLock=getParam("windowlock",_2.title).toLowerCase()=="off"?false:true;_2.title="";_2.hasbox=1;}else{_2.hasbox=2;}};function getParam(_3,_4){var _5=new RegExp("([^a-zA-Z]"+_3+"|^"+_3+")\\s*=\\s*\\[\\s*(((\\[\\[)|(\\]\\])|([^\\]\\[]))*)\\s*\\]");var _6=_5.exec(_4);var _7;if(_6){return _6[2].replace("[[","[").replace("]]","]");}else{return "";}};function Left(_8){var x=0;if(_8.calcLeft){return _8.calcLeft;}var _9=_8;while(_8){if((_8.currentStyle)&&(!isNaN(parseInt(_8.currentStyle.borderLeftWidth)))&&(x!=0)){x+=parseInt(_8.currentStyle.borderLeftWidth);}x+=_8.offsetLeft;_8=_8.offsetParent;}_9.calcLeft=x;return x;};function Top(_a){var x=0;if(_a.calcTop){return _a.calcTop;}var _b=_a;while(_a){if((_a.currentStyle)&&(!isNaN(parseInt(_a.currentStyle.borderTopWidth)))&&(x!=0)){x+=parseInt(_a.currentStyle.borderTopWidth);}x+=_a.offsetTop;_a=_a.offsetParent;}_b.calcTop=x;return x;};var ah,ab;function applyStyles(){if(ab){oDv.removeChild(dvBdy);}if(ah){oDv.removeChild(dvHdr);}dvHdr=document.createElement("div");dvBdy=document.createElement("div");CBE.boCSSBDY?dvBdy.className=CBE.boCSSBDY:defBdyStyle();CBE.boCSSHDR?dvHdr.className=CBE.boCSSHDR:defHdrStyle();dvHdr.innerHTML=CBE.boHDR;dvBdy.innerHTML=CBE.boBDY;ah=false;ab=false;if(CBE.boHDR!=""){oDv.appendChild(dvHdr);ah=true;}if(CBE.boBDY!=""){oDv.appendChild(dvBdy);ab=true;}};var CSE,iterElem,LSE,CBE,LBE,totalScrollLeft,totalScrollTop,width,height;var ini=false;function SHW(){if(document.body&&(document.body.clientWidth!=0)){width=document.body.clientWidth;height=document.body.clientHeight;}if(document.documentElement&&(document.documentElement.clientWidth!=0)&&(document.body.clientWidth+20>=document.documentElement.clientWidth)){width=document.documentElement.clientWidth;height=document.documentElement.clientHeight;}return [width,height];};var ID=null;function moveMouse(e){e?evt=e:evt=event;CSE=evt.target?evt.target:evt.srcElement;if(!CSE.hasbox){iElem=CSE;while((iElem.parentNode)&&(!iElem.hasbox)){scanBO(iElem);iElem=iElem.parentNode;}}if((CSE!=LSE)&&(!isChild(CSE,dvHdr))&&(!isChild(CSE,dvBdy))){if(!CSE.boxItem){iterElem=CSE;while((iterElem.hasbox==2)&&(iterElem.parentNode)){iterElem=iterElem.parentNode;}CSE.boxItem=iterElem;}iterElem=CSE.boxItem;if(CSE.boxItem&&(CSE.boxItem.hasbox==1)){LBE=CBE;CBE=iterElem;if(CBE!=LBE){applyStyles();if(!CBE.requireclick){if(CBE.fade){if(ID!=null){clearTimeout(ID);}ID=setTimeout("fadeIn("+CBE.fadespeed+")",CBE.delay);}else{if(ID!=null){clearTimeout(ID);}COL=1;ID=setTimeout("oDv.style.visibility='visible';ID=null;",CBE.delay);}}if(CBE.IEbugfix){hideSelects();}fixposx=!isNaN(CBE.fixX)?Left(CBE)+CBE.fixX:CBE.absX;fixposy=!isNaN(CBE.fixY)?Top(CBE)+CBE.fixY:CBE.absY;lockX=0;lockY=0;boxMove=true;ox=CBE.offX?CBE.offX:10;oy=CBE.offY?CBE.offY:10;}}else{if(!isChild(CSE,dvHdr)&&!isChild(CSE,dvBdy)&&(boxMove)){if((!isChild(CBE,CSE))||(CSE.tagName!="TABLE")){CBE=null;if(ID!=null){clearTimeout(ID);}fadeOut();showSelects();}}}LSE=CSE;}else{if(((isChild(CSE,dvHdr)||isChild(CSE,dvBdy))&&(boxMove))){totalScrollLeft=0;totalScrollTop=0;iterElem=CSE;while(iterElem){if(!isNaN(parseInt(iterElem.scrollTop))){totalScrollTop+=parseInt(iterElem.scrollTop);}if(!isNaN(parseInt(iterElem.scrollLeft))){totalScrollLeft+=parseInt(iterElem.scrollLeft);}iterElem=iterElem.parentNode;}if(CBE!=null){boxLeft=Left(CBE)-totalScrollLeft;boxRight=parseInt(Left(CBE)+CBE.offsetWidth)-totalScrollLeft;boxTop=Top(CBE)-totalScrollTop;boxBottom=parseInt(Top(CBE)+CBE.offsetHeight)-totalScrollTop;doCheck();}}}if(boxMove&&CBE){bodyScrollTop=document.documentElement&&document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop;bodyScrollLet=document.documentElement&&document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft;mouseX=evt.pageX?evt.pageX-bodyScrollLet:evt.clientX-document.body.clientLeft;mouseY=evt.pageY?evt.pageY-bodyScrollTop:evt.clientY-document.body.clientTop;if((CBE)&&(CBE.windowLock)){mouseY<-oy?lockY=-mouseY-oy:lockY=0;mouseX<-ox?lockX=-mouseX-ox:lockX=0;mouseY>(SHW()[1]-oDv.offsetHeight-oy)?lockY=-mouseY+SHW()[1]-oDv.offsetHeight-oy:lockY=lockY;mouseX>(SHW()[0]-dvBdy.offsetWidth-ox)?lockX=-mouseX-ox+SHW()[0]-dvBdy.offsetWidth:lockX=lockX;}oDv.style.left=((fixposx)||(fixposx==0))?fixposx:bodyScrollLet+mouseX+ox+lockX+"px";oDv.style.top=((fixposy)||(fixposy==0))?fixposy:bodyScrollTop+mouseY+oy+lockY+"px";}};function doCheck(){if((mouseX<boxLeft)||(mouseX>boxRight)||(mouseY<boxTop)||(mouseY>boxBottom)){if(!CBE.requireclick){fadeOut();}if(CBE.IEbugfix){showSelects();}CBE=null;}};function pauseBox(e){e?evt=e:evt=event;boxMove=false;evt.cancelBubble=true;};function showHideBox(e){oDv.style.visibility=(oDv.style.visibility!="visible")?"visible":"hidden";};function hideBox(e){oDv.style.visibility="hidden";};var COL=0;var stopfade=false;function fadeIn(fs){ID=null;COL=0;oDv.style.visibility="visible";fadeIn2(fs);};function fadeIn2(fs){COL=COL+fs;COL=(COL>1)?1:COL;oDv.style.filter="alpha(opacity="+parseInt(100*COL)+")";oDv.style.opacity=COL;if(COL<1){setTimeout("fadeIn2("+fs+")",20);}};function fadeOut(){oDv.style.visibility="hidden";};function isChild(s,d){while(s){if(s==d){return true;}s=s.parentNode;}return false;};var cSrc;function checkMove(e){e?evt=e:evt=event;cSrc=evt.target?evt.target:evt.srcElement;if((!boxMove)&&(!isChild(cSrc,oDv))){fadeOut();if(CBE&&CBE.IEbugfix){showSelects();}boxMove=true;CBE=null;}};function showSelects(){var _c=document.getElementsByTagName("select");for(i=0;i<_c.length;i++){_c[i].style.visibility="visible";}};function hideSelects(){var _d=document.getElementsByTagName("select");for(i=0;i<_d.length;i++){_d[i].style.visibility="hidden";}};if(typeof window.attachEvent=="object"){document.write("<!--[if lte IE 6]>\n"+"<script type=\"text/javascript\">\n"+"var ie6_or_less=1;\n"+"</script>\n"+"<![endif]-->\n"+"<!--[if lt IE 5.5]>\n"+"<script type=\"text/javascript\">\n"+"var less_than_ie5_5=1;\n"+"</script>\n"+"<![endif]-->");}var menu=[],resizereinit=true;function truebody(){return (document.compatMode&&document.compatMode!="BackCompat")?document.documentElement:document.body;};function getedge(o,_1){var _2;if(_1){_2=window.pageYOffset?window.pageYOffset:truebody().scrollTop?truebody().scrollTop:0;}else{_2=o.menupos=="left"?0:truebody().clientWidth?truebody().clientWidth:window.innerWidth&&truebody().offsetHeight<=window.innerHeight?window.innerWidth:window.innerWidth?window.innerWidth-20:0;_2+=window.pageXOffset?window.pageXOffset:truebody().scrollLeft?truebody().scrollLeft:0;}return _2;};function keep_in_view(o){if(o.keepinview){if(o.m.ft){o.m.ft=0;o.m.topP=o.m.offsetTop;o.m.ltop=0;}var pt=getedge(o,"top"),ks=typeof o.keepinview=="number"&&o.keepinview<o.m.topP&&o.keepinview>0?o.keepinview:o.m.topP,_3=0;if(pt!=o.m.ltop){if(o.menupos=="top"){o.m.style.visibility="hidden";}_3=pt>o.m.topP-ks?0.2*(pt-o.m.ltop-o.m.topP+ks):o.m.ltop>0?-0.2*o.m.ltop:0;_3=_3>0?Math.ceil(_3):Math.floor(_3);}else{if(o.menupos=="top"){o.m.style.visibility="";}}o.m.style.top=(o.m.style.top?parseInt(o.m.style.top):o.m.topP)+_3+"px";o.m.ltop+=_3;}if(o.menupos=="top"){if(typeof o.menuleft=="string"){o.m.style.left=o.menuleft;o.m.style.marginLeft=Math.floor(o.m.getElementsByTagName("div")[0].offsetWidth/-2)+"px";o.lleft=o.m.offsetLeft;}o.m.style.marginLeft=0;o.m.style.left=o.lleft+(window.pageXOffset?window.pageXOffset:truebody().scrollLeft?truebody().scrollLeft:0)+"px";}else{o.m.style.left=getedge(o)-(o.menupos=="right"?o.m.offsetWidth:0)+"px";}};function move(el,_4){el.getElementsByTagName("div")[0].style[el.menupos]=parseInt(el.getElementsByTagName("div")[0].style[el.menupos])+_4+"px";if(el.menupos=="right"){if(el.kviewtype=="absolute"){el.style.left=parseInt(el.style.left)-_4+"px";}el.style.width=parseInt(el.style.width)+_4+"px";}if(_4>0){el.moving=setTimeout(function(){movein(el);},el.menuspeed);}else{el.moving=setTimeout(function(){moveout1(el);},el.menuspeed);}};function movein(el){var m1=parseInt(el.getElementsByTagName("div")[0].style[el.menupos]);if(el.moving){clearTimeout(el.moving);}if(m1<-1*el.borderwidth){move(el,Math.min(-1*m1-el.borderwidth,10));}};function moveout(el){if(el.moving){clearTimeout(el.moving);}el.moving=setTimeout(function(){moveout1(el);},el.menupause);};function moveout1(el){var aw=el.menupos=="top"?el.b.offsetHeight:el.b.offsetWidth,m1=el.getElementsByTagName("div")[0];if(el.moving){clearTimeout(el.moving);}if(parseInt(m1.style[el.menupos])>aw-(el.menupos=="top"?m1.offsetHeight:m1.offsetWidth)+10){move(el,-10);}else{m1.style[el.menupos]=aw-(el.menupos=="top"?m1.offsetHeight:m1.offsetWidth)+"px";if(el.menupos=="right"){el.style.width=aw+"px";if(el.kviewtype=="absolute"){var ed=truebody().clientWidth?truebody().clientWidth:window.innerWidth&&truebody().offsetHeight<=window.innerHeight?window.innerWidth:window.innerWidth?window.innerWidth-20:0;ed+=window.pageXOffset?window.pageXOffset:truebody().scrollLeft?truebody().scrollLeft:0;el.style.left=ed-el.offsetWidth+"px";}}}};function to_em(n,o){return Math.round((n/(16*parseInt(o.fontsize)/100))*1000)/1000;};function getrows(o){var r=o.menuItems.length+(o.wrapbar?1:0);for(var _5=0;_5<o.menuItems.length;_5++){if(o.menuItems[_5][4]&&o.menuItems[_5][4]=="no"){r--;}}return r;};function make_bar(o){var bt=o.menupos=="right"||o.menupos=="top"?"<tr>":"";bt+="<td id=\""+o.id+"bar\" "+(o.menupos=="top"?"colspan=\""+o.d_colspan:"rowspan=\""+getrows(o))+"\">";if(!/<img/.test(o.bartext.toLowerCase())){for(var _6=0;_6<o.bartext.length-(o.menupos=="top"?1:0);_6++){bt+=o.menupos=="top"&&o.bartext.charAt(_6)==" "?"? ":o.menupos=="top"?o.bartext.charAt(_6)+" ":"<br>"+o.bartext.charAt(_6);}bt+=o.menupos=="top"?o.bartext.charAt(o.bartext.length-1)+"</td>":"<br>?</td>";}else{bt+=o.bartext+"</td>";}return bt+(o.menupos=="right"?"\n":"</tr>\n");};function make_style(o){if(o.user_defined_stylesheet&&!o.design_mode){return "";}var _7="";_7+="#"+o.id+" {\n"+(o.menupos=="top"?"top:0;\n":"top:"+o.menutop+"px; /*set initial Height from top*/\n")+(o.menupos=="top"?"left:"+o.menuleft+(typeof o.menuleft=="number"?"px":"")+";\n":"")+(o.menupos=="right"&&o.kviewtype=="fixed"?"right:0;\n":"")+"position:"+o.kviewtype+";\n"+"overflow:"+(o.menupos=="right"?"hidden":"visible")+";\n"+"z-index:100;\n"+(o.menupos=="left"?"left:0;\n":"")+"}\n"+"#"+o.id+" div {\n"+"border-width:"+(typeof o.outbrdwidth=="number"?o.outbrdwidth+"px":o.outbrdwidth)+"; /*Menu's outer border*/\n"+"border-style:"+o.outbrdstyle+";\n"+(o.outbrdcolor=="none"?"":"border-color:"+o.outbrdcolor+";\n")+"position:absolute;\n"+"color:black;\n"+"background-color:transparent;\n"+"}\n"+"#"+o.id+" table {\n"+"border:"+o.borderwidth+"px "+o.borderstyle+" "+o.bordercolor+"; /*Menu's inner border*/\n"+(o.menupos=="top"?"border-left-width:0;\n":"")+(o.menupos=="top"?"border-bottom-width:0;\n":"")+"font-family:"+o.menufont+", sans-serif; /*Overall font for Menu*/\n"+"font-size:"+o.fontsize+";\n"+"border-collapse:collapse;\n"+"background-color:"+(o.allowtransparent?"transparent":o.bordercolor)+";\n"+"width:"+to_em(o.barwidth+o.hdingwidth+o.borderwidth*(o.d_colspan+2),o)+"em;\n"+"}\n"+"#"+o.id+" td { /*Characteristics for cells in the menu table - do not specify width here*/\n"+"border-bottom:"+o.borderwidth+"px "+o.borderstyle+" "+o.bordercolor+";\n"+"border-left:"+o.borderwidth+"px "+o.borderstyle+" "+o.bordercolor+";\n"+"height:"+to_em(o.linkheight,o)+"em;\n"+"padding:0;\n"+"margin:0;\n"+"text-align:"+o.linktxtalign+";\n"+"}\n"+"#"+o.id+" #"+o.id+"bar { /*Characteristics for initially visible 'draw' bar (the vertical cell)*/\n"+(o.menupos=="top"?"height:":"width:")+to_em(o.barwidth+(document.all||o.menupos=="top"?o.borderwidth*2:0),o)+"em;\n"+"background-color:"+o.barbgcolor+";\n"+"color:"+o.barcolor+";\n"+"font-weight:"+o.barfontweight+";\n"+"text-align:"+o.baralign+";\n"+(o.menupos=="top"?"":"border-width:0;\n")+"cursor:default;\n"+"}\n"+"#"+o.id+" .heading { /*Characteristics for heading cells in the menu table*/\n"+"height:"+to_em(o.hdingheight,o)+"em;\n"+"color:"+o.hdingcolor+";\n"+"font-weight:"+o.hdingfontweight+";\n"+"text-indent:"+o.hdingindent+"ex;\n"+"background-color:"+o.hdingbgcolor+"; /*Background Color for menu headings */\n"+"width:"+to_em(o.hdingwidth,o)+"em; /*This will be the menu body width.  This"+(o.menupos!="top"?" (plus #"+o.id+"bar width for left and right menus)":"")+" and 4 times the border width should also be the menu table's approximate width*/\n"+"vertical-align:"+o.hdingvalign+";\n"+"text-align:"+o.hdingtxtalign+";\n"+"border-left-color:"+o.hdingbgcolor+";\n"+"border-left-style:solid;\n"+"}\n"+(o.wrapbar&&o.menupos!="top"?"#"+o.id+" #"+o.id+"lastrow {\n"+"height:"+to_em(o.barwidth,o)+"em;\n"+"background-color:"+o.barbgcolor+";\n"+"border-width:0;\n"+"margin:0 0 "+o.borderwidth+"px "+o.borderwidth+"px;\n"+"}\n":o.menupos!="top"?"#"+o.id+" #"+o.id+"lastrow {\n"+"border-bottom-width:0;\n"+"margin:0 0 "+o.borderwidth+"px "+o.borderwidth+"px;\n"+"}\n":"")+"#"+o.id+" a {\n"+"width:100%;\n"+"height:100%;\n"+"display:block;\n"+"padding-top:"+to_em(o.linktopad,o)+"em;\n"+"}\n";if(o.design_mode){if(document.getElementById("ooostyle")){alert("Only one menu's script generated styles may be displayed at a time!\n\nCurrently showing "+document.getElementById("ooostyle").tell+"'s stylesheet\n\n(or there is a syntax error - most\n????likely in the menuItem.js file)");}else{var _8=o.user_defined_stylesheet?" not":"";var sw=(window.innerWidth?window.innerWidth:truebody().clientWidth)/1.5;document.write("<textarea id=\"ooostyle\" cols=\""+Math.floor(sw/8)+"\" rows=\"65\" wrap=\"off\" style=\"margin-left:-"+Math.floor(sw/2)+"px;overflow:auto;position:absolute;top:10px;left:50%;z-index:1000;\">\n");document.write("/* "+o.id+"'s Script Generated Styles: */\n/* "+o.id+" is"+_8+" currently using these via the script */\n\n"+_7);document.write("\n/* End "+o.id+"'s Script Generated Styles */");document.write("</textarea>");document.getElementById("ooostyle").tell=o.id;}}if(!o.user_defined_stylesheet){return "<style type=\"text/css\">\n"+_7+"</style>";}return "";};function make_style_make_menu(o,s){if(s){if(!o.id){alert("a unique id is required for each menu");return;}if(!o.menuItems||o.menuItems.constructor!=Array){alert("an array of menu items is required for each menu");return;}if(!o.menutop){o.menutop=150;}if(!o.menuleft){o.menuleft="50%";}if(!o.keepinview&&typeof o.keepinview=="boolean"){o.keepinview=false;}else{if(!o.keepinview){o.keepinview=30;}}if(!o.menuspeed){o.menuspeed=20;}if(!o.menupause){o.menupause=500;}if(!o.d_colspan){o.d_colspan=2;}if(!o.allowtransparent){o.allowtransparent=false;}if(!o.barwidth){o.barwidth=22;}if(!o.hdingwidth){o.hdingwidth=149;}if(!o.hdingheight){o.hdingheight=22;}if(!o.hdingindent){o.hdingindent=1;}if(!o.linkheight){o.linkheight=16;}if(!o.outbrdwidth){o.outbrdwidth=0;}if(!o.outbrdcolor){o.outbrdcolor="none";}if(!o.outbrdstyle){o.outbrdstyle="none";}if(!o.borderwidth){o.borderwidth=1;}if(!o.bordercolor){o.bordercolor="black";}if(!o.borderstyle){o.borderstyle="solid";}if(!o.barcolor){o.barcolor="white";}if(!o.barbgcolor){o.barbgcolor="#444444";}if(!o.barfontweight){o.barfontweight="bold";}if(!o.baralign){o.baralign="center";}if(!o.menufont){o.menufont="verdana";}if(!o.fontsize){o.fontsize="80%";}if(!o.hdingcolor){o.hdingcolor="white";}if(!o.hdingbgcolor){o.hdingbgcolor="#170088";}if(!o.hdingfontweight){o.hdingfontweight="bold";}if(!o.hdingvalign){o.hdingvalign="middle";}if(!o.hdingtxtalign){o.hdingtxtalign="left";}if(!o.linktopad){o.linktopad=0;}if(!o.linktxtalign){o.linktxtalign="left";}if(!o.linktarget){o.linktarget="";}if(!o.menupos){o.menupos="left";}if(!o.bartext){o.bartext="SIDE MENU";}if(!o.user_defined_stylesheet){o.user_defined_stylesheet=false;}if(!o.user_defined_markup){o.user_defined_markup=false;}if(!o.design_mode){o.design_mode=false;}if(!o.wrapbar){o.wrapbar=false;}if(!o.kviewtype){o.kviewtype="absolute";}if(typeof ie6_or_less!="undefined"){o.kviewtype="absolute";}else{if(o.menupos=="top"&&o.kviewtype=="absolute"){o.kviewtype="fixed";}}while(!o.menuItems[o.menuItems.length-1]){o.menuItems.length=o.menuItems.length-1;}document.write(make_style(o));return;}else{if(o.design_mode||!o.user_defined_markup){var hw=o.hdingwidth;var tb="<div id=\""+o.id+"\" onmouseover=\"movein(this);\" onmouseout=\"moveout(this);\"><div><table>\n";tb+=o.menupos=="right"?make_bar(o):"";for(var _9=0;_9<o.menuItems.length;_9++){if((o.menupos=="top"&&_9==0)||_9>0&&(!o.menuItems[_9-1][4]||o.menuItems[_9-1][4]!=="no")){tb+="<tr>";}if(o.menuItems[_9][1]&&o.menuItems[_9][1]!==""){tb+="<td "+(_9==o.menuItems.length-1&&!o.wrapbar&&o.menupos!="top"?"id=\""+o.id+"lastrow\" ":"")+"colspan=\""+(o.menuItems[_9][3]&&o.menuItems[_9][3]!==""?o.menuItems[_9][3]:o.d_colspan)+"\"><a href=\""+o.menuItems[_9][1]+"\" target=\""+(o.menuItems[_9][2]?o.menuItems[_9][2]:o.linktarget)+"\">"+o.menuItems[_9][0]+"</a></td>";}else{tb+="<td "+(_9==o.menuItems.length-1&&!o.wrapbar&&o.menupos!="top"?"id=\""+o.id+"lastrow\" ":"")+"class=\"heading\" "+(o.menuItems[_9][3]&&o.menuItems[_9][3]!==""&&o.menuItems[_9][3]!==o.d_colspan?"style=\"width:"+to_em(hw*o.menuItems[_9][3]/o.d_colspan,o)+"em;"+(_9>0&&o.menuItems[_9-1][4]&&o.menuItems[_9-1][4]=="no"?"border-left-width:0;margin-left:"+o.borderwidth+"px;":"")+"\" ":"")+"colspan=\""+(o.menuItems[_9][3]&&o.menuItems[_9][3]!==""?o.menuItems[_9][3]:o.d_colspan)+"\">"+o.menuItems[_9][0]+"</td>";}if(!o.menuItems[_9][4]||o.menuItems[_9][4]!=="no"){tb+=o.menupos=="left"&&_9==0?make_bar(o):"</tr>\n";}}tb+=o.wrapbar&&o.menupos!="top"?"<tr><td id=\""+o.id+"lastrow\" colspan=\""+o.d_colspan+"\">?</td></tr>\n":"";tb+=o.menupos=="top"?make_bar(o):"";if(!o.user_defined_markup){document.write(tb+"</table></div></div>");}}if(o.design_mode){document.getElementById("ooostyle").value+="\n\n<!-- The Markup for "+o.id+" -->\n\n"+tb+"</table></div></div>\n\n<!-- End "+o.id+"'s Markup -->";}o.m=document.getElementById(o.id);var b=document.getElementById(o.id+"bar");o.m.b=b;o.m.ft=1;o.m.menupos=o.menupos;o.m.menupause=o.menupause;o.m.menuspeed=o.menuspeed;o.m.borderwidth=o.borderwidth;o.m.kviewtype=o.kviewtype;resizevent(o);if(o.menupos=="top"&&typeof window.attachEvent=="object"&&typeof ie6_or_less!="undefined"){window.attachEvent("onscroll",function(){o.m.style.visibility="hidden";});}if(o.kviewtype=="absolute"&&(o.menupos!="top"||(typeof ie6_or_less!="undefined"&&typeof window.attachEvent=="object"))){setInterval(function(){keep_in_view(o);},20);}}};function resizevent(o){var m1=o.m.getElementsByTagName("div")[0],bo=o.menupos=="top"?o.m.b.offsetHeight:o.m.b.offsetWidth;m1.style[o.menupos]=bo-(o.menupos=="top"?m1.offsetHeight:m1.offsetWidth)+"px";if(o.menupos=="right"){if(o.kviewtype=="absolute"){o.m.style.left=getedge(o)-o.m.offsetWidth+"px";}o.m.style.width=bo+"px";o.m.style.height=m1.offsetHeight+"px";if(typeof less_than_ie5_5!="undefined"){o.m.onmouseover(o.m);o.m.onmouseout(o.m);}}if(o.menupos=="top"){o.m.style.width=m1.style.width=o.m.getElementsByTagName("table")[0].offsetWidth+"px";if(typeof o.menuleft=="string"){o.m.style.marginLeft=Math.floor(m1.offsetWidth/-2)+"px";}}};var ontextresizeLastSize=false;if(window.attachEvent){window.attachEvent("onload",initOntextresizeListener);}else{if(window.addEventListener){window.addEventListener("load",initOntextresizeListener,false);}}function initOntextresizeListener(){if(!resizereinit||typeof less_than_ie5_5!="undefined"){return;}var _a=document.createElement("div");_a.style.position="absolute";_a.style.height="1em";_a.style.width="1em";_a.style.top="-2em";_a.style.left="-2em";var _b=document.body.appendChild(_a);_b.id="ontextresizeTestDiv";ontextresizeListener=setInterval("ontextresizeCheckTestDiv()",100);};function ontextresizeCheckTestDiv(){if(ontextresizeLastSize!=document.getElementById("ontextresizeTestDiv").offsetWidth){if(ontextresizeLastSize&&window.ontextresize){window.ontextresize.call();}ontextresizeLastSize=document.getElementById("ontextresizeTestDiv").offsetWidth;}};window.ontextresize=function(){for(var _c=0;_c<menu.length;_c++){if(typeof menu[_c]!="undefined"){resizevent(menu[_c]);}}};function make_menus(){if(document.getElementById){for(var _d=0;_d<menu.length;_d++){if(typeof menu[_d]!="undefined"){make_style_make_menu(menu[_d],"s");}}for(_d=0;_d<menu.length;_d++){if(typeof menu[_d]!="undefined"){make_style_make_menu(menu[_d]);}}}};resizereinit=true;menu[3]={id:"menu3",bartext:"MoJoVoX",menupos:"right",kviewtype:"fixed",menuItems:[["Menu"],["Home","http://www.mojovox.com",""],["Bookmark","http://www.addthis.com/bookmark.php",""],["My Vox","http://www.mojovox.com/mysearch.php",""],["Contact","http://www.mojovox.com/contact.php",""],["Targeted Search","",""],["Stock News","http://finance.mojovox.com","_new"],["Mutual Funds","http://www.fundmojo.com","_new"],["Local and City News","http://city.mojovox.com","_new"],["Job Listings","http://job.mojovox.com","_new"],["Blogs/Twitters","http://experts.mojovox.com","_new"],["Live Dictionary","http://dictionary.mojovox.com","_new"]]};make_menus();
