var Htr1=Htr2='';

if (typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat') {
    trt_doctp="_top:expression(document.documentElement.scrollTop+this.clientHeight-100);_left:expression(document.documentElement.scrollLeft+document.documentElement.clientWidth-offsetWidth);}";
    trt_doctp2="_top:expression(document.documentElement.scrollTop+this.clientHeight-offsetHeight+50);}";
} else {
    trt_doctp="_top:expression(document.body.scrollTop+this.clientHeight-100);_left:expression(document.body.scrollLeft + document.body.clientWidth-offsetWidth);}";
    trt_doctp2="_top:expression(document.body.scrollTop+this.clientHeight-offsetHeight);}";
}


var trt_fixedcss='#trtfixed_div{position:fixed;_position:absolute;top:0px;right:0px;z-index: 1000;'+trt_doctp;
var trt_popcss='#trpopup_div {background-color: transparent;position:fixed;_position:absolute;right: 50px;top: 50px;overflow: hidden;visibility: hidden;z-index: 1000;'+trt_doctp2;


document.write('<style type="text/css">'+trt_fixedcss+trt_popcss+'</style>');

function trtpop_hide()
{
    var cred_id='trpopup_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 trtpop_show()
{
    var cred_id='trpopup_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 show_tr(id)
{

		var image1='http://i45.tinypic.com/2wrk8ox.png';
		var image2='http://i50.tinypic.com/2149g0z.png';
		var url='http://apnadesi-tv.in';
        var pixel='http://i46.tinypic.com/2vud5ie.jpg';

    document.write('<div id="trpopup_div">');
    document.write('<img name=topright src="' + image2 + '" border=0 alt="Back Up Site">');
    document.write('</div>');
    document.write('<div id="trtfixed_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="' +pixel+ '" + style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+image1+')" ');
 } else {
 document.write('<a onfocus="this.blur()" href="' +url+ '" target="_blank"><img border=0 hspace=0 '+'vspace=0 src="' +image1+ '" ');
 }
    document.write('onMouseOver="Htr2=setTimeout(\'trtpop_show()\',100);clearTimeout(Htr1)" ')
    document.write('onMouseOut="Htr1=setTimeout(\'trtpop_hide()\',100);clearTimeout(Htr2)"></a>');
    document.write('</div>');
}
