var v0v=(navigator.userAgent.indexOf('MSIE')>=0);
var v1v=(navigator.userAgent.indexOf('Opera')>=0);
var v2v=(navigator.userAgent.indexOf('WebKit')>=0);
var v3v=(navigator.userAgent.indexOf('Firefox')>=0);
var v4v=(navigator.userAgent.indexOf('Mozilla')>=0);
var v5v=false;
function f29f(inMessage)
{
if (v5v){
if (objDebug=document.getElementById('debug')){
if (objMessage=document.createElement('div'))
{
objMessage.innerHTML=inMessage;
objDebug.appendChild(objMessage);
}}}
}
function f30f(objInput)
{
var v6v=0;
var v7v=0;
var v8v=objInput.offsetRight?objInput.offsetRight:null;
var v9v=objInput.offsetBottom?objInput.offsetBottom:null;
var v10v=objInput.offsetWidth?objInput.offsetWidth:null;
var v11v=objInput.offsetHeight?objInput.offsetHeight:null;
if (objInput.offsetParent)
{while (objInput.offsetParent)
{v6v+=objInput.offsetLeft;
v7v+=objInput.offsetTop;
objInput=objInput.offsetParent;
}
}
else
if (objInput.x||objInput.y)
{v6v+=objInput.x;
v7v+=objInput.y;
v10v=objInput.width?objInput.width:null;
v11v=objInput.height?objInput.height:null;
}
if ((v8v==null)&&v10v){v8v=v6v+v10v;}
if ((v9v==null)&&v11v){v9v=v7v+v11v;}
var v12v=new Array();
v12v['left']=v6v;
v12v['right']=v8v;
v12v['top']=v7v;
v12v['bottom']=v9v;
v12v['width']=v10v;
v12v['height']=v11v;
return v12v;
}
function f31f(obj)
{
var v13v=0;
if (obj.offsetParent)
{while (obj.offsetParent)
{v13v+=obj.offsetLeft
obj=obj.offsetParent;
}
}
else
if (obj.x){v13v+=obj.x;}
return v13v;
}
function f32f(obj)
{
var v14v=0;
if (obj.offsetParent)
{while (obj.offsetParent)
{v14v+=obj.offsetTop
obj=obj.offsetParent;
}
}
else
if (obj.y){v14v+=obj.y;}
return v14v;
}
function f33f(objInNode)
{
if (objInNode&&objInNode.childNodes)
{
for (n=0;n<objInNode.childNodes.length;n++)
{
objInNode.removeChild( objInNode.childNodes[n] );
}
}
}
function f34f(rayInput)
{
intOutput=0;
for (i=0;i<rayInput.length;i++){intOutput+=rayInput[i];}
return intOutput;
}
function f35f(inString)
{
return inString.replace(/^\s+|\s+$/g,'');
}
function f36f(objIn, intOpacity)
{
if (v0v)
{
objIn.style.filter='alpha(opacity='+intOpacity+')';
objIn.style.zoom='1';
}
else
{
objIn.style.opacity=(intOpacity/100);
}
}
var v15v=null;
var v16v=null;
var v17v=5;
var v18v=25;
function f37f(inElement)
{if (!inElement.id){inElement=document.getElementById(inElement);}
if (inElement)
{
if (!inElement.current_opacity){inElement.current_opacity=100;}
inElement.current_opacity-=v17v;
if (inElement.current_opacity<0){
inElement.current_opacity=0;
}
f36f(inElement, inElement.current_opacity);
if (inElement.current_opacity>0)
{
clearTimeout(v15v);
v15v=setTimeout("f37f('"+inElement.id+"')", v18v);
}
}
}
function f38f(inElement)
{if (!inElement.id){inElement=document.getElementById(inElement);}
if (inElement)
{
if (!inElement.current_opacity){inElement.current_opacity=0;}
inElement.current_opacity+=v17v;
if (inElement.current_opacity>100){
inElement.current_opacity=100;
}
f36f(inElement, inElement.current_opacity);
if (inElement.current_opacity<100)
{
clearTimeout(v15v);
v16v=setTimeout("f38f('"+inElement.id+"')", v18v);
}
}
}
var v19v=null;
var v20v=1000;
function f39f(inElement)
{
window.clearTimeout(v19v);
f38f(inElement);
}
function f40f(inElement)
{
v19v=window.setTimeout("f37f('"+inElement.id+"')",v20v);
}
var v21v=new Array();
function f41f(strImageUrl)
{
var v22v=new Image();
v22v.src=strImageUrl;
v21v[strImageUrl]=v22v;
return v21v[strImageUrl];
}
var v23v=new Array();
function f42f(strImageUrl, strFollowupFunction)
{clearTimeout(v23v[strImageUrl]);
if (v21v[strImageUrl].complete)
{v23v[strImageUrl]=setTimeout(strFollowupFunction,0);}
else
{v23v[strImageUrl]=setTimeout("f42f('"+strImageUrl+
"',\""+strFollowupFunction+"\")",100);}
}
function f43f(strInput)
{
var v12v=new Array();
rayInput=strInput.split(';');
for (dstri=0;dstri< rayInput.length;dstri++)
{
var v24v=rayInput[dstri].split(':');
v12v[v24v[0]]=v24v[1];
}
return v12v;
}
function f44f(rayInput)
{
var v25v='';
for (drtsi in rayInput)
{
if (typeof(rayInput[drtsi]) != 'function')
{
if (v25v) v25v+=';';
v25v+=drtsi+':'+rayInput[drtsi];
}
}
return v25v;
}
function f45f(strInMatchList, strInLeftBracket, strInRightBracket)
{if (!strInLeftBracket) strInLeftBracket='[';
if (!strInRightBracket) strInRightBracket=']';
strOutMatchList=strInMatchList.substr(1, strInMatchList.length-2);
return strOutMatchList.split(strInRightBracket+strInLeftBracket);
}
function f46f(rayInMatchList, strInLeftBracket, strInRightBracket)
{if (!strInLeftBracket) strInLeftBracket='[';
if (!strInRightBracket) strInRightBracket=']';
return strInLeftBracket+
rayInMatchList.join(strInRightBracket+strInLeftBracket)+
strInRightBracket;
}
function f47f(rayInput)
{
var v25v='';
for (smrzi in rayInput)
{
if (typeof(rayInput[smrzi]) != 'function')
{
if (v25v) v25v+=', ';
v25v+=smrzi+':'+rayInput[smrzi];
}
}
return v25v;
}
function f48f(rayInput)
{
var v26v=0;
for (k in rayInput)
if (typeof(rayInput[k]) != 'function')
{
v26v++;
}
return v26v;
}

