/*

        Copyright (c) 2009 Softrex Ltd.

        http://www.softrex.com/


*/

function _xx(o,x,stopID){
        if (o==null)
                return x;
        x += o.offsetLeft;
        if (o.offsetParent!=null && !(stopID == o.id)){
                x = _xx(o.offsetParent,x,stopID);
        }
        return x;
}

function _yy(o,y,stopID){
        if (o==null)
                return y;
        y += o.offsetTop;
        if (o.offsetParent!=null && !(stopID == o.id)){
                y = _yy(o.offsetParent,y,stopID);
        }
        return y;
}


function _Super2(){
        var x=document.body.clientWidth;
        var y=document.body.clientHeight;
	var sz=1020;
	var top=0;
        if (x<sz){
            document.getElementById("ioghusuweuiowejsdjgefk").style.cssText="position:absolute; left:3px; top:0px; z-index:1;";
            document.getElementById("iojfdhugufguusduyasukf").style.cssText="position:absolute; left:0; top:"+top+"px; z-index:1;";
        }
        else{
	    sz=Math.floor(sz/2);
            document.getElementById("ioghusuweuiowejsdjgefk").style.cssText="position:absolute; left:50%; top:0px; z-index:1;";
            document.getElementById("iojfdhugufguusduyasukf").style.cssText="position:absolute; left:-"+sz+"px; top:"+top+"px; z-index:1;";
        }
        return true;
}


function _counter(){
	document.write('<div style=\"DISPLAY: none; VISIBILITY: hidden; z-index:-10; position:absolute; left:0; top:0;\"><img src=\"sxcnt.cgi?url='+escape(window.location.href)+
		'&jref='+escape(document.referrer)+'&jos='+escape(navigator.platform)+'&rnd='+Math.random()+
		'\" width=1 height=1 border=0 alt=\"\"></div>');
}

