function openToPrint()
{
var newwin;
newwin = window.open("window.html",null,"height=550,width=655,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
newwin.focus();
newwin.opener=self;
 }
