//{{{ 1k DHTML API
d=document;ts=2;ti=60;px='px'
var browser = navigator.appName;var ie = browser.indexOf("Microsoft") > -1 ? true : false;
var op =  browser.indexOf("pera") > -1 ? true : false;
var platform = navigator.platform;var mac = platform.indexOf("ac") > -1 ? true : false;
function gE(e,f){return d.getElementById(e);}
function sE(e){e.style.visibility='visible';}
function hE(e){e.style.visibility='hidden';}
function sZ(e,z){e.style.zIndex=z;}
function sX(e,x){e.style.left=x+px;}
function sY(e,y){e.style.top=y+px;}
function sW(e,w){e.style.width=w+px;}
function sH(e,h){e.style.height=h+px;}
function sC(e,t,r,b,x){e.style.clip='rect('+t+px+' '+r+px+' '+b+px+' '+x+px+')';}
function gY(e){return e.offsetTop;}
function wH(e,h){e.innerHTML=h;}
function gW(e){return e.offsetWidth}
function gH(e){return e.offsetHeight}
//function gX(e){var x=e.offsetLeft;var ep=e.offsetParent;while(ep!=null){x+=ep.offsetLeft;op=ep.offsetParent;}return x;}
//function gY(e){var y=e.offsetTop;var ep=e.offsetParent;while(ep!=null){y+=ep.offsetTop;ep=ep.offsetParent;}return y;}
function gX(e){var x=e.offsetLeft;var op=e.offsetParent;while(op!=null){x+=op.offsetLeft;op=op.offsetParent;}return x;}
function gY(e){var y=e.offsetTop;var op=e.offsetParent;while(op!=null){y+=op.offsetTop;op=op.offsetParent;}return y;}
function gsT()
{
  var sT=(ie && mac)? d.body.scrollTop : d.documentElement.scrollTop;
  return sT;
}

