<!--

function orderFlyer()
{
  win=open("/orderFlyer.htm","orderFlyer","width=350, height=350, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, hotkeys=no, dependent=no")
}

function printPage(URL)
{
  pageToOpen = "/print.php4?file=" + URL;
  win=open(pageToOpen,"Print","width=500, height=500, toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, hotkeys=no, dependent=no")
}


//-->

