function print_file(file,left,top,width,height) {
  window.open(file,'print',
             'left='+left+',top='+top+',width='+width+',height='+height+',hotkeys=no,dependent=yes,' +
             'location=no,menubar=no,resizable=yes,status=no,toolbar=no,scrollbars=no');
}

function print_partner() {
  print_file("partner.php",30,30,650,570);
}
