var userAgent=navigator.userAgent.toLowerCase();var is_opera=((userAgent.indexOf("opera")!=-1)||(typeof(window.opera)!="undefined"));var is_saf=((userAgent.indexOf("applewebkit")!=-1)||(navigator.vendor=="Apple Computer, Inc."));var is_webtv=(userAgent.indexOf("webtv")!=-1);var is_ie=((userAgent.indexOf("msie")!=-1)&&(!is_opera)&&(!is_saf)&&(!is_webtv));var is_ie4=((is_ie)&&(userAgent.indexOf("msie 4.")!=-1));var is_ie6=((is_ie)&&(userAgent.indexOf("msie 6.")!=-1));var is_ie7=((is_ie)&&(userAgent.indexOf("msie 7.")!=-1));var is_moz=((navigator.product=="Gecko")&&(!is_saf));var is_kon=(userAgent.indexOf("konqueror")!=-1);var is_ns=((userAgent.indexOf("compatible")==-1)&&(userAgent.indexOf("mozilla")!=-1)&&(!is_opera)&&(!is_webtv)&&(!is_saf));var is_ns4=((is_ns)&&(parseInt(navigator.appVersion)==4));var is_mac=(userAgent.indexOf("mac")!=-1);var JsWebURL="";var JsURL="";var aPsImgURL="";var aPsImgURLFull="";var timerID=0;var mvtimerID=0;var TimeoutID=0;var Forcedlock=false;$$=function(c){var c=document.getElementById(c)?document.getElementById(c):c;return c};$=function(c){return document.getElementById(c)};$S=function(c){return $(c).style};trim=function(c){ptntrim=/(^\s*)|(\s*$)/g;return c.replace(ptntrim,"")};ltrim=function(c){ptnltrim=/^\s*/g;return c.replace(ptnltrim,"")};rtrim=function(c){ptnrtrim=/\s$/g;return c.replace(ptnrtrim,"")};var request={QueryString:function(e){var d=window.location.search;var c=new RegExp(""+e+"=([^&?]*)","ig");return((d.match(c))?(d.match(c)[0].substr(e.length+1)):null)}};function $getcookie(k){try{var c=document.cookie.split("; ");for(var d=0;d<c.length;d++){var f=c[d].split("=");if(k==f[0]){return unescape(f[1])}}}catch(g){return"err"}return null}function getFlashVer(){var f=0;if(navigator.plugins&&navigator.mimeTypes.length){var c=navigator.plugins["Shockwave Flash"];if(c&&c.description){var d=c.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split(".");if(d&&d.length>0){f=d[0]}}}else{try{var k=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");for(var g=3;k!=null;g++){k=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+g);f=g}}catch(l){}try{var d=k.GetVariable("$version").split(" ")[1].split(",");if(d&&d.length>0){f=d[0]}}catch(l){}}return f}function iebody(){if(document.documentElement&&document.documentElement.clientHeight){return document.documentElement}else{if(document.body){return document.body}}return document.documentElement}function ArrayindexOf(d,c){for(var e=d.length;e--&&d[e].toLowerCase()!==c.toLowerCase();){}return e}function RemoveArray(f,d){if(f.length==0){return}for(var c=0,e=0;c<f.length;c++){if(f[c]!=d){f[e++]=f[c]}}f.length-=1}var tmm;function $opacity(m,k,c,d,g){var e=Math.round(d/100);var l=0;if(k>c){for(i=k;i>=c;i--){tmm=setTimeout("changeOpac("+i+",'"+m+"',"+g+")",(l*e));l++}}else{if(k<c){for(i=k;i<=c;i++){tmm=setTimeout("changeOpac("+i+",'"+m+"',"+g+")",(l*e));l++}}}}function changeOpac(c,k,e){var g=$(k);if(g){var d=g.style;d.opacity=(c/100);d.MozOpacity=(c/100);d.KhtmlOpacity=(c/100);d.filter="alpha(opacity="+c+")";d=null}if(c==0&&e){g.style.left="-1000px";clearTimeout(tmm)}}function getPageSize(){var c,e;if(window.innerHeight&&window.scrollMaxY){c=document.body.scrollWidth;e=window.innerHeight+window.scrollMaxY}else{if(document.body.scrollHeight>document.body.offsetHeight){c=document.body.scrollWidth;e=document.body.scrollHeight}else{c=document.body.offsetWidth;e=document.body.offsetHeight}}var d,f;if(self.innerHeight){d=self.innerWidth;f=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){d=document.documentElement.clientWidth;f=document.documentElement.clientHeight}else{if(document.body){d=document.body.clientWidth;f=document.body.clientHeight}}}arrayPageSize=new Array(c,e,d,f);return arrayPageSize}function getEvent(){var d=0;if(document.all){return window.event}func=getEvent.caller;while(func!=null){var c=func.arguments[0];if(c){if(c.constructor==MouseEvent){return c}}func=func.caller}return null}function getElementsByType(c,g){var e=g.getElementsByTagName("*");var f=new Array();for(var d=0;d<e.length;d++){if(e[d].type==c){f.push(e[d])}}return f}String.prototype.find=function(c){return(this.indexOf(c)>=0?true:false)};function getParentBk(d){var e=d.parentNode,f;while(e.tagName.toUpperCase()!="HTML"&&(f=getBackground(e))=="transparent"){e=e.parentNode}if(f=="transparent"){f="#FFFFFF"}return(f)}function getBackground(d){var e=getStyleProp(d,"backgroundColor");if(e==null||e=="transparent"||e.find("rgba(0, 0, 0, 0)")){return("transparent")}if(e.find("rgb")){e=rgb2hex(e)}return(e)}function getPadding(c,d){var e=getStyleProp(c,"padding"+d);if(e==null||!e.find("px")){return(0)}return(parseInt(e))}function getStyleProp(c,d){if(c.currentStyle){return(c.currentStyle[d])}if(document.defaultView.getComputedStyle){return(document.defaultView.getComputedStyle(c,"")[d])}return(null)}function rgb2hex(k){var f="",c,e,d;var g=/([0-9]+)[, ]+([0-9]+)[, ]+([0-9]+)/;var e=g.exec(k);for(d=1;d<4;d++){c=parseInt(e[d]).toString(16);if(c.length==1){f+="0"+c}else{f+=c}}return("#"+f)}function Mix(k,g){var f,e,d,c,m,l=new Array(3);if(k.length==4){e=1}else{e=2}if(g.length==4){d=1}else{d=2}for(f=0;f<3;f++){c=parseInt(k.substr(1+e*f,e),16);if(e==1){c=16*c+c}m=parseInt(g.substr(1+d*f,d),16);if(d==1){m=16*m+m}l[f]=Math.floor((c*50+m*50)/100);l[f]=l[f].toString(16);if(l[f].length==1){l[f]="0"+l[f]}}return("#"+l[0]+l[1]+l[2])}Date.prototype.addDay=function(n){var date=this;var month=date.getMonth()+1;var year=date.getFullYear();var day=date.getDate();var d=new Date(year,month,0).getDate();day=eval(day)+n;var r;if(day<=0){month=month-1;if(month<=0){month=12;year=eval(year)-1}r=year+"/"+month+"/"+new Date(year,month,0).getDate()}else{if(day>d){month=eval(month)+1;if(month>12){month=1;year=eval(year)+1}r=year+"/"+month+"/1"}else{r=year+"/"+month+"/"+day}}return new Date(r)};Date.prototype.formatDate=function(g){var d=this;if(!g){g="MM/dd/yyyy"}var f=d.getMonth()+1;var e=d.getFullYear();g=g.replace("MM",f.toString().padL(2,"0"));if(g.indexOf("yyyy")>-1){g=g.replace("yyyy",e.toString())}else{if(g.indexOf("yy")>-1){g=g.replace("yy",e.toString().substr(2,2))}}g=g.replace("dd",d.getDate().toString().padL(2,"0"));var c=d.getHours();if(g.indexOf("t")>-1){if(c>11){g=g.replace("t","pm")}else{g=g.replace("t","am")}}if(g.indexOf("HH")>-1){g=g.replace("HH",c.toString().padL(2,"0"))}if(g.indexOf("hh")>-1){if(c>12){c-12}if(c==0){c=12}g=g.replace("hh",c.toString().padL(2,"0"))}if(g.indexOf("mm")>-1){g=g.replace("mm",d.getMinutes().toString().padL(2,"0"))}if(g.indexOf("ss")>-1){g=g.replace("ss",d.getSeconds().toString().padL(2,"0"))}return g};String.prototype.padL=function(c,e){if(!c||c<1){return this}if(!e){e=" "}var d=c-this.length;if(d<1){return this.substr(0,c)}return(String.repeat(e,d)+this).substr(0,c)};String.prototype.padR=function(c,e){if(!c||c<1){return this}if(!e){e=" "}var d=c-this.length;if(d<1){this.substr(0,c)}return(this+String.repeat(e,d)).substr(0,c)};String.repeat=function(d,e){var f="";for(var c=0;c<e;c++){f+=d}return f};function replaceAll(e,c,f){var d=new String(e);while(d.indexOf(c)!=-1){d=d.replace(c,f)}return d}function myURLencode(c){if(c==""){return""}c=replaceAll(c,"%","@25");c=replaceAll(c,"@25","%25");return encodeURIComponent(c)}_capwin=function(c){_addEvent(c,"click",_parentEvent);_addEvent(c,"mousedown",_parentEvent);_addEvent(c,"focus",_parentEvent)};_relwin=function(c){_removeEvent(c,"click",_parentEvent);_removeEvent(c,"mousedown",_parentEvent);_removeEvent(c,"focus",_parentEvent)};_parentEvent=function(c){var c=getEvent();if(Dialog&&!Dialog.closed){try{_stopEvent(c);Dialog.focus()}catch(d){}}};_addEvent=function(c,e,d){if(is_ie){c.attachEvent("on"+e,d)}else{c.addEventListener(e,d,true)}};_removeEvent=function(c,e,d){if(is_ie){c.detachEvent("on"+e,d)}else{c.removeEventListener(e,d,true)}};_stopEvent=function(c){if(is_ie){c.cancelBubble=true;c.returnValue=false;return false}else{if(c){c.preventDefault();c.stopPropagation()}}};_createHttpRequestg=function(){if(window.XMLHttpRequest){return new XMLHttpRequest()}if(window.ActiveXObject){try{return new ActiveXObject("Msxml2.XMLHTTP")}catch(c){}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(c){}}return null};var xmlHttp=_createHttpRequestg();_go=function(d){if(!d.data.replace(/\s/g,"")){d.parentNode.removeChild(d)}};_clean=function(e){var c=e.getElementsByTagName("*");for(i=0;i<c.length;i++){a=c[i].previousSibling;if(a&&a.nodeType==3){_go(a)}b=c[i].nextSibling;if(b&&b.nodeType==3){_go(b)}}return e};_getText=function(e){var c="";if(is_ie){c=e.text}else{for(var d=0;d<e.childNodes.length;d++){if(e.childNodes[d].hasChildNodes()){c+=_getText(e.childNodes[d])}else{c+=e.childNodes[d].nodeValue}}}return c};function getNodeText(c){if(!c){return""}if(typeof(c.textContent)!="undefined"){return c.textContent}return c.firstChild.nodeValue}_getPos=function(k){var f=-1;var e=0;var c=0,l=0,g;c=posX(k);l=posY(k);if(is_ie){return{x:c+e,y:l+f}}else{return{x:c,y:l}}};function posX(d){var f=d;var c=0;for(var g=f;g;g=g.offsetParent){c+=g.offsetLeft}for(g=f.parentNode;g&&g!=document.body;g=g.parentNode){if(g.scrollLeft){c-=g.scrollLeft}}return c}function posY(c){var d=c;var g=0;for(var f=d;f;f=f.offsetParent){g+=f.offsetTop}for(f=d.parentNode;f&&f!=document.body;f=f.parentNode){if(f.scrollTop){g-=f.scrollTop}}return g}function Point(d,c){this.x=d;this.y=c}function getObjPosition(c){var d=new Point(0,0);while(c){d.x+=c.offsetLeft;d.y+=c.offsetTop;c=c.offsetParent}return d}function Point(d,c){this.x=d;this.y=c}function getpageName(){var c=location.pathname.toLowerCase();return c.substring(c.lastIndexOf("/")+1,c.lastIndexOf("."))}function formatNumber(g,f){var e=new String(atNumber(g,f));if(e.indexOf(".")==-1){return myNumber(e)}else{var c;c=myNumber(e.substr(0,e.indexOf(".")));return c+e.substr(e.indexOf("."))}}function myNumber(c){if(c.length<=3){return c}else{return myNumber(c.substr(0,c.length-3))+","+c.substr(c.length-3)}}function atNumber(d,e){var d,e;var c,f;d=new String(d);strLen=d.length;dotPos=d.indexOf(".",0);if(dotPos==-1){if(e==0){return d}c=d+".";for(i=0;i<e;i++){c=c+"0"}return c}else{if((strLen-dotPos-1)>=e){nAfter=dotPos+e+1;f=1;for(j=0;j<e;j++){f=f*10}c=Math.round(parseFloat(d)*f)/f;return c}else{c=d;for(i=0;i<(e-strLen+dotPos+1);i++){c=c+"0"}return c}}}function MoveBox(f,c){if(!f|f.style.display=="none"|f.style.zIndex==0){return}var e=(is_ie)?document.documentElement.scrollTop:self.pageYOffset;var d=(is_ie)?document.documentElement.scrollLeft:self.pageXOffset;f.style.top=e+"px";f.style.left=d+"px";if(c){MoveBoxWH(f)}}function MoveBoxWH(c){c.style.height=_winHeight()+"px";c.style.width=_winWidth()+"px"}function _winHeight(){return(is_ie)?document.documentElement.clientHeight:((document.body.scrollHeight==0)?self.innerHeight:document.body.scrollHeight)}function _winWidth(){return(is_ie)?document.documentElement.clientWidth:((document.body.scrollWidth==0)?self.innerWidth:document.body.scrollWidth)}function _winclientHeight(){return(is_ie)?document.documentElement.clientHeight:self.innerHeight}function _winclientWidth(){return(is_ie)?document.documentElement.clientWidth:self.innerWidth}function winStyle(c){switch(c){case 0:return"";break;case 1:return"status=yes,resizable=yes";break;case 2:return"scrollbars=yes,status=yes";break;case 3:return"status=yes,personalbar=yes,scrollbars=yes,resizable=yes";break;case 4:return"toolbar=no,menubar=no";break;case 5:return"toolbar=no,menubar=no,status=yes";break;case 6:return"status=yes";break;default:""}}var winarray=new Array();function WinIncident(y,z,c,u,s,B,d,n,x){try{var m=winStyle(parseInt(c));var g=1;var r=1;var q=window.screen.availWidth;var f=window.screen.availHeight;if(u==0){w=q}else{w=u;g=(q/2)-(u/2)}if(s==0){h=(is_ie)?f-50:f}else{h=s;r=(f/2)-(s/2)}if(u==0&&s==0){n=true}else{if(m!=""){m+=",width="+w+",height="+h+",left="+g+"px,top="+r+""}}var o=false;var l,t;if(winarray.length==0){l=new Array();l[0]=z;t=window.open(y,z,m);l[1]=t;o=true}else{var v=-1;for(i=0;i<winarray.length;i++){if(winarray[i][0]==z){v=i;break}}if(v==-1){l=new Array();l[0]=z;t=window.open(y,z,m);l[1]=t;o=true}else{t=winarray[v][1];if(t.closed){l=new Array();t=window.open(y,z,m);winarray[v][1]=t;o=true}}}if(x){winopenpost(t,y)}if(n){if(is_ie){t.self.moveTo(-1,-1)}else{t.self.moveTo(0,0)}t.self.resizeTo(screen.availWidth,screen.availHeight)}t.focus();if(B){Dialog=t;_capwin(window)}if(d&&o){winarray.push(l)}}catch(A){window.status=window.status+" er:WinIncident-"+A}}function closeAllwin(){try{for(i=0;i<winarray.length;i++){if(winarray[i][1]&&!winarray[i][1].closed){winarray[i][1].close()}}}catch(c){}}function winopenpost(c,d){if(!c){return false}d=d.toLowerCase();var g=d.substr(d.lastIndexOf("?")+1).split("&");var f="";for(var e=0;e<g.length;e++){f+="<input type='hidden' name='"+g[e].substr(0,g[e].indexOf("="))+"' value='"+g[e].substr(g[e].indexOf("=")+1)+"'/>"}f="<html><head></head><body><form id='posform' method='post' action='"+(d.substring(d.lastIndexOf("/")+1,d.lastIndexOf(".aspx")))+".aspx'>"+f;f+="</form><script type='text/javascript'>document.getElementById(\"posform\").submit();<\/script></body></html>";c.document.write(f)}function aPsWarButton(d,c){var e;switch(d){case 0:e="<span></span>";break;case 1:e="<input class='aPsButton' type='Button' onclick=\"closeWar();\" id='aPsWarCenter' onFocus='this.blur()' value='確定' />";break;case 2:e="<input class='aPsButton' type='Button' onclick=\"closeWar();\" id='aPsWarCenter' onFocus='this.blur()' value='關閉訊息' />";break;case 3:e="<input class='aPsButton' type='Button' onclick=\"returnTrue('"+c+"');return false;\"  onFocus='this.blur()' value='確定' />";e+="<input class='aPsButton' type='Button' onclick=\"returnFalse('"+c+"');return false;\" id='aPsWarCenter' onFocus='this.blur()' value='取消' />";break;case 4:e="<input class='aPsButton' type='Button' onclick=\"closeWar();"+c+";return false;\" id='aPsWarCenter' onFocus='this.blur()' value='確定' />";break;case 5:e="<input class='aPsButton' type='Button' onclick=\"closeWar();"+c+";return false;\" onFocus='this.blur()' value='確定' />";e+="<input class='aPsButton' type='Button' onclick=\"closeWar();return false;\" id='aPsWarCenter' onFocus='this.blur()' value='取消' />";break;default:""}return e}function returnTrue(returnid){if(!$(returnid)){return}var funStr=$(returnid).getAttribute("returnTrue");if(typeof(funStr)=="function"){eval(funStr);return}eval(funStr)}function returnFalse(returnid){if(!$(returnid)){return}var funStr=$(returnid).getAttribute("returnFalse");if(typeof(funStr)=="function"){eval(funStr);return}eval(funStr)}var dragObj;var offX,offY;function warmove(c){document.body.onmousedown=setwar;document.body.onmousemove=gowarmove;document.body.onmouseup=function(d){dragObj.className="drag2";document.body.onmousedown=null;document.body.onmousemove=null;document.body.onmouseup=null}}function setwar(c){dragObj=$("aPswindowDiv");if(dragObj){var d=getObjPosition(dragObj);dragObj.className="draging";dragObj.style.left=d.x+"px";dragObj.style.top=d.y+"px";offX=window.event?event.offsetX:c.clientX-d.x;offY=window.event?event.offsetY:c.clientY-d.y}}function gowarmove(d){if(dragObj){var k=d||window.event;var c=k.clientX-offX+document.body.scrollLeft;var l=k.clientY-offY+document.body.scrollTop;var g=(is_ie)?document.documentElement.clientHeight:self.innerHeight;var f=(is_ie)?document.documentElement.clientWidth:self.innerWidth;if(c<=0){c=0}if(l<=0){l=0}if(l>=(g-dragObj.offsetHeight)){l=(g-dragObj.offsetHeight)}if(c>=(f-dragObj.offsetWidth)){c=(f-dragObj.offsetWidth)}dragObj.style.left=c+"px";dragObj.style.top=l+"px"}}function closeWar(){if(!Forcedlock){clearInterval(timerID);if(TimeoutID!=0&&TimeoutID){clearTimeout(TimeoutID)}if($("aPswindow")){$("aPswindow").style.display="none"}}}function aPsWarTimeClose(c){TimeoutID=setTimeout("closeWar()",c)}function aPsWar(f,d,k,e){if(TimeoutID!=0&&TimeoutID){clearTimeout(TimeoutID)}if($("tooltip")){hideTip()}if(!k){k="訊息"}var c="";if(d){c=aPsWarButton(d,e)}var g="<table id='aPsWarning' style='height:60px;width:300px;' border='0' CELLSPACING='0' CELLPADDING='0'>";g+="<tr><td class='warHead' onmousedown=warmove(this); id='wartese' >"+k+"</td></tr>";g+="<tr><td class='warbody'>"+f+"</td></tr>";if(c!=""){g+="<tr><td class='warFooter'>"+c+"</td></tr>"}g+="</table>";aPswindow(g);if($("aPsWarCenter")){$("aPsWarCenter").focus()}}function aPsAct(f,l,d,e,m,k,c){if(TimeoutID!=0&&TimeoutID){clearTimeout(TimeoutID)}if($("tooltip")){hideTip()}if(!l){l="&nbsp;"}if(!m){m="warbody"}var g="<table id='aPsAction' style='height:"+((e==undefined)?60:e)+"px;width:"+((d==undefined)?300:d)+"px;' border='0' CELLSPACING='0' CELLPADDING='0'>";g+="<tr><td class='warHead' onmousedown=warmove(this); style='height:24px;'>"+l+"</td><td class='warclose' >";if(k==undefined||k){if(c!=undefined&&c!=""){g+="<span id='aPsActionDyBon' onclick=$('aPswindow').style.display='none';"+c+"; ></span>"}else{g+="<span id='aPsActionDyBon' onclick=$('aPswindow').style.display='none'; ></span>"}}else{g+="&nbsp;"}g+="</td></tr><tr><td class='"+m+"' colspan=2  valign='top' ><div id='warbodyDIV' class='warbodyDIV' style='height:"+(((e==undefined)?60:e)-20)+"px;'  >"+f+"</div></td></tr>";g+="</table>";aPswindow(g);if($("aPsWarCenter")){$("aPsWarCenter").focus()}}function aPswindow(c){var e=$("aPswindow");if(!e){return}var d=$("aPswindowDiv");d.innerHTML=c;d.style.width=parseInt(d.children[0].style.width)+"px";aPswindowBeng(e)}function aPswindowBeng(g){var e=(is_ie)?document.documentElement.scrollTop:self.pageYOffset;var d=(is_ie)?document.documentElement.clientHeight:self.innerHeight;var c=(is_ie)?document.documentElement.clientWidth:self.innerWidth;g.style.display="";g.style.left="0px";g.style.top=e+"px";g.style.height=d+"px";g.style.width=c+"px";g.style.zIndex=999999;var f=$("aPswindowDiv");f.className="drag";f.style.left=0;f.style.top=((d/2)-(parseInt(f.offsetHeight)/2))-50+"px";if(timerID!=0){clearInterval(timerID)}timerID=window.setInterval("aPsInterval($('aPswindow'),true)",1)}function aPsInterval(d,c){MoveBox(d,c)}function allload(){var d=$("aPswindow");if(!d){d=document.createElement("div");d.style.display="none";d.id="aPswindow";d.innerHTML="<iframe src='about:blank' scrolling='no' frameborder='0' ></iframe><div id='aPswindowDiv' ></div><div class='aPswindowfilter' ></div>";var c=document.getElementsByTagName("body")[0];c.appendChild(d)}if($("myBody")){$("myBody").style.height=((is_ie)?document.documentElement.clientHeight:self.innerHeight)+"px"}if(typeof(PageOninit)=="function"){PageOninit()}if(typeof(PageOnload)=="function"){PageOnload()}if(typeof(aPsFrameworkOnload)=="function"){aPsFrameworkOnload()}if(typeof(aPsTimeout)=="function"){setTimeout(aPsTimeout,500)}if($("packetload")){$("packetload").style.display="none"}}function allonunload(){if(typeof(closeAllwin)=="function"){closeAllwin()}}function $validateEmail(c){return(new RegExp(/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/).test(c))}var offsetxpoint=10;var offsetypoint=20;function isCAPSLOCK(e){if(trim(e.value)==""){return}var f=e.value.substr(e.value.length-1);var d=/^([A-Z])$/;if(d.test(f)){if(!$("aPsHelpTip")||$("aPsHelpTip").style.left=="-1000px"){showHelpTip(e,"大寫鎖定已啟用")}}else{heeTip()}e.onblur=function(c){heeTip()}}window.onload=allload;window.onunload=allonunload;window.onresize=function(){if($("myBody")){$("myBody").style.height=((is_ie)?document.documentElement.clientHeight:self.innerHeight)+"px"}};window.onerror=function(e,d,c){window.status=window.status+" Script Error: "+e+", Ln: "+c;return true};
