var T1=T2='';

if (typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat') {
//+document.documentElement.clientHeight-this.clientHeight
    tleft_doctp="_top:expression(document.documentElement.scrollTop+this.clientHeight-60);_left:expression(document.documentElement.scrollLeft);}";
//+document.documentElement.clientHeight-this.clientHeight
    tleft_doctp2="_top:expression(document.documentElement.scrollTop+this.clientHeight-200);}";
} else {
//document.body.scrollTop+document.body.clientHeight-this.clientHeight
    tleft_doctp="_top:expression(document.body.scrollTop+this.clientHeight-60);_left:expression(document.body.scrollLeft);}";
//+document.body.clientHeight-this.clientHeight
    tleft_doctp2="_top:expression(document.body.scrollTop+this.clientHeight-200);}";
}

var tleft_fixedcss='#tleftfixed_div{position:fixed;_position:absolute;top:0px;left:0px;z-index: 1000;'+tleft_doctp;
var tleft_popcss='#tleftpopup_div {background-color: transparent;position:fixed;_position:absolute;left: 30px;top: 64px;overflow: hidden;visibility: hidden;z-index: 100;'+tleft_doctp2;

document.write('<style type="text/css">'+tleft_fixedcss+tleft_popcss+'</style>');

function tleftpop_hide()
{
    var cred_id='tleftpopup_div';
    if (document.getElementById) {
        document.getElementById(cred_id).style.visibility='hidden';
    } else if (document.layers) {
        document.layers[cred_id].visibility='hidden';
    } else if (document.all) {
       eval("document.all.'+cred_id+'.style.v=\"hidden\"");
    }
}

function tleftpop_show()
{
    var cred_id='tleftpopup_div';
    if (document.getElementById) {
        document.getElementById(cred_id).style.visibility='visible';
    } else if (document.layers) {
        document.layers[cred_id].visibility='show';
    } else if (document.all) {
       eval("document.all.'+cred_id+'.style.v=\"visible\"");
    }
}

function status_tl(id)
{
 
var image1='http://www.hyipsun.com/index.php?a=image3&f=tl&lid=' +id;
var image2='http://www.hyipsun.com/index.php?a=image3&cmd=tab&lid=' +id;
var url='http://www.hyipsun.com/?a=details&lid=' +id;
	
    document.write('<div id="tleftpopup_div">');
    document.write('<img src="' + image2 + '" border=0 alt="InvestDaddy Monitoring service. Click to check program status.">');
    document.write('</div>');
    document.write('<div id="tleftfixed_div">');
    document.write('<a onfocus="this.blur()" href="' +url+ '"><img object.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties)" border=0 hspace=0 '+'vspace=0 src="' +image1+ '"');
    document.write('onMouseOver="T1=setTimeout(\'tleftpop_show()\',100);clearTimeout(T2)" ')
    document.write('onMouseOut="T2=setTimeout(\'tleftpop_hide()\',100);clearTimeout(T1)"></a>');
    document.write('</div>');
}

