function imenus_data1(){
					
									
						this.menu_showhide_delay = -70;
						this.hide_focus_box = false;
					
					/*---------------------------------------------
  					Optional Drag 'n Drop Item Settings
   					---------------------------------------------*/

						this.dd_disabled = true;
						this.dd_plus_button_offsety = "-16";	
						this.dd_plus_button_styles = "color:#ff0000;font-size:12px;font-family:Arial;"
						this.dd_item_container_styles = "padding:0px;padding-top:1px;border-style:dashed;border-width:1px;border-color:#333333;background-color:#8692aa;"


					/*---------------------------------------------
					Optional Info Box Settings
					---------------------------------------------*/
	
						this.info_box_msg = "<span style='color:#cc0000;'>Hint:</span> Drag 'N' Drop sub items to create shortcuts on the web page.";
						this.info_box_dragdrop_related = false;
						this.info_box_styles = "top:-44px;left:0px;";

			
					
					/*---------------------------------------------
					Optional Expand Icon Animation Settings
					---------------------------------------------*/
					
					
						//this.expand_arrow_animation_disabled = true
						this.expand_arrow_animation_frames1 = 0
						this.expand_arrow_animation_movexy1 = "0,0"
						this.expand_arrow_animation_frames2 = 0
						this.expand_arrow_animation_movexy2 = "0,0"
	
					
					
					/*---------------------------------------------
					Images (pointer icons)
					---------------------------------------------*/
				
						/*				
						this.main_pointer_image = 'images/bullet_green_pointer_top.gif'
						this.main_pointer_image_width = '10'
						this.main_pointer_image_height = '5'
						this.main_pointer_image_offx = '-3'
						this.main_pointer_image_offy = '-7'
					
						this.sub_pointer_image = 'images/bullet_white_diamond.gif'
						this.sub_pointer_image_width = '5'
						this.sub_pointer_image_height = '5'
						this.sub_pointer_image_offx = '6'
						this.sub_pointer_image_offy = '-4'
						*/
					
						//this.sub_pointer_image_offx1_0 = '159'
						//this.sub_pointer_image_offx1_1 = '173'
						//this.sub_pointer_image_offx1_2 = '173'
			
					
					}


			




;function imenus_efix_styles(ni){var rv=ni+" li a .imefixh{visibility:hidden;}";rv+=ni+" li a .imefix{visibility:hidden;}";rv+=ni+" li a.iactive .imefixh{visibility:hidden;}";rv+=ni+" li a.iactive .imefix{visibility:hidden;}";return rv;};function imenus_get_ss(id){var a,ds;if(a=document.getElementById("ssimenus"+id))return a;ds=document.styleSheets;for(var i=0;i<ds.length;i++){try{if(ds[i].owningElement&&!ds[i].owningElement.id&&(ds[i].cssText)&&(ds[i].cssText.indexOf("imenus"+id)+1))return ds[i].owningElement;}catch(e){}}};function imenus_strip_file_name(pn){var sa=0;var ca=0;while((ca=pn.indexOf("/",ca))+1){ca++;sa=ca;}return pn.substring(0,sa);};function imenus_efix(x2){if(window.name=="hta"||window.name=="imopenmenu")return;ulm_mglobal.eimg_fix=1;ulm_mglobal.eimg_sub="";ulm_mglobal.eimg_sub_hover="";ulm_mglobal.eimg_main="";ulm_mglobal.eimg_main_hover="";ulm_mglobal.eimg_bl="";if(ss=imenus_get_ss(x2)){if(ss.tagName=="LINK"){var cl=ss.href.replace(/\\/g,"/");if(cl.indexOf("/")+1){cl=imenus_strip_file_name(cl);var wl=imenus_strip_file_name(window.location.href);ulm_mglobal.eimg_bl=wl+cl;}}ss=ss.styleSheet;for(i in ss.rules){if(a=imenus_efix_strip(ss.rules[i],"#imenus"+x2+" .imeamj SPAN",1))ulm_mglobal.eimg_main=a;if(a=imenus_efix_strip(ss.rules[i],"#imenus"+x2+" LI A.iactive .imeamj SPAN"))ulm_mglobal.eimg_main_hover=a;if(a=imenus_efix_strip(ss.rules[i],"#imenus"+x2+" UL .imeasj SPAN",1))ulm_mglobal.eimg_sub=a;if(a=imenus_efix_strip(ss.rules[i],"#imenus"+x2+" UL LI A.iactive .imeasj SPAN"))ulm_mglobal.eimg_sub_hover=a;}}};function imenus_efix_strip(rule,selector,dms){if(rule.selectorText==selector){var t=ulm_mglobal.eimg_bl+imenus_efix_stripurl(rule.style.backgroundImage);rule.style.backgroundImage="";if(dms){var tw=rule.style.width;if((a=parseInt(tw))&&!isNaN(a))t+="|"+a;else t+="|0";var tw=rule.style.height;if((a=parseInt(tw))&&!isNaN(a))t+="|"+a;else t+="|0";}return t;}};function imenus_efix_stripurl(txt){wval=txt.toLowerCase();if(wval.indexOf("url(")+1){txt=txt.substring(4);if((commai=txt.indexOf(")"))>-1)txt=txt.substring(0,commai);}return txt;};function imenus_efix_add(level,expdiv){var a,l;var w=0;var h=0;var addwh="";var show=1;var x4="main";if(level!=1)x4="sub";var ih="";if((a=ulm_mglobal["eimg_"+x4])&&a.toLowerCase()!="none"){a=a.split("|");if(a.length>2){l=a[0];w=parseInt(a[1]);h=parseInt(a[2]);addwh='width='+w+' height='+h;if(!w||!h)show=false;}else l=a;if(l.toLowerCase()!="none")ih+='<img class="imefix" src="'+l+'" '+addwh+'>';}if((a=ulm_mglobal["eimg_"+x4+"_hover"])&&a.toLowerCase()!="none"&&show)ih+='<img class="imefixh" style="position:absolute;top:0px;left:0px;" src="'+a+'" '+addwh+'>';if(show)expdiv.firstChild.innerHTML=ih;}



/*
ulm_drag=new Object();ulm_drag.floats=new Object();if(window.attachEvent)window.attachEvent("onload",imenus_drag_init);else  if(window.addEventListener)window.addEventListener("load",imenus_drag_init,1);;function imenus_drag_init(){if(ulm_drag.no)return;if(dc=document.cookie){dc=dc.split(";");for(var i=0;i<dc.length;i++){var tval=dc[i].split("=");if((tval.length>1)&&(tval[0].indexOf("imdrag")+1)){tval=tval[1].split(":");for(var j=0;j<tval.length;j++){var vals=tval[j].split("|");if(dobj=document.getElementById(vals[0])){imenus_drag_floatit(dobj,1);dobj.style.left=vals[1];dobj.style.top=vals[2];}ulm_drag.floats[vals[0]]=vals[0]+"|"+vals[1]+"|"+vals[2];}}}}};function imenus_drag_evts(a,dto){if(ulm_drag.no=(ulm_safari||ulm_navigator||ulm_iemac||window.name=="imopenmenu"||window.name=="hta"))return;dto.hide_focus_box=true;a.onmousedown=function(event){event=event||window.event;var at=this.getElementsByTagName("A")[0];if(at.className.indexOf("imsubtitle")+1||at.className.indexOf("imctitlea")+1)return;ulm_drag.go=false;ulm_drag.moved=false;ulm_drag.mdown=true;ulm_drag.prev_x=event.screenX;ulm_drag.prev_y=event.screenY;ulm_drag.orig_x=event.screenX;ulm_drag.orig_y=event.screenY;if(this.style.position!="absolute")ulm_drag.from_menu=true;else ulm_drag.from_menu=false;ulm_drag.obj=this;ulm_drag.container=document.getElementById("imenus"+this.id.substring(6,this.id.indexOf(x42)));if(ulm_drag.container)ulm_drag.container=ulm_drag.container.parentNode;ulm_drag.cxy=x26(ulm_drag.container);ulm_drag.savez=ulm_drag.container.style.zIndex;ulm_drag.container.style.zIndex=9999999;imenus_drag_kille(event);return true;};a.onmouseup=function(event){event=event||window.event;ulm_drag.mdown=false;if(ulm_ie)ulm_drag.obj.releaseCapture();if(document.removeEventListener)document.removeEventListener("mousemove",imenus_drag_fixcapture,false);var xdif=ulm_drag.orig_x-event.screenX;var ydif=ulm_drag.orig_y-event.screenY;if((ulm_drag.onmain)||(ulm_drag.from_menu&&Math.abs(xdif)<30&&Math.abs(ydif)<30&&ulm_drag.moved)){imenus_drag_record(this,1);if(wd=document.getElementById("impb"+this.id))this.removeChild(wd);imarc("impbcontainer",this);imarc("ishow",this);var atag=this.getElementsByTagName("A")[0];imarc("ihover",atag);imarc("iactive",atag);this.style.position="";this.style.zIndex="";this.style.visibility="";this.style.width="";this.style.top="";this.style.left="";ulm_drag.onmain=false;if(this.a=window.imenus_under)this.a(true);}else imenus_drag_record(a);ulm_drag.container.style.zIndex=ulm_drag.container.savez;imenus_drag_kille(event);};a.onmousemove=function(event){var a;if(a=window.imenus_hide_pointer)a(this.parentNode.parentNode);event=event||window.event;if(ulm_drag.obj&&(ulm_drag.obj.id==this.id))imenus_drag_mmove(event,this);if(this.style.position=="absolute")imenus_drag_kille(event);};};function imenus_drag_record(obj,remove){if(obj.style.position=="absolute"){if(remove)ulm_drag.floats[obj.id]=null;else ulm_drag.floats[obj.id]=obj.id+"|"+obj.style.left+"|"+obj.style.top;var val="";for(var i in ulm_drag.floats){if(ulm_drag.floats[i])val+=ulm_drag.floats[i]+":";}val=val.substring(0,val.length-1);document.cookie="imdrag="+val+";expires=Fri,3 Aug 2050 20:47:11 UTC;path=/";}};function imenus_drag_mmove(event,x17){if(ulm_drag.mdown){if(ulm_ie)ulm_drag.obj.setCapture(true);var xdif=ulm_drag.prev_x-event.screenX;var ydif=ulm_drag.prev_y-event.screenY;if(!ulm_drag.go&&Math.abs(xdif)<5&&Math.abs(ydif)<10)return;else ulm_drag.go=true;if((x17.style.position!="absolute"))imenus_drag_floatit(x17);var sl=x17.style.left;var st=x17.style.top;if(!sl)sl=x17.offsetLeft;if(!st)st=x17.offsetTop;x17.style.left=(parseInt(sl)-xdif)+"px";x17.style.top=(parseInt(st)-ydif)+"px";ulm_drag.prev_x=event.screenX;ulm_drag.prev_y=event.screenY;ulm_drag.moved=true;var cxy=ulm_drag.cxy;var txy=x26(x17);var ow=ulm_drag.container.offsetWidth;var oh=ulm_drag.container.offsetHeight;if((txy[0]>cxy[0]-x17.offsetWidth)&&(txy[0]<cxy[0]+ow)&&(txy[1]>cxy[1]-x17.offsetHeight)&&(txy[1]<cxy[1]+oh)){ulm_drag.onmain=true;if(wd=document.getElementById("impb"+x17.id))wd.style.visibility="visible";}else {ulm_drag.onmain=false;if(wd=document.getElementById("impb"+x17.id))wd.style.visibility="hidden";}}};function imenus_drag_styles(id,dto){rval="#imenus"+id+" .implusbutton{top:-16px;font-family:Arial;font-size:12px;color:#ff0000;visibility:hidden;position:absolute;top:"+dto.dd_plus_button_offsety+"px;"+dto.dd_plus_button_styles+"}";rval+="#imenus"+id+" .impbcontainer{background-color:#ffffff;padding:1px;border-style:dashed;border-width:1px;"+dto.dd_item_container_styles+"}";return rval;};function imenus_drag_floatit(x17,is_init){ulm_mglobal.floated=true;x17.style.width=x17.parentNode.offsetWidth+"px";x17.style.position="absolute";x17.style.zIndex="9999";x17.style.visibility="visible";imarc("impbcontainer",x17,1);pdiv=document.createElement("DIV");pdiv.id="impb"+x17.id;pdiv.innerHTML="+";pdiv.className="implusbutton";pdiv=x17.appendChild(pdiv);at=x17.getElementsByTagName("A")[0];at.onclick=function(event){event=event||window.event;if(ulm_drag.moved){imenus_drag_kille(event);return false;}};if(!ulm_ie&&document.addEventListener&&!is_init)document.addEventListener("mousemove",imenus_drag_fixcapture,1);if(this.a=window.imenus_under)this.a(true);};function imenus_drag_fixcapture(event){imenus_drag_mmove(event,ulm_drag.obj);};function imenus_drag_kille(event){event.cancelBubble=true;if(event.preventDefault)event.preventDefault();if(event.stopPropagation)event.stopPropagation();}
*/



/*
ulm_last_pointer=null;;function imenus_add_pointer_image(obj,dto,level){if(ulm_oldnav||(ulm_mac&&(ulm_ie||ulm_navigator)))return;x4="main";if(level>0)x4="sub";var c_horizontal=true;if(level==0){if((ob1=obj.getElementsByTagName("LI")[0])&&(ob1.style.width.indexOf("100%")+1))c_horizontal=false;}var a=obj.parentNode.getElementsByTagName("UL")[0];var id=a.id.substring(a.id.indexOf("_")+1);x3=document.createElement("DIV");x3.id="pi"+a.id;x3.style.position="absolute";x3.style.visibility="hidden";x3.style.fontSize="0px";x3.style.lineHeight="0px";x3.style.zIndex=999;x3.setAttribute("ispointer",1);x3.setAttribute("scxy","0,0");x3.setAttribute("offxy","0,0");if((level==0)&&(c_horizontal)){x3.setAttribute("ish",1);x3.setAttribute("fxoff",x25(dto.main_pointer_image_offy));x3.setAttribute("sloff",x25(dto.main_pointer_image_offx));}else {x3.setAttribute("fxoff",x25(x27_pointer(x4+"_pointer_image_offx",dto,id)));x3.setAttribute("sloff",x25(x27_pointer(x4+"_pointer_image_offy",dto,id)));}wht="";if((tval=x27_pointer(x4+"_pointer_image_width",dto,id)))wht+="width='"+tval+"'";if((tval=x27_pointer(x4+"_pointer_image_height",dto,id)))wht+="height='"+tval+"'";x5=x27_pointer(x4+"_pointer_image",dto,id);if(!x5||x5.toLowerCase()=="none")obj.setAttribute("noimage",1);else obj.removeAttribute("noimage");var dexist=false;var dobj=obj.childNodes;for(var d=0;d<dobj.length;d++){if(dobj[d].getAttribute&&dobj[d].getAttribute("ispointer"))dexist=true;}if(!dexist){x3.innerHTML='<img src="'+x5+'" '+wht+'>';obj.appendChild(x3);}obj.onmousemove=function(e){e=e||window.event;var x32=this;if(this.tagName=="DIV")x32=this.getElementsByTagName("UL")[0];if((x32.className.indexOf("imncc")+1)||(x32.parentNode.className.indexOf("imncc")+1)||this.getAttribute("noimage")){imenus_hide_pointer();if(!x32.id||x32.id.indexOf("imenus")==-1)im_kille(e);return false;}var lc=this.lastChild;var bid;if(!lc.getAttribute("ispointer")){bid=this.getElementsByTagName("UL")[0].id;lc=document.getElementById("pi"+bid);}if(!lc.getAttribute("initialized"))imenus_initialize_pointer(this,lc);offxy=eval("new Array("+lc.getAttribute("offxy")+")");sloff=parseInt(lc.getAttribute("sloff"));scxy=eval("new Array("+lc.getAttribute("scxy")+")");if(lc.getAttribute("ish")){npos=e.clientX-offxy[0]+sloff+scxy[0];if(window.dp_zoomc)npos=dp_zoomc(npos);setTimeout("imenus_pointer_move('"+lc.id+"',"+npos+",'h')",0);}else {npos=e.clientY-offxy[1]+sloff+scxy[1];if(window.dp_zoomc)npos=dp_zoomc(npos);setTimeout("imenus_pointer_move('"+lc.id+"',"+npos+")",0);}var a;if(a=window.imenus_event_mc_onmousemove)a();im_kille(e);return false;};};function imenus_pointer_move(id,npos,type){var md=document.getElementById(id);if(type=="h")md.style.left=npos+"px";else md.style.top=npos+"px";if(md.getAttribute("initialized"))md.style.visibility="inherit";};function x25(val){if(val==null)return 0;return val;};function imenus_hide_pointer(check){if(ulm_last_pointer&&ulm_last_pointer.parentNode!=check){ulm_last_pointer.style.visibility="hidden";ulm_last_pointer.removeAttribute("initialized");}};function imenus_initialize_pointer(obj,lc){imenus_hide_pointer();ulm_last_pointer=lc;var txy=x26(obj);if(hpi=document.getElementById("hpi_pad")){if(a=hpi.scrollLeft)txy[0] -=a;if(a=hpi.scrollTop)txy[1] -=a;}lc.setAttribute("offxy",txy);var pxy=parseInt(lc.getAttribute("fxoff"));if(lc.getAttribute("ish"))lc.style.top=pxy+"px";else lc.style.left=pxy+"px";pobj=document.body;if((!(pobj.scrollLeft+pobj.scrollTop))&&(document.documentElement))pobj=document.documentElement;lc.setAttribute("scxy",pobj.scrollLeft+","+pobj.scrollTop);lc.setAttribute("initialized",1);};function x27_pointer(pname,dto,index){if((rval=dto[pname+index])!=null)return rval;else return dto[pname];}
*/


;function imenus_expandani_init(obj,dto){var tid=obj.getElementsByTagName("UL")[0].id.substring(6);if(!ulm_mglobal.expani_t)ulm_mglobal.expani_t=new Object();if(!(ulm_navigator&&ulm_mac)&&!(ulm_safari&&!window.XMLHttpRequest)&&!ulm_iemac&&!dto.expand_arrow_animation_disabled){ulm_boxa["expani_go"+tid]=true;ulm_boxa.expani_go=true;ulm_boxa.eall=new Object();}else return;};function imenus_expandani_animateit(hobj){var tid=parseInt(hobj.id.substring(6));if(!ulm_boxa["expani_go"+tid])return;imenus_expandani_hideall(hobj);var lev=hobj.level;var mo=document.getElementById("ea"+hobj.id);if(!mo)return;if((hobj.className.indexOf("ishow")+1)||(mo.getAttribute("running")))return;if(hobj.className.indexOf("imctitleli")+1)return;if(!mo.getAttribute("mframe")||ulm_mglobal.design_mode){tx=mo.offsetLeft;ty=mo.offsetTop;var txy=tx+","+ty;if(!tx)tx=0;if(!ty)ty=0;mo.setAttribute("startxy",tx+","+ty);mo.setAttribute("initxy",tx+","+ty);var last_xy=new Array(tx,ty);var vid=hobj.id.substring(6);while(vid.indexOf("z")+1)vid=vid.replace("z","_");var ismain=false;if((vid.split("_")).length==2)ismain=true;var j=1;while(xy=imenus_expandani_gparam("expand_arrow_animation_movexy",j,ismain,vid,tid)){if((xy.split(",")).length<2){j++;continue;}xy=eval("new Array("+xy+")");var frames=parseInt(imenus_expandani_gparam("expand_arrow_animation_frames",j,ismain,vid,tid));if(!frames)frames=1;xy[0]+=tx;xy[1]+=ty;mo.setAttribute("xy"+j,xy[0]+","+xy[1]);var dx=(xy[0]-last_xy[0])/frames;var dy=(xy[1]-last_xy[1])/frames;mo.setAttribute("distxy"+j,dx+","+dy);last_xy=xy;mo.setAttribute("msequences",j);mo.setAttribute("mframes"+j,frames);j++;}if(j==1)return;mo.setAttribute("mframe",1);mo.setAttribute("msequence",1);}clearTimeout(ulm_mglobal.expani_t[mo.id]);ulm_mglobal.expani_t[mo.id]=null;mo.setAttribute("startxy",mo.getAttribute("initxy"));mo.setAttribute("mframe",1);mo.setAttribute("msequence",1);ulm_boxa.eall[hobj.id]=mo;imenus_expandani_run(mo,lev);return;};function imenus_expandani_hideall(hobj){var i;for(i in ulm_mglobal.expani_t){if(hobj&&(hobj.id.indexOf(i.substring(2))+1))continue;x17=document.getElementById(i.substring(2));if(!x17)continue;if(x17&&x17.className.indexOf("ishow")+1)continue;if(ulm_mglobal.expani_t[i]){clearTimeout(ulm_mglobal.expani_t[i]);ulm_mglobal.expani_t[i]=null;}var mo=document.getElementById(i);if(mo){mo.style.top="";mo.style.left="";mo.removeAttribute("running");}}};function imenus_expandani_gparam(name,seq,ismain,id,index){if(rv=ulm_boxa["dto"+index]["s"+id+"_"+name+seq])return rv;else  if(ismain&&(rv=ulm_boxa["dto"+index]["main_"+name+seq]))return rv;return ulm_boxa["dto"+index][name+seq];};function imenus_expandani_hideit(hobj){if(hobj.className.indexOf("ishow")+1)return;var mo=document.getElementById("ea"+hobj.id);if(!mo)return;if(ulm_mglobal.expani_t[mo.id]){clearTimeout(ulm_mglobal.expani_t[mo.id]);ulm_mglobal.expani_t[mo.id]=null;}mo.style.top="";mo.style.left="";};function imenus_expandani_run(mo,lev){mo.setAttribute("running",1);sxy=eval("new Array("+mo.getAttribute("startxy")+")");msequence=parseInt(mo.getAttribute("msequence"));msequences=parseInt(mo.getAttribute("msequences"));mframe=parseInt(mo.getAttribute("mframe"));mframes=parseInt(mo.getAttribute("mframes"+msequence));dxy=eval("new Array("+mo.getAttribute("distxy"+msequence)+")");mo.style.left=sxy[0]+parseInt(mframe*dxy[0])+"px";mo.style.top=sxy[1]+parseInt(mframe*dxy[1])+"px";if(mframe<mframes){mframe++;mo.setAttribute("mframe",mframe);}else  if(msequence<msequences){txy=eval("new Array("+mo.getAttribute("xy"+msequence)+")");mo.style.left=txy[0]+"px";mo.style.top=txy[1]+"px";mo.setAttribute("startxy",txy[0]+","+txy[1]);mo.setAttribute("mframe",1);msequence++;mo.setAttribute("msequence",msequence++);ulm_boxa.eall[mo.id.substring(2)]=null;}else {mo.removeAttribute("running");return;}ulm_mglobal.expani_t[mo.id]=setTimeout("imenus_expandani_run(document.getElementById('"+mo.id+"'),"+lev+")",8);}




im_version="10.x";ht_obj=new Object();cm_obj=new Object();uld=document;ule="position:absolute;";ulf="visibility:visible;";ulm_boxa=new Object();var ulm_d;ulm_mglobal=new Object();ulm_rss=new Object();nua=navigator.userAgent;ulm_ie=window.showHelp;ulm_ie7=nua.indexOf("MSIE 7")+1;ulm_mac=nua.indexOf("Mac")+1;ulm_navigator=nua.indexOf("Netscape")+1;ulm_version=parseFloat(navigator.vendorSub);ulm_oldnav=ulm_navigator&&ulm_version<7.1;ulm_oldie=ulm_ie&&nua.indexOf("MSIE 5.0")+1;ulm_iemac=ulm_ie&&ulm_mac;ulm_opera=nua.indexOf("Opera")+1;ulm_safari=nua.indexOf("afari")+1;x42="_";ulm_curs="cursor:hand;";if(!ulm_ie){x42="z";ulm_curs="cursor:pointer;";}ulmpi=window.imenus_add_pointer_image;var x43;for(mi=0;mi<(x1=uld.getElementsByTagName("UL")).length;mi++){if((x2=x1[mi].id)&&x2.indexOf("imenus")+1){dto=new window["imenus_data"+(x2=x2.substring(6))];ulm_boxa.dto=dto;ulm_boxa["dto"+x2]=dto;ulm_d=dto.menu_showhide_delay;if(ulm_ie&&!ulm_ie7&&!ulm_mac&&(b=window.imenus_efix))b(x2);imenus_create_menu(x1[mi].childNodes,x2+x42,dto,x2,null,1);(ap1=x1[mi].parentNode).id="imouter"+x2;ulm_mglobal["imde"+x2]=ap1;var dt="onmouseover";if(ulm_mglobal.activate_onclick)dt="onclick";document[dt]=function(){var a;if(!ht_obj.doc){clearTimeout(ht_obj.doc);ht_obj.doc=null;}else return;ht_obj.doc=setTimeout("im_hide()",ulm_d);if(a=window.imenus_box_reverse)a();if(a=window.imenus_expandani_hideall)a();if(a=window.imenus_hide_pointer)a();if(a=window.imenus_shift_hide_all)a();};imarc("imde",ap1);if(ulm_oldnav)ap1.parentNode.style.position="static";if(!ulm_oldnav&&ulmpi)ulmpi(x1[mi],dto,0,x2);x6(x2,dto);if((ulm_ie&&!ulm_iemac)&&(b1=window.iao_iframefix))window.attachEvent("onload",b1);if((b1=window.iao_hideshow)&&(ulm_ie&&!ulm_mac))attachEvent("onload",b1);if(b1=window.imenus_box_ani_init)b1(ap1,dto);if(b1=window.imenus_expandani_init)b1(ap1,dto);if(b1=window.imenus_info_addmsg)b1(x2,dto);if(b1=window.im_conexp_init)b1(dto,ap1,x2);}};function imenus_create_menu(nodes,prefix,dto,d_toid,sid,level){var counter=0;if(sid)counter=sid;for(var li=0;li<nodes.length;li++){var a=nodes[li];var c;if(a.tagName=="LI"){a.id="ulitem"+prefix+counter;(this.atag=a.getElementsByTagName("A")[0]).id="ulaitem"+prefix+counter;if(c=this.atag.getAttribute("himg")){ulm_mglobal["timg"+a.id]=new Image();ulm_mglobal["timg"+a.id].src=c;}a.level=level;a.dto=d_toid;a.x4=prefix;a.sid=counter;if((a1=window.imenus_drag_evts)&&level>1)a1(a,dto);if(dto.hide_focus_box)this.atag.onfocus=function(){this.blur()};imenus_se(a,dto);this.isb=false;var b=a.getElementsByTagName("UL")[0];if(b){if(c=window.iao_ifix_add)c(b);var wgc;if(wgc=window.getComputedStyle){if(wgc(b.parentNode,"").getPropertyValue("visibility")=="visible"){cm_obj[a.id]=a;imarc("ishow",a,1);}}else  if(ulm_ie&&b.parentNode.currentStyle.visibility=="visible"){cm_obj[a.id]=a;imarc("ishow",a,1);}if((dd=this.atag.firstChild)&&(dd.tagName=="SPAN")&&(dd.className.indexOf("imea")+1)){this.isb=true;if(ulm_mglobal.eimg_fix)imenus_efix_add(level,dd);dd.className=dd.className+"j";dd.firstChild.id="ea"+a.id;dd.setAttribute("imexpandarrow",1);}b.id="x1ub"+prefix+counter;if(!ulm_oldnav&&ulmpi)ulmpi(b.parentNode,dto,level);new imenus_create_menu(b.childNodes,prefix+counter+x42,dto,d_toid,null,level+1);}if((a1=window.imenus_button_add)&&level==1)a1(this.atag,dto);if(this.isb&&ulm_ie&&level==1&&document.getElementById("ssimaw")){if(a1=window.imenus_autowidth)a1(this.atag,counter);}if(!sid&&!ulm_navigator&&!ulm_iemac&&(rssurl=a.getAttribute("rssfeed"))&&(c=window.imenus_get_rss_data))c(a,rssurl);counter++;}}};function imenus_se(a,dto){var d;if(!(d=window.imenus_onclick_events)||!d(a,dto)){a.onmouseover=function(e){var a,b,at;clearTimeout(ht_obj.doc);ht_obj.doc=null;if(((at=this.getElementsByTagName("A")[0]).className.indexOf("iactive")==-1)&&at.className.indexOf("imsubtitle")==-1)imarc("ihover",at,1);if(b=at.getAttribute("himg")){if(!at.getAttribute("zhimg"))at.setAttribute("zhimg",at.style.backgroundImage);at.style.backgroundImage="url("+b+")";}if(b=window.imenus_shift)b(at);if(b=window.imenus_expandani_animateit)b(this);if((ulm_boxa["go"+parseInt(this.id.substring(6))])&&(a=this.getElementsByTagName("UL")[0]))imenus_box_ani(true,a,this,e);else {if(this.className.indexOf("ishow")==-1)ht_obj[this.level]=setTimeout("hover_handle(uld.getElementById('"+this.id+"'))",ulm_d);if(a=window.imenus_box_reverse)a(this);}if(a=window.im_conexp_show)a(this);if(a=window.imenus_info_showmsg)a(e);if(!window.imenus_chover){im_kille(e);return false;}};a.onmouseout=function(e){var a,b;if((a=this.getElementsByTagName("A")[0]).className.indexOf("iactive")==-1){imarc("ihover",a);imarc("iactive",a);}if(this.className.indexOf("ishow")==-1&&(b=a.getAttribute("zhimg")))a.style.backgroundImage=b;clearTimeout(ht_obj[this.level]);if(a=window.imenus_info_hidemsg)a(e);if(!window.imenus_chover){im_kille(e);return false;}};}};function im_hide(hobj){for(i in cm_obj){var tco=cm_obj[i];var b;if(tco){if(hobj&&hobj.id.indexOf(tco.id)+1)continue;imarc("ishow",tco);var at=tco.getElementsByTagName("A")[0];imarc("ihover",at);imarc("iactive",at);if(b=at.getAttribute("zhimg"))at.style.backgroundImage=b;cm_obj[i]=null;i++;if(ulm_boxa["go"+parseInt(tco.id.substring(6))])imenus_box_h(tco);var a;if(a=window.imenus_expandani_hideit)a(tco);if(a=window.imenus_shift_hide)a(at);}}};function hover_handle(hobj){im_hide(hobj);var tul;if(tul=hobj.getElementsByTagName("UL")[0]){try{if((ulm_ie&&!ulm_mac)&&(plobj=tul.filters[0])&&tul.parentNode.currentStyle.visibility=="hidden"){if(x43)x43.stop();plobj.apply();plobj.play();x43=plobj;}}catch(e){}var a;if(a=window.imenus_stack_init)a(tul);if(a=window.iao_apos)a(tul);var at=hobj.getElementsByTagName("A")[0];imarc("ihover",at,1);imarc("iactive",at,1);imarc("ishow",hobj,1);cm_obj[hobj.id]=hobj;if(a=window.imenus_stack_ani)a(tul);}};function imarc(name,obj,add){if(add){if(obj.className.indexOf(name)==-1)obj.className+=(obj.className?' ':'')+name;}else {obj.className=obj.className.replace(" "+name,"");obj.className=obj.className.replace(name,"");}};function x26(obj){var x=0;var y=0;do{x+=obj.offsetLeft;y+=obj.offsetTop;}while(obj=obj.offsetParent)return new Array(x,y);};function im_kille(e){if(!e)e=event;e.cancelBubble=true;if(e.stopPropagation)e.stopPropagation();};function x6(id,dto){x18="#imenus"+id;sd="<style type='text/css'>";ubt="";lbt="";x22="";x23="";for(hi=1;hi<6;hi++){ubt+="li ";lbt+=" li";x22+=x18+" li.ishow "+ubt+" .imsubc";x23+=x18+lbt+".ishow .imsubc";if(hi!=5){x22+=",";x23+=",";}}sd+=x22+"{visibility:hidden;}";sd+=x23+"{"+ulf+"}";sd+=x18+" li ul{"+((!window.imenus_drag_evts&&window.name!="hta"&&ulm_ie)?dto.subs_ie_transition_show:"")+"}";if(ulm_oldnav)sd+=".imcm .imsc{position:absolute;}";if(ulm_ie&&!((dcm=document.compatMode)&&dcm=="CSS1Compat"))sd+=".imgl .imbrc{height:1px;}";if(a1=window.imenus_drag_styles)sd+=a1(id,dto);if(a1=window.imenus_info_styles)sd+=a1(id,dto);if(ulm_mglobal.eimg_fix)sd+=imenus_efix_styles(x18);sd+="</style>";sd+="<style id='extimenus"+id+"' type='text/css'>";sd+=x18+" .ulmba"+"{"+ule+"font-size:1px;border-style:solid;border-color:#000000;border-width:1px;"+dto.box_animation_styles+"}";sd+="</style>";uld.write(sd);}



  function sw(object, object2){
    if(document.getElementById(object).style.display=='none'){
      document.getElementById(object).style.display='block';
    } else {
      document.getElementById(object).style.display='none';
    }
  }

 