/*=======Ver:1.00.60707========*/
/*TreeMenu, (c) 2006, SourceTec Software Co.,LTD  -  www.sothink.com*/
if(typeof _STJS=="undefined"){if(!Array.prototype.push)Array.prototype.push=function(){for(var i=0;i<arguments.length;i++)this[this.length]=arguments[i]};	if(!Array.prototype.pop)Array.prototype.pop=function()	{if(this.length){	var o=this[this.length-1];this.length--;return o}};_STJS=new function(){var _r=this;_r.version="1.0";	_r.releasePath="";_r.debug=false;	_r.debugPath="debug/";_r.navigator="unknow";_r.isIE=false;_r.isFX=false;_r.isOP=false;	_r.isMIE=false;_r.window=window;_r.document=document;	_r.imgs={_id:"",_os:[]};_r.mods={};_r.structs=[];	_r.loads=[];_r.loaded=false;	_r.css={tb:"border-style:none;background-color:transparent;background-image:none;",tr:"margin:0px;padding:0px;border-style:none;background-color:transparent;background-image:none;",td:"border-style:none;background-color:transparent;background-image:none;",dv:"margin:0px;padding:0px;width:auto;height:auto;border-style:none;background-color:transparent;background-image:none;font-size:1px;",	a:"margin:0px;padding:0px;width:auto;height:auto;border-style:none;background-color:transparent;background-image:none;text-decoration:none;"};_r.cssed=false;_r.events=["mouseover","mouseout","click","keyup","keydown",];_r.getNavigator=function(){var _n=navigator,_u=_n.userAgent,_a=_n.appName,_p=_n.platform,n,v,p;if(/(Opera)[ \/]([\d\.]+)/.test(_u)||/(Netscape)\d*\/([\d\.]+)/.test(_u)||/(MSIE) ([\d\.]+)/.test(_u)||/(Safari)\/([\d\.]+)/.test(_u)||/(Konqueror)\/([\d\.]+)/.test(_u)||/(Gecko)\/(\d+)/.test(_u)){n=RegExp.$1.toLowerCase();v=RegExp.$2;}else if(_a=="Netscape"&&_n.appVersion.charAt(0)=="4"){n="netscape4";v=parseFloat(_n.appVersion);}else{n="unknow";v=0;}if(n=="netscape")switch(_a){case "Microsoft Internet Explorer":n="msie";v=/(MSIE) ([\d\.]+)/.exec(_u)[2];break;case "Netscape":	n="gecko";v=/(Gecko)\/(\d+)/.exec(_u)[2];}if(/^(Win)/.test(_p)||/^(Mac)/.test(_p)||/^(SunOS)/.test(_p)||/^(Linux)/.test(_p)||/^(Unix)/.test(_p))p=RegExp.$1.toLowerCase();else p=_p;return {appName:n,appVersion:v,platform:p}};_r.getElementById=function(id){	with(this){if(isIE){	var es=document.all(id);if(es&&es.length)return es[0];else return es;}else 	return document.getElementById(id);}};_r.getElementsByTagName=function(tagName){with(this){if(isIE)return document.all.tags(tagName);else return document.getElementsByTagName(tagName);}	};_r.isFile=function(s){return /\w+\.\w+$/.test(s);};_r.isABSPath=function(s){if(!s)return true;var t=s.toLowerCase();return /^(#|\?|\/|[a-z]:|http:|https:|file:|ftp:|javascript:|mailto:|about:|gopher:|news:|res:|telnet:|view-source|wais:|rtsp:|mms:)/.test(t);};_r.bufferImg=function(s){with(this){	if(imgs._id.indexOf(s)==-1){var i=new Image;i.src=s;imgs._id+=s+";";imgs._os.push(i);}}};_r.styleShield=function(){with(this){if(getElementsByTagName("body")&&getElementsByTagName("body").length){cssed=0;	return;}var s="<style>";for(var i in css){	if(i=="a")s+=".sta:link,.stca:hover,.stca:active,.stca:visited";else s+=".st"+i;s+="{"+css[i]+"}\n";}s+="</style>";cssed=1;document.write(s);}};_r.include=function(s){	if(this.mods[s]==null)this.mods[s]={_s:0,_f:[]};};_r.UIObject=function(){var _t=this,_r=_STJS;_t.className="UIObject";_t.attachEvent=_r.attachEvent;_t.detachEvent=_r.detachEvent;_t.fire=_r.fire;_t.getMsg=_r.getTrue;_t.create=_r.getTrue;};_r.getTrue=function(){	return true;};_r.getFalse=function(){return false;};_r.fire=function(t){var _t=this,i,j,r=false,fs,f;if(!_t[t]||!_t[t].length)	return -1;for(i=0;i<_t[t].length;i++){if(!_t[t][i])continue;if(f=_STJS.isExist(_t[t][i]))if(!f(_t))r=true;}return r;};_r.attachEvent=function(t,f)	{if(typeof f!="string")alert("Please attache function name!");if(this[t]&&this[t].length!=null){for(var i=0;i<this[t].length;i++)if(this[t][i]==f)return;this[t].push(f);}else this[t]=[f];};_r.detachEvent=function(t,f){var i,k=0;if(typeof f!="string")alert("Please detach function name!");if(this[t]&&this[t].length){for(i=0;i<this[t].length;i++)if(k)this[t][i-1]=this[t][i];	else if(this[t][i]==f)k=1;if(k)this[t].length--;}};_r.domEvent=function(e,o){var id=oid=o.id;	if(!id) return true;var ob,ids=id.split("_"),r=-1,i,j;with(this){for(i=ids.length-1;i>=0;i--){if(ob=structs[oid]){switch(e.type){case "mouseover":if(o._ov==null)o._ov=0;if(!o._ov&&isIE&&e.toElement&&o.contains(e.toElement)){o._ov=1;	r=ob.getMsg(e,id);}else if(!o._ov&&!isParent(o,e.relatedTarget)){	o._ov=1;r=ob.getMsg(e,id);}break;case "mouseout":if(o._ov==null)o._ov=1;	if(o._ov&&isIE&&(!e.toElement||!o.contains(e.toElement))){	o._ov=0;r=ob.getMsg(e,id);}else if(o._ov&&(!e.relatedTarget||!isParent(o,e.relatedTarget))){o._ov=0;r=ob.getMsg(e,id);}	break;default:r=ob.getMsg(e,id);}}if(r!=-1){e.cancelBubble=!r;return r;}oid="";for(j=0;j<i;j++)oid+=ids[j]+(j==(i-1)?"":"_");}	}return true;};_r.isParent=function(p,c){if(!p||!c) return false;if(p==c) return true;do{if(c.parentNode)c=c.parentNode;else	return false;if(p==c) return true;}while(c);return false};_r.joinArr=function(a,b){for(var i=0;i<b.length;i++)if(a[i]==null)a[i]=b[i];};	_r.setPor=function(o,p,a,i){o[p]=a[p]?a[p]:a[i];};_r.setOnload=function(){if(!window.onload||onload.toString()!=this.onLoad.toString())	{if(typeof(onload)=="function")this.loads.push(onload);onload=this.onLoad;}};_r.onLoad=function(){var j;with(_STJS){if(loaded)return;for(j=0;j<loads.length;j++)loads[j]();loaded=1;}};	_r.isExist=function(s){var fs,i,f="";fs=s.split(".");for(i=0;i<fs.length;i++){	f+=(i?".":"")+fs[i];if(!eval("window."+f))return false;	}return eval(f);};_r.exec=function(a){var r,i,fs,f;with(this){if(a.length){if(!mods[a[0]])return;for(i=1;i<a.length;i++){fs=mods[a[0]]._f;if(f=isExist(fs[a[i][0]]))r=f(a[i][1],a[i][2]);}}if(r==null)return new UIObject;	else return r;}};_r.cssLen=function(len,b,m,p,f){if(_STJS.isIE&&(!document.compatMode||document.compatMode=="BackCompat")||(!f&&_STJS.isOP&&parseInt(_r.navigator.appVersion)<9&&document.compatMode=="QuirksMode"))return Math.max(1,len);else if(f&&_STJS.isOP&&parseInt(_r.navigator.appVersion)<9&&document.compatMode=="QuirksMode")return Math.max(1,len-2*p);	else return Math.max(1,len-2*b-2*m-2*p);};_r.htmlCode=function(s,f)	{if(s){if(!f)s=s.replace(/ /g,"&nbsp;");s=s.replace(/</g,"&lt;");	s=s.replace(/>/g,"&gt;");s=s.replace(/\r\n/g,"<br />");s=s.replace(/\"/g,"&quot;");return s;}else return "";};	_r.changeStyle=function(o,s,v){if(o.style[s]!=v)o.style[s]=v;};_r.imgTag=function(s,w,h,b,id){if(!w||!h)return "";return "<img class='stcimg' src='"+s+"'"+(w==-1?"":" width="+w)+(h==-1?"":" height="+h)+" border="+b+""+(id?" id='"+id+"'":"")+">";};_r.scriptTag=function(p,f){return "<script type='text/javascript' language='javascript1.2' src='"+p+"'"+(f?" defer":"")+"><"+"/script>\n";};_r.init=function(){var ss,s;with(this){navigator=getNavigator();isIE=navigator.appName=="msie";isOP=navigator.appName=="opera";isFX=navigator.appName=="gecko";isMIE=isIE&&navigator.platform=="mac";	ss=getElementsByTagName("script");s=ss[ss.length-1].src;if(s)releasePath=s.substr(0,s.lastIndexOf("/")+1);styleShield();}};};_STARGS=[];	stBM=function(t,id,a){_STARGS.length=0;	var lib;switch(t){case 0:lib="stmenu";break;case 1:lib="sttree";break;default:return;}with(_STJS){setOnload();if(lib)include(lib);	_STARGS[0]=lib;_STARGS[1]=[0,id,a];	}return a;};stEM=function(){if(!_STARGS[0])return;	var s="",i,_r=_STJS,jsp=_r.releasePath;_STARGS.push([1]);	if(_r.debug)jsp+=_r.debugPath;for(i in _r.mods)if(_r.mods[i]&&_r.mods[i]._s!=2)	{s+=_r.scriptTag(jsp+i+".js");_r.mods[i]._s=1;}s+=_r.scriptTag(jsp+"stapp.js");document.write(s);};stBS=function(id,a,aid){if(!_STARGS[0])return;if(aid&&_STARGS[aid])_STJS.joinArr(a,_STARGS[aid][2]);_STARGS.push([2,id,a]);_STARGS[id]=_STARGS[_STARGS.length-1];return a;};stES=function(){if(!_STARGS[0])return;_STARGS.push([3]);};stIT=function(id,a,aid){	if(!_STARGS[0])return;if(aid&&_STARGS[aid])_STJS.joinArr(a,_STARGS[aid][2]);_STARGS.push([4,id,a]);	_STARGS[id]=_STARGS[_STARGS.length-1];	return a;};_STJS.init();}