
function tc(url)
{

window.open(url, "down", "width=730,height=320,left=100,top=60,scrollbars=yes") ;
return true;
}




