var T7=T8='';

if (typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat') {
    tleft_doctp="_top:expression(document.documentElement.scrollTop+this.clientHeight-90);_left:expression(document.documentElement.scrollLeft+document.documentElement.clientWidth-offsetWidth);}";
    tleft_doctp2="_top:expression(document.documentElement.scrollTop+this.clientHeight-offsetHeight+50);}";
} else {
    tleft_doctp="_top:expression(document.body.scrollTop+this.clientHeight-90);_left:expression(document.body.scrollLeft + document.body.clientWidth-offsetWidth);}";
    tleft_doctp2="_top:expression(document.body.scrollTop+this.clientHeight-offsetHeight);}";
}


var tleft_fixedcss='#tleftfixed_div{position:fixed;_position:absolute;top:0px;right:0px;z-index: 1000;'+tleft_doctp;
var tleft_popcss='#HYIPS_popleft {background-color: transparent;position:fixed;_position:absolute;left: 50px;top: 50px;overflow: hidden;visibility: hidden;z-index: 1000;'+tleft_doctp2;


document.write('<style type="text/css">'+tleft_fixedcss+tleft_popcss+'</style>');

function tleftpop_hide()
{
    var ccred_id='HYIPS_popleft';
    if (document.getElementById) {
        document.getElementById(ccred_id).style.visibility='hidden';
    } else if (document.layers) {
        document.layers[ccred_id].visibility='hidden';
    } else if (document.all) {
       eval("document.all.'+ccred_id+'.style.v=\"hidden\"");
    }
}

function tleftpop_show()
{
    var ccred_id='HYIPS_popleft';
    if (document.getElementById) {
        document.getElementById(ccred_id).style.visibility='visible';
    } else if (document.layers) {
        document.layers[ccred_id].visibility='show';
    } else if (document.all) {
       eval("document.all.'+ccred_id+'.style.v=\"visible\"");
    }
}

function show_topleft(type,id,usr)
{


    document.write('<div id="HYIPS_popleft">');
    document.write('<img name=topleft src="' + image4 + '" border=0 alt="HYIPleft">');
    document.write('</div>');
    document.write('<div id="tleftfixed_div">');
  if (/MSIE (5\.5|6).+Win/.test(navigator.userAgent))
  {
 document.write('<a onfocus="this.blur()" href="' +url+ '" target="_blank"><img border=0 hspace=0 '+'vspace=0 src="' +pixe3+ '" + style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+image3+')" ');
 } else {
 document.write('<a onfocus="this.blur()" href="' +url+ '" target="_blank"><img border=0 hspace=0 '+'vspace=0 src="' +image3+ '" ');
 }
    document.write('onMouseOver="T5=setTimeout(\'tleftpop_show()\',100);clearTimeout(T7)" ')
    document.write('onMouseOut="T6=setTimeout(\'tleftpop_hide()\',100);clearTimeout(T8)"></a>');
    document.write('</div>');
}