function GoToURL(u){window.location=u;}function PopUp(u,w,h,n,p){if(!u)return;if(!h)h=600;if(!w)w=800;if(p==1){p="to\157l\142\u0061r\u003dy\u0065s\054menubar\u003dy\u0065\163,loc\141\u0074\u0069on\075\171\u0065\u0073,\u0073croll\142a\u0072s\075\171e\u0073\054re\163iza\u0062le=y\u0065s,\u0077\151\144\164h\u003d"+w+"\u002c\150\145\u0069g\u0068\164="+h;}else if(!p){p="\u0073tatus=\u006e\u006f\054s\143\u0072ol\u006cbars\u003dy\145s,\u0072e\u0073i\u007aa\u0062\154e\075y\u0065s,\u0077\151d\164h="+w+",h\145ig\150\u0074="+h;}if(!n)n="po\u0070\u0075\u0070";var popup=window.open(u,n,p);popup.focus();}function Refresh(){document.location.reload();}function highlightRow(r){r.style.backgroundColor="\u0023FF9";}function UNhighlightRow(r,i){if((i%2)==0){r.style.backgroundColor="#FF\u0046";}else{r.style.backgroundColor="#E\u0030E1\1054";}}function UNhighlightRowSched(r){r.style.backgroundColor="#F\u0034F5\u00461";}var today=new Date();var expiry=new Date(today.getTime()+5000*24*60*60*1000);function GetCookie(name){var re=new RegExp(name+"\u003d(\133\u005e;\u005d\053\051");var value=re.exec(document.cookie);return(value!=null)?unescape(value[1]):null;}function SetCookie(name,value){document.cookie=name+"="+escape(value)+"; e\u0078\u0070i\u0072\145s\075"+expiry.toGMTString();}function Ajax(url,callback){this.url=url;this.callback=callback;this.callbackArguments=arguments;this.useXml=false;this.formData=null;this.Fetch=ajaxFetch;this.request=null;}function ajaxFetch(){var request=this.request;var callback=this.callback;var callbackArguments=this.callbackArguments;var formData=this.formData;var useXml=this.useXml;var appendChar=((this.url.indexOf("?")!=-1)?"\u0026":"?");var dateObj=new Date();this.url+=appendChar+"q\170\172vq="+dateObj.getTime();callbackArguments[0]=this.url;if(window.XMLHttpRequest){try{request=new XMLHttpRequest();}catch(e){request=null;}}else if(window.ActiveXObject){try{request=new ActiveXObject("\u004d\u0073xml\062\u002eX\u004d\u004cH\u0054\u0054P");}catch(e){try{request=new ActiveXObject("\u004di\143ro\u0073\u006fft.XMLHT\124\u0050");}catch(e){request=null;}}}if(request){request.onreadystatechange=function(){if(request.readyState==4){if(request.status==200){callbackArguments[1]=(useXml?request.responseXML:request.responseText);callback.apply(this,callbackArguments);}else{alert("\124he\162e w\u0061\163\u0020a probl\145m\u0020r\u0065tr\151evin\147 the XML \u0064ata\u003a\n"+request.responseText);}request=null;}};var method=(formData!=null?"\120O\u0053T":"G\105\u0054");var contentType=(formData!=null?"\u0061p\160licat\u0069o\156/x\u002dww\167-\u0066orm\055\u0075\u0072\154en\u0063\157de\144":"t\u0065xt\057pl\141\u0069\u006e");var data=(formData!=null?formData:"");request.open(method,this.url,true);request.setRequestHeader("Content-T\u0079\160e",contentType);request.send(data);}return callbackArguments[1];}function AjaxPost(ajaxSubmitURL,retURL,formID){try{if(formID){var elMsg=document.getElementById("\u0070rogress"+formID);if(elMsg)elMsg.innerHTML="<i\u006dg s\162\u0063\075\"/T\145mp\154a\164es/ba\u0073e/im\141g\145s\057st\u0061\164us/\u0073\u0074\141t\165s.\u0067\151f\"\u0020\u0061l\u0069\u0067\u006e=\"\u0061bs\155\151\144dle\"\u0020wi\u0064\u0074h=\"16\"\040\150ei\u0067\u0068t=\"\0616\"\u0020\u002f\076";}var ajax=new Ajax(ajaxSubmitURL,FormResponse,retURL,formID);ajax.formData=GetFormValues(formID);ajax.Fetch();}catch(e){}return false;}function FormResponse(url,response,retURL,formID){if(formID&&("R\145s\u0070ons\u0065\u0049n\u0046\u006frm"==retURL)){var elMsg=document.getElementById(formID);if(elMsg)elMsg.innerHTML=response;}else if("\u0052e\u0073\160on\u0073e\u0055\u0052L"==retURL){if(response)GoToURL(response);}else if(retURL){GoToURL(retURL);}}function CleanForm(v){if(v)v=escape(v.replace(/\r\n/g,"\n").replace(/\n/g,"\r\n")).replace(/\@/g,"%40").replace(/\+/g,"%\u0032B").replace(/(%20)/g,"\u002b").replace(/(\/)/g,"\u0025\062F");else v="";return v;}function GetFormValues(formID){var formVals="";try{if(!formID)formID=0;var allElementList=document.forms[formID].elements;var l=allElementList.length;for(var i=0;i<l;i++){var element=allElementList[i];if(!element.name)continue;switch(element.type){case"rad\151o":case"ch\145\143\u006b\142ox":if(element.checked){if(formVals)formVals+="\046";formVals+=element.name+"\u003d"+CleanForm(element.value);}break;case"\u0073ele\u0063t-o\156e":case"\u0068i\u0064d\145\u006e":case"\u0074\145\u0078t\u0061re\141":case"pas\163wor\u0064":case"t\u0065xt":case"\u0073\u0075\u0062m\151t":default:if(formVals)formVals+="\u0026";formVals+=element.name+"\u003d"+CleanForm(element.value);break}}}catch(e){}return formVals;}function AjaxRun(ajaxSubmitURL,msgID){try{if(msgID){var elMsg=document.getElementById(msgID);if(elMsg)elMsg.innerHTML="<\151\155\u0067 \163\162c\u003d\"\057T\145\155pl\u0061te\163/ba\u0073e\u002fimages/\163tat\u0075\163/st\141tu\163.\147\151f\"\u0020\u0061lign\075\"a\142\u0073mi\u0064\144\u006c\145\"\040w\151dt\150=\"16\" height\075\"16\"\u0020/\u003e";}var ajax=new Ajax(ajaxSubmitURL,AjaxRunResponse,msgID);ajax.Fetch();}catch(e){}}function AjaxRunResponse(url,response,msgID){if(!msgID)return;var elMsg=document.getElementById(msgID);if(elMsg)elMsg.innerHTML=response;}if(typeof com=="\165n\144efi\156ed")var com=new Object();if(typeof com.deconcept=="\u0075n\u0064\u0065fined")com.deconcept=new Object();if(typeof com.deconcept.util=="u\156define\144")com.deconcept.util=new Object();if(typeof com.deconcept.FlashObjectUtil=="\u0075\u006e\u0064ef\u0069n\u0065\144")com.deconcept.FlashObjectUtil=new Object();com.deconcept.FlashObject=function(swf,id,w,h,ver,c,useExpressInstall,quality,redirectUrl,detectKey){this.DETECT_KEY=detectKey?detectKey:'\u0064\u0065t\u0065\143tfl\u0061\u0073h';this.skipDetect=com.deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(swf)this.setAttribute('\u0073\167f',swf);if(id)this.setAttribute('id',id);if(w)this.setAttribute('\167\u0069\u0064t\150',w);if(h)this.setAttribute('h\u0065\151g\150t',h);if(ver)this.setAttribute('v\145rsi\157n',new com.deconcept.PlayerVersion(ver.toString().split("\u002e")));if(c)this.addParam('bgco\u006cor',c);var q=quality?quality:'hig\u0068';this.addParam('qu\u0061lit\u0079',q);this.setAttribute('\162\145directUrl','');if(redirectUrl)this.setAttribute('\u0072\145d\u0069\u0072ectU\u0072l',redirectUrl);if(useExpressInstall){var expressInstallReqVer=new com.deconcept.PlayerVersion([6,0,65]);var installedVer=com.deconcept.FlashObjectUtil.getPlayerVersion();if(installedVer.versionIsValid(expressInstallReqVer)&&!installedVer.versionIsValid(this.getAttribute('v\145rs\151on'))){this.setAttribute('d\157E\170p\u0072e\u0073\163I\156st\u0061ll',true);}}else{this.setAttribute('do\u0045x\160\u0072\145\163sIns\u0074a\u006cl',false);}};com.deconcept.FlashObject.prototype.setAttribute=function(name,value){this.attributes[name]=value;};com.deconcept.FlashObject.prototype.getAttribute=function(name){return this.attributes[name];};com.deconcept.FlashObject.prototype.getAttributes=function(){return this.attributes;};com.deconcept.FlashObject.prototype.addParam=function(name,value){this.params[name]=value;};com.deconcept.FlashObject.prototype.getParams=function(){return this.params;};com.deconcept.FlashObject.prototype.getParam=function(name){return this.params[name];};com.deconcept.FlashObject.prototype.addVariable=function(name,value){this.variables[name]=value;};com.deconcept.FlashObject.prototype.getVariable=function(name){return this.variables[name];};com.deconcept.FlashObject.prototype.getVariables=function(){return this.variables;};com.deconcept.FlashObject.prototype.getParamTags=function(){var paramTags="";var key;var params=this.getParams();for(key in params){paramTags+='<pa\162\u0061\155\u0020\u006eam\u0065\u003d"'+key+'" va\154ue="'+params[key]+'\u0022 \u002f>';}return paramTags;};com.deconcept.FlashObject.prototype.getVariablePairs=function(){var variablePairs=new Array();var key;var variables=this.getVariables();for(key in variables){variablePairs.push(key+"\075"+variables[key]);}return variablePairs;};com.deconcept.FlashObject.prototype.getHTML=function(){var flashHTML="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("\144o\105x\u0070re\u0073\u0073I\156\163ta\154\u006c")){this.addVariable("M\u004dpla\u0079\u0065r\u0054y\u0070\u0065","Plu\147In");}flashHTML+='\074emb\145\144 type=\042ap\u0070licati\u006f\156/\u0078-sh\u006f\143k\u0077\u0061ve\u002df\u006c\u0061sh\u0022 \u0073r\u0063="'+this.getAttribute('s\u0077f');var pairs=this.getVariablePairs().join("\046");if(pairs.length>0){flashHTML+='\u003f'+pairs;}flashHTML+='"\u0020\167idt\u0068="'+this.getAttribute('w\u0069d\164\u0068')+'\u0022\040\u0068ei\u0067ht\075\u0022'+this.getAttribute('\150\u0065\u0069\u0067ht')+'"\u0020\151d\075"'+this.getAttribute('\151d')+'" \156am\145\u003d"'+this.getAttribute('\u0069\u0064')+'"';var params=this.getParams();for(var key in params){flashHTML+=' '+key+'="'+params[key]+'"';}flashHTML+='></\145\155b\u0065\u0064>';}else{if(this.getAttribute("d\u006fEx\160r\u0065\163s\111\u006es\u0074al\154")){this.addVariable("M\115pla\171erTy\160e","Ac\164iveX");}flashHTML+='\074\u006f\u0062ject\040\143\154\141s\163id="c\154sid\u003aD\u00327\u0043DB\066\105\u002d\u0041E\u0036D-\0611\u0063f-96B\070\u002d\0644\u0034553\u0035\06400\u0030\060\u0022\040\u0077id\u0074h\u003d"'+this.getAttribute('\167\151\u0064t\u0068')+'\042 heig\150\164="'+this.getAttribute('h\145\u0069ght')+'"\040i\144="'+this.getAttribute('\u0069\u0064')+'"\u003e';flashHTML+='<pa\162\u0061m na\u006de\u003d\u0022movi\145" \u0076a\u006c\165e\075"'+this.getAttribute('swf');var pairs=this.getVariablePairs().join("&");if(pairs.length>0){flashHTML+='\u003f'+pairs;}flashHTML+='"\u0020\u002f>';var tags=this.getParamTags();if(tags.length>0){flashHTML+=tags;}flashHTML+='<\057o\142je\143t>';}return flashHTML;};com.deconcept.FlashObject.prototype.write=function(elementId){if(this.skipDetect||this.getAttribute('d\157\105\170pr\145s\u0073I\156\u0073t\141l\154')||com.deconcept.FlashObjectUtil.getPlayerVersion().versionIsValid(this.getAttribute('version'))){if(document.getElementById){if(this.getAttribute('\u0064\u006fE\u0078p\162\u0065s\163\111\156s\u0074\u0061\u006c\154')){this.addVariable("MMr\145d\151\162ect\125RL",escape(window.location));document.title=document.title.slice(0,47)+" -\u0020\106\154\u0061sh P\154ayer\040In\u0073t\141\154la\164io\156";this.addVariable("\u004dM\u0064o\u0063\u0074\151tle",document.title);}document.getElementById(elementId).innerHTML=this.getHTML();}}else{if(this.getAttribute('redi\u0072e\u0063tU\162\u006c')!=""){document.location.replace(this.getAttribute('\u0072\u0065\u0064i\162ect\u0055\u0072l'));}}};com.deconcept.FlashObjectUtil.getPlayerVersion=function(){var PlayerVersion=new com.deconcept.PlayerVersion(0,0,0);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockw\u0061\166e Fl\141s\150"];if(x&&x.description){PlayerVersion=new com.deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("\056"));}}else if(window.ActiveXObject){try{var axo=new ActiveXObject("\123hoc\153wave\106la\u0073h\u002eSh\u006f\u0063\u006bwa\166eFl\u0061\163h");PlayerVersion=new com.deconcept.PlayerVersion(axo.GetVariable("$\u0076ersi\157\u006e").split(" ")[1].split(","));}catch(e){}}return PlayerVersion;};com.deconcept.PlayerVersion=function(arrVersion){this.major=parseInt(arrVersion[0])||0;this.minor=parseInt(arrVersion[1])||0;this.rev=parseInt(arrVersion[2])||0;};com.deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major)return false;if(this.major>fv.major)return true;if(this.minor<fv.minor)return false;if(this.minor>fv.minor)return true;if(this.rev<fv.rev)return false;return true;};com.deconcept.util.getRequestParameter=function(param){var q=document.location.search||document.location.href.hash;if(q){var startIndex=q.indexOf(param+"=");var endIndex=(q.indexOf("&",startIndex)>-1)?q.indexOf("\046",startIndex):q.length;if(q.length>1&&startIndex>-1){return q.substring(q.indexOf("\u003d",startIndex)+1,endIndex);}}return"";};if(Array.prototype.push==null){Array.prototype.push=function(item){this[this.length]=item;return this.length;}}var getQueryParamValue=com.deconcept.util.getRequestParameter;var FlashObject=com.deconcept.FlashObject;