Print(); 
function Print() { 
  if (self.opener && window.name=='printWindow'){
    //alert(window.name); 
    document.write('<link href="/PrintStyle.css" rel="stylesheet" type="text/css" media="all">'); 
  } 
} 
function printPage(){ 
newWin=window.open(window.location.href,'printWindow',
'resizable=yes,height=600,width=850,top=30,left=30,toolbar=yes,menubar=yes,scrollbars=yes');
} 
