
var win2= '';
function ecouponpopup(did,sid)
 { 
   if((navigator.appVersion.indexOf('Safari')) == -1 )
   {
         var pwidth=700;var pheight=460;  
   }
   else
   { 
        var pwidth=715;var pheight=480;
   } 
   win2=window.open('http://cpanel.tkcarsites.com/Controlpanelec/ecoupon.aspx?Did='+did+'&Sid='+sid+'&Pid=27','0', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+ pwidth +',height='+ pheight +'');
 } 
 function dhtmlpopupwindow(did,sid) 
 {
    var googlewin=dhtmlwindow.open('googlebox', 'iframe', 'http://cpanel.tkcarsites.com/cp/special.aspx?Did='+did+'&Sid='+sid+'&Pid=15', 'Specials', 'width=680px,height=355px,resize=1,scrolling=1,center=1', 'recal');
    
    googlewin.focus();
    googlewin.onclose=function()
    {
        return 1;
    } 
 }