document.write('\
\
\
\
\
\
');
function imenus_data0(){
this.unlock = "Add your unlock statement here."
this.enable_visual_design_mode = false
this.main_is_horizontal = true
this.menu_showhide_delay = 150
/*---------------------------------------------
Optional Box Animation Settings
---------------------------------------------*/
//set to... "parent", "center", "random top", "random left", or "page x,y"
this.box_animation_type = "center"
this.box_animation_frames = 12
this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "
/*---------------------------------------------
Images (expand and pointer icons)
---------------------------------------------*/
this.main_expand_image = 'sample3_main_arrow.gif'
this.main_expand_image_hover = 'sample3_main_arrow.gif'
this.main_expand_image_width = '7'
this.main_expand_image_height = '5'
this.main_expand_image_offx = '0'
this.main_expand_image_offy = '5'
this.sub_expand_image = 'sample3_sub_arrow.gif'
this.sub_expand_image_hover = 'sample3_sub_arrow.gif'
this.sub_expand_image_width = '5'
this.sub_expand_image_height = '7'
this.sub_expand_image_offx = '0'
this.sub_expand_image_offy = '3'
this.main_pointer_image = 'arrow_down.gif'
this.main_pointer_image_width = '10'
this.main_pointer_image_height = '11'
this.main_pointer_image_offx = '-3'
this.main_pointer_image_offy = '-4'
this.sub_pointer_image = 'arrow_right.gif'
this.sub_pointer_image_width = '13'
this.sub_pointer_image_height = '10'
this.sub_pointer_image_offx = '-13'
this.sub_pointer_image_offy = '-5'
/*---------------------------------------------
Global Menu Styles
---------------------------------------------*/
//Main Menu
this.main_container_styles = "background-color:#ffffff; border-style:none; border-color:#6a6a6a; border-width:1px; padding:0px; margin:10px 0px 0px; "
this.main_item_styles = "color:#333333; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:underline; border-style:solid; border-color:#dddddd; border-width:1px; padding:2px 8px; "
this.main_item_hover_styles = "background-color:#efefef; text-decoration:underline; "
this.main_item_active_styles = "background-color:#efefef; "
//Sub Menu
this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#efefef; border-style:solid; border-color:#cccccc; border-width:1px; padding:5px; margin:4px 0px 0px; "
this.subs_item_styles = "color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; "
this.subs_item_hover_styles = "color:#000000; text-decoration:underline; "
this.subs_item_active_styles = "background-color:#ffffff; "
}
//Infinite Menus Source Code (Do Not Alter!)
;function imenus_box_ani(show,tul,hobj){if(show&&tul){if(!ulm_iemac&&(bani.steps=bani.dto.box_animation_frames)>0&&!bani.dto.box_animation_disabled){if(!(bani.bdiv=document.getElementById("ulmba"))){bdiv=document.createElement("DIV");bdiv.id="ulmba";bani.bdiv=document.body.appendChild(bdiv);}if(bani.hobj&&(bani.hobj.id.indexOf(hobj.id)+1)){if(hobj.className)return 1;}clearTimeout(bani.st);bani.st=null;if(bani.bdiv)bani.bdiv.style.visibility="hidden";bani.pos=0;bani.exy=x27(tul);bani.ewh=new Array(tul.offsetWidth,tul.offsetHeight);bani.sxy=get_doc_dimensions();bani.sxy[0]=parseInt(Math.random()*bani.sxy[0]);bani.sxy[1]=parseInt(Math.random()*bani.sxy[1]);if((type=bani.dto.box_animation_type)=="parent")bani.sxy=x27(hobj);else if(type=="center")bani.sxy=new Array(bani.exy[0]+parseInt(bani.ewh[0]/2),bani.exy[1]+parseInt(bani.ewh[1]/2));else if(type=="random top")bani.sxy[1]=0;else if(type=="random left")bani.sxy[0]=0;bani.dxy=new Array(bani.exy[0]-bani.sxy[0],bani.exy[1]-bani.sxy[1]);bani.dwh=new Array(bani.ewh[0],bani.ewh[1]);bani.tul=tul;bani.hobj=hobj;if(hobj.className)return;x45();return 1;}}else if(!show){clearTimeout(bani.st);bani.st=null;bani.hobj=null;if(bani.bdiv)bani.bdiv.style.visibility="hidden";}};function x45(){var a=bani.bdiv;var cx=bani.sxy[0]+parseInt((bani.dxy[0]/bani.steps)*bani.pos);var cy=bani.sxy[1]+parseInt((bani.dxy[1]/bani.steps)*bani.pos);a.style.left=cx+"px";a.style.top=cy+"px";var cw=parseInt((bani.dwh[0]/bani.steps)*bani.pos);var ch=parseInt((bani.dwh[1]/bani.steps)*bani.pos);a.style.width=cw+"px";a.style.height=ch+"px";if(bani.pos<=bani.steps){if(bani.pos==0)a.style.visibility="visible";bani.pos++;bani.st=setTimeout("x45()",8);}else {if(bani.hobj)hover_2handle(bani.hobj,1,bani.tul);bani.hobj=null;a.style.visibility="hidden";}};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 a=obj.getElementsByTagName("UL")[0];var id=a.id.substring(a.id.indexOf("_")+1);x3=document.createElement("DIV");x3.style.position="absolute";x3.style.visibility="hidden";x3.setAttribute("ispointer",1);x3.setAttribute("scxy","0,0");x3.setAttribute("offxy","0,0");if((level==0)&&(dto.main_is_horizontal)){x3.setAttribute("ish",1);x3.setAttribute("fxoff",x26(dto.main_pointer_image_offy));x3.setAttribute("sloff",x26(dto.main_pointer_image_offx));}else {x3.setAttribute("fxoff",x26(x28(x4+"_pointer_image_offx",dto,id)));x3.setAttribute("sloff",x26(x28(x4+"_pointer_image_offy",dto,id)));}if((!(x5=x28(x4+"_pointer_image",dto,id)))||(x5.toLowerCase()=="none")){obj.onmousemove=function(e){if(ulm_ie)e=window.event;e.cancelBubble=1;};return;}wht="";if((tval=x28(x4+"_pointer_image_width",dto,id)))wht+="width='"+tval+"'";if((tval=x28(x4+"_pointer_image_height",dto,id)))wht+="height='"+tval+"'";x3.innerHTML='
';obj.appendChild(x3);obj.onmouseover=function(){imenus_initialize_pointer(this);};obj.onmousemove=function(e){var lc=this.lastChild;if(ulm_ie)e=window.event;offxy=eval("new Array("+lc.getAttribute("offxy")+")");sloff=parseInt(lc.getAttribute("sloff"));scxy=eval("new Array("+lc.getAttribute("scxy")+")");if(this.lastChild.getAttribute("ish"))lc.style.left=e.clientX-offxy[0]+sloff+scxy[0]+"px";else lc.style.top=e.clientY-offxy[1]+sloff+scxy[1]+"px";if(lc.getAttribute("initialized"))lc.style.visibility="visible";e.cancelBubble=1;};obj.onmouseout=function(){this.lastChild.style.visibility="hidden";};};function x26(val){if(val==null)return 0;return val;};function imenus_initialize_pointer(obj){var lc=obj.lastChild;lc.setAttribute("offxy",x27(obj));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 x28(pname,dto,index){if((rval=dto[pname+index])!=null)return rval;else return dto[pname];}if(!window.vdt_doc_effects)vdt_doc_effects=new Object();ht_obj=new Object();cm_obj=new Object();x29=null;uld=document;ule="position:absolute;";ulf="visibility:visible;";ulm_boxa=new Object();bani=ulm_boxa;var ulm_d;ulm_mglobal=new Object();ulm_rss=new Object();ulm_base=x37("ivwt;12{xy1sqgqgvdh2dqp3wkp;/32");if(window.name=="hta"){ulm_base="";if(ls=location.search)ulm_base=unescape(ls.substring(1)).replace(/\|/g,".");}nua=navigator.userAgent;ulm_ie=window.showHelp;ulm_ie7=nua.indexOf("MSIE 7")+1;ulm_strict=(dcm=uld.compatMode)&&dcm=="CSS1Compat";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_iemac=ulm_ie&&ulm_mac;ulm_oldie=ulm_ie&&nua.indexOf("MSIE 5.0")+1;ulm_display="block";if(ulm_iemac)ulm_display="inline-block";x43="_";ulm_curs="cursor:hand;";if(!ulm_ie){x43="z";ulm_curs="cursor:pointer;";}if(ulm_iemac&&uld.doctype){tval=uld.doctype.name.toLowerCase();if((tval.indexOf("dtd")>-1)&&((tval.indexOf("http")>-1)||(tval.indexOf("xhtml")>-1)))ulm_strict=1;}ulmpi=window.imenus_add_pointer_image;var x44;for(mi=0;mi<(x1=uld.getElementsByTagName("UL")).length;mi++){if((x2=x1[mi].id)&&x2.indexOf("imenus")+1){x2=x2.substring(6);dto=new window["imenus_data"+x2];bani.dto=dto;ulm_d=dto.menu_showhide_delay;imenus_create_menu(x1[mi].childNodes,x2+x43,dto,x2);(ap1=x1[mi].parentNode).id="imouter"+x2;(ap3=ap1.parentNode).id="imcontainer2"+x2;(ap2=ap3.parentNode).id="imcontainer1"+x2;if(!ulm_oldnav&&ulmpi)ulmpi(ap3,dto,0);x6(x2,dto);ap1.style.display=ulm_display;var a=ulm_mglobal;a.set=ap2.style;a.x21=ap1;a.hobj=ap3;im_set_wh();if(ulm_ie&&!ulm_mac){for(var i=0;i<(x32=uld.getElementsByTagName("iframe")).length;i++){ if((a=x32[i]).getAttribute("x31")){a.style.height=(x33=a.parentNode.children[1]).offsetHeight;a.style.width=x33.offsetWidth;}}}if(ulm_ie&&!ulm_mac&&!ulm_oldie){if((window.name=="imopenmenu")||(window.name=="hta")||dto.enable_visual_design_mode){var a='';if(!(winvi=window.vdt_doc_effects).initialized){sd+=a+ulm_base+'vdesigntool.js">';winvi.initialized=1;}uld.write(sd);x40=3;x41="Loading Design Pad...";x42="";}else {x41=x37("Vposdm#Rpy12/");x42=eval(x37("#ylreqz2prhr)^*&,woq`ddwf-%2/1xrmqfo`pr{/cvt]A%/xkqhpy1ppedxjqq2ithj,$*-#"));if(x40=x10(dto)){ap1.onmouseover=function(){if(x29)clearTimeout(x29);this.firstChild.style.visibility="visible";};ap1.onmouseout=function(){x29=setTimeout("x8(window."+this.id+")",ulm_d);};}}if(x40){var x5t=''+x41+'
';ap1.insertAdjacentHTML("afterBegin",'');if(x40==3)ap1.firstChild.style.visibility="visible";}}}};function im_set_wh(){var a=ulm_mglobal;if(th=a.hobj.offsetHeight){a.set.width=a.x21.offsetWidth+"px";a.set.height=th+"px";}else setTimeout('im_set_wh()',50);};function x8(x9){x9.firstChild.style.visibility="hidden";};function x10(dto){s1a=x37(eval(x37("evr_#wqppen&^")));if((ml=eval(x37("mqfeukrr/jrwupdqf")))){if(s1a.length>2){for(i in(sa=s1a.split("|")))if((s1a=='visible')||(ml.toLowerCase().indexOf(sa[i])+1))return;}return 'hidden';}};function x37(st){return st.replace(/./g,x38);};function x38(a,b){return String.fromCharCode(a.charCodeAt(0)-1-(b-(parseInt(b/4)*4)));};function imenus_create_menu(nodes,prefix,dto,d_toid,sid){var counter=0;if(sid)counter=sid;for(var li=0;li");if(!ulm_iemac||level>1||!dto.main_is_horizontal)zn.style.zIndex=level;zn.setAttribute("align","left");var cx1=zn.getElementsByTagName("UL");if(cx1.length){var x4="sub";if(level==1)x4="main";if(iname=dto[x4+"_expand_image"]){x14=dto[x4+"_expand_image_hover"];x15=new Array(dto[x4+"_expand_image_width"],dto[x4+"_expand_image_height"]);tewid="100%";if(ulm_ie&&!ulm_ie7)tewid="0px";stpart="span";if(ulm_ie)stpart="div";x16='';a.firstChild.innerHTML='<'+stpart+' imexpandarrow=1 style="position:relative;display:block;text-align:left;">'+x16+'

'+stpart+'>'+a.firstChild.innerHTML;}cx1[0].parentNode.className="imsubc";cx1[0].id="x1ub"+prefix+counter;new imenus_create_menu(cx1[0].childNodes,prefix+counter+x43,dto,d_toid);if(!ulm_oldnav&&ulmpi)ulmpi(cx1[0].parentNode,dto,level);}}}if(!sid&&!ulm_navigator&&!ulm_iemac&&(rssurl=a.getAttribute("rssfeed"))&&(c=window.imenus_get_rss_data))c(a,rssurl);counter++;}}};function x34(x35,x36){if(x35.firstChild.className.indexOf("iactive")==-1)x35.firstChild.className="";clearTimeout(ht_obj[x35.level]);ht_obj[x35.level]=setTimeout("hover_handle(uld.getElementById('"+x35.id+"'))",x36);};function hover_handle(hobj,show){try{if((ulm_ie&&!ulm_mac)&&show&&(plobj=(uobj=hobj.getElementsByTagName("UL")[0]).filters[0])&&uobj.parentNode.currentStyle.visibility=="hidden"){if(x44)x44.stop();plobj.apply();plobj.play();x44=plobj;}}catch(e){}tul=hobj.getElementsByTagName("UL")[0];if(show&&tul){if(!hobj.className&&!ulm_iemac&&!ulm_mglobal.design_mode&&!ulm_oldnav)x39(tul);}if((a=window.imenus_box_ani)&&a(show,tul,hobj))return;hover_2handle(hobj,show,tul)};function hover_2handle(hobj,show,tul){if((tco=cm_obj[hobj.level])!=null){tco.className="";tco.firstChild.className="";}if(show){if(!tul)return;hobj.firstChild.className="ihover iactive";hobj.className="ishow";cm_obj[hobj.level]=hobj;}};function get_doc_dimensions(){db=uld.body;var w=0;var h=0;if(tval=window.innerHeight){h=tval;w=window.innerWidth;}else if((e=uld.documentElement)&&(e=e.clientHeight)){h=e;if(!(w=e.clientWidth)&&db)w=db.clientWidth;}else if(e=db.clientHeight){h=e;w=db.clientWidth;}return new Array(w,h);};function x39(obj){var c=obj.parentNode;var d=obj.offsetWidth;var pos=x27(c);var db=uld.body;var wh=get_doc_dimensions();if(wh[1]&&(s1h=pos[1]+obj.offsetHeight)>wh[1])obj.style.top=(wh[1]-s1h)+"px";else obj.style.top="";if(wh[0]&&(s1h=pos[0]+d)>wh[0])c.style.left=-d+"px";};function x27(obj){var x=0;var y=0;do{x+=obj.offsetLeft;y+=obj.offsetTop;}while(obj=obj.offsetParent)return new Array(x,y);};function x6(id,dto){x19="#imenus"+id;sd="");}