// 2.0.3909.1124 200309111630
var slMac=navigator.appVersion.indexOf("Macintosh")!=-1;
var slMode;
var sli=new Array();
var sls=new Array();
var slwb="";
var slitl=false;
var slop=window.innerWidth;
var slrc=0;
var slrq=new Array();
var slth=new Array();
var slpl;
var sliq;
var slUniqueID=0;
var d=document;
function slWrite(content){slwb+=content}
function slFlush(){document.write(slwb);slwb=""}
function _slOnTimer(){if(slitl)return;if(slMode!="W3C" && slop!=window.innerWidth){window.location.reload();return}slitl=true;slOnTimer();window.setTimeout("_slOnTimer()",500);slitl=false}
function slTimerAttach(obj){slth[slth.length]=obj}
function slOnTimer(){for(var i in slth)slth[i].onTimer()}
function _slOnInteractive(){if(slrc<2){slrc++;window.setTimeout("_slOnInteractive()",250);return}slop=window.innerWidth;slOnInteractive()}
function slOnLoad(e){window.onresize=slOnResize;if(slpl)slpl(e);if(slMode=="NN"){var minor=parseInt(navigator.appVersion.substr(navigator.appVersion.indexOf(".")+1,1));if(minor<5){window.setTimeout("_slOnInteractive()",100);return}}slOnInteractive()}
function slRegisterOnResizeHandler(obj){slrq[slrq.length]=obj}
function slOnResize(e){if(slMode=="W3C"){for(var i in slrq)slrq[i].onresize()}else{slrc++;if(slop!=window.innerWidth)document.location.reload()}}
function slGetWindowClip(){var p,s,w,b;w=window;b=document.body;if(window.innerWidth){p=new slp(w.pageXOffset,w.pageYOffset);s=new slsz(w.innerWidth,w.innerHeight)}else{p=new slp(b.scrollLeft,b.scrollTop);s=new slsz(b.clientWidth,b.clientHeight)}return new slr(p,s)}
function slGetRect(e,r){if(e.getBoundingClientRect){var r=e.getBoundingClientRect();var b=document.body;return new slr(new slp(r.left-2+b.scrollLeft,r.top-2+b.scrollTop),new slsz(r.right-r.left+1,r.bottom-r.top+1))}if(!r)r=new slr(new slp(e.offsetLeft,e.offsetTop),new slsz(e.offsetWidth,e.offsetHeight));else{r.point.x+=e.offsetLeft;r.point.y+=e.offsetTop}var p=e.offsetParent;if(!p){if(e.leftMargin>0&&e.offsetLeft==0){r.point.x+=e.leftMargin;r.point.y+=e.topMargin}return r}return slGetRect(p,r)}
function slr(p,s){this.point=p;this.size=s}
slr.prototype.right=function(){return this.point.x+this.size.width}
slr.prototype.bottom=function(){return this.point.y+this.size.height}
function slp(x,y){this.x=x;this.y=y}
function slsz(w,h){this.width=w;this.height=h}
function sll(){}
var sllp=sll.prototype;
sllp.attachElement=function(e){this.e=e}
sllp.render=function(){this.layerID="slUniqueID"+slUniqueID++;slWrite("<div class=sll style='position: absolute; top: -3000; left: -3000' id="+this.layerID+" name="+this.layerID+">"+this.html+"</div>")}
if(d.layers){
slMode="NN";
sllp.ini=function(w,h){this.wnd=w;this.html=h;this.e=null;return this}
sllp.ge=function(){if(!this.e){if(this.layerID)this.e=document.layers[this.layerID];else{this.e=new Layer(0,this.wnd);this.e.document.open("text/html");this.e.document.write(this.html);this.e.document.close();this.e.hidden=true}}return this.e}
sllp.show=function(){this.ge().hidden=false}
sllp.hide=function(){this.ge().hidden=true}
sllp.move=function(p){var el=this.ge();el.top=p.y;el.left=p.x}
sllp.sz=function(z){this.ge().zIndex=z}
sllp.gz=function(){return this.ge().zIndex}
}else{
slWrite=function(c){document.write(c)}
slFlush=function(){}
sllp.sz=function(z){this.ge().style.zIndex=z}
sllp.gz=function(){var n=parseInt(""+this.ge().style.zIndex);return isNaN(n)?0:n}
sllp.move=function(p){var s=this.ge().style;s.top=p.y;s.left=p.x}
sllp.show=function(){this.ge().style.visibility="VISIBLE"}
if(d.createElement&&d.createElement("DIV")){
slMode="W3C";
sllp.hide=function(){this.ge().style.visibility="HIDDEN";if(this.reusable)this.releaseElement()}
sllp.ini=function (w,h,r){this.e=null;this.wnd=w;this.html=h;this.href=r;return this}
sllp.ge=function(){if(!this.e){if(this.layerID)this.e=this.wnd.document.getElementById(this.layerID);else{this.e=this.wnd.document.createElement("DIV");this.e.className="sll";this.e.style.position="absolute";this.e.style.visibility="hidden";if(!slMac)this.e.innerHTML=this.html;this.e=this.wnd.document.body.appendChild(this.e);if(slMac)this.e.innerHTML=this.html}}return this.e}
}else{
slMode="OP";
sllp.hide=function(){this.ge().style.visibility="HIDDEN"}
sllp.ini=function(w,h,r){this.wnd=w;this.html=h;this.e=null;if(h){this.uniqueID="slUniqueID"+slUniqueID;slUniqueID++;w.document.write("<div id="+this.uniqueID+" class=sll style='background-color: transparent; position:absolute;visibility:hidden'>"+h+"</div>");this.e=w.document.all[this.uniqueID]}return this}
sllp.ge=function(){if(this.e==null)this.e=document.all[this.layerID];return this.e}
sllp.render=function(){}
}}
sllp.getElement=sllp.ge;
function slOnInteractive(s){window.setTimeout("_slOnTimer()",500);for(i in sliq){var o=sliq[i];if(o){if(o.oninteractive())sliq[i]=null}}if(s && s.onmouseover)s.onmouseover=null}
function slRegisterOnInteractiveHandler(o){if(!sliq){sliq=new Array();if(document.onload){if(slMode=="NN")document.captureEvents(Event.LOAD);slpl=document.onload;document.onload=slOnLoad}else{slpl=window.onload;window.onload=slOnLoad}}sliq[sliq.length]=o}