<!-- Beginning of Code --------- 
var exit=true;
function exitcon()
{ 
   if (exit)
   {
        window.open("displayttd.asp","","width=800,height=450");
   }
}

// -- End of Code -------------- -->