var dragapproved=false
var minrestore=0
var initialwidth
var initialheight
var ie5=document.all&&document.getElementById
var ns6=document.getElementById&&!document.all
function drag_drop(e){
if (ie5&&dragapproved&&event.button==1){
document.getElementById("dwindow").style.left=tempx+event.clientX-offsetx
document.getElementById("dwindow").style.top=tempy+event.clientY-offsety
}
else if (ns6&&dragapproved){
tempx = 300;
document.getElementById("dwindow").style.left=tempx+e.clientX-offsetx
document.getElementById("dwindow").style.top=tempy+e.clientY-offsety
}
}
function initializedrag(e){
offsetx=ie5? event.clientX : e.clientX
offsety=ie5? event.clientY : e.clientY
if (ie5)


tempx=parseInt(document.getElementById("dwindow").style.left)
tempy=parseInt(document.getElementById("dwindow").style.top)

dragapproved=true
document.onmousemove=drag_drop
}

function CloseWindow()
{
document.getElementById('dwindow').style.display='none';
}

if (ie5||ns6)
document.onmouseup=new Function("dragapproved=false;document.onmousemove=null")


var closeWindow = false
//function open_popup(l,t,h,tg)
function open_popup(h,tg)
{   	
	if (closeWindow)
	CloseWindow();
	ContentHTML ="<div class=shadow><div class=content><table border =0 cellpadding =0 cellspacing=0 class =font6s width=100%><tr bgcolor=#3973ad><td align=center height =20 width=100% class=cont-txt-hd>"+tg+"</b></td><td align =right><img src=http://video.tv18online.com/general/ytrimg/images/AIR/common/closebox.gif style=cursor:pointer onClick=CloseWindow();></td></tr><tr><td colspan=2><div class=cont-txt>"+h+"</div></td></tr></table></div></div>";
	//set the dhml popup in center of visible screen	
	dwincontent=document.getElementById('dwindow');
	dwincontent.innerHTML=ContentHTML;
	dwincontent.style.display='block';
	//dwincontent.style.left=l;
	//dwincontent.style.top=t;
	dwincontent.style.width=300;
	closeWindow = true;

	}	



function tnc()
{
window.open('/international/US/truevalue/tnc_truevalue.html','popup','scrollbars=1,width=630,height=600,top=150,left=200')
}
