//<? header('Content-Type: application/x-javascript'); ?>
<!--

function dz(base, zd, x, y, alt, ts) {
    
    var wx   = x + 40;
    var wy   = y + 60; 
    
   
    var Win = window.open(
        base+'dz.php?zd='+zd+'&x='+x+'&y='+y+'&alt='+alt+'&ts='+ts,
        'displayWindow',
        'width='+wx+', height='+wy+', left=60, top=60, directories=no, location=no, menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no'
    );
  
    if (Win) Win.focus();

}

//-->   
