function printinfo() {
  printvindue = window.open('printinfo.html','Printinfo','scrollbars=yes,width=370,height=450');
  setTimeout('printvindue.moveTo(10,10)',100);
  setTimeout('printvindue.focus();',50);
}

function driving() {
  printvindue = window.open('driving.html','Driving','scrollbars=yes,width=585,height=550');
  setTimeout('printvindue.moveTo(10,10)',100);
  setTimeout('printvindue.focus();',50);
}
