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