function printStandard(Location,Page)
{  
   window.open(Location+'printpages/standard_pages.php?page='+Page, 'PopUp_PRINT', 'width=750,"+(screen.height-250)+",left=100,top=94,scrollbars=1,locationbar=1');
 }