/*

put 
ID="DHTML_Header"
ID="DHTML_Menu"
ID="DHTML_Footer"
in balises that contain the HTML code of Header/Menu/Footer

put in the HTML HEADER (with css links) with the right path : 
<script language="javascript" src="js/print_page.js"></script>

function is called by :
<a href="#" onClick="TemplatePrint(this)"  class="green_link_template">Print Page</a>

*/

	function TemplatePrint(myObjLink) {

	window.print();
	}

