//justamerica print document.write("
Printer Friendly Format

"); function printme() { var thelocation = window.document.location.href; var printurl = "http://www.justamerica.co.uk/printjapage.phtml?page="+escape(thelocation); theprintwindow = open(printurl, "printwin"); theprintwindow.focus(); }