function Clickheretoprint()
{ 
	if(null != document.getElementById('ContentArea'))
	{	
	  var content_text = document.getElementById('ContentArea').innerHTML; 
	  var docprint=window.open('','PrintPage', 'toolbar=no, location=no, directories=no, menubar=no, scrollbars=no'); 
	   docprint.document.open(); 

	   
	   docprint.document.write('<html><head><title>PrintPage</title>'); 
	   docprint.document.write('<link rel="stylesheet" type="text/css" href="/Files/Stylesheet1657.css">');
	   docprint.document.write('<link rel="stylesheet" type="text/css" href="/Files/System/styles.css">');
	   docprint.document.write('<link rel="stylesheet" type="text/css" href="/Files/Legend1.css">');
	   docprint.document.write('<link rel="stylesheet" type="text/css" href="/Files/System/Fourges_style.css">');   
	   docprint.document.write('</head><body style="margin:0px;background-color:#292929;" onLoad="self.print()" >');
	   
	   docprint.document.write('<table cellpadding="0" cellspacing="0" border="0" width="745px"><tr><td valign="top" style="PADDING-LEFT: 0px; PADDING-TOP: 5px" align="left"><div align="left"><img src="/Files/System/F_logo.gif" border="0" alt="" id="dwtoplogo"/ /></div></td>');
	   
	   docprint.document.write('<TD class="imageText" vAlign="bottom" align="left"><DIV style="PADDING-BOTTOM: 30px"><P>UNIQUE KITCHEN HOOD SOLUTIONS</P></DIV></TD>');
		 
	   docprint.document.write('</tr></table>');
	
	   docprint.document.write('<div style="PADDING-LEFT: 10px; PADDING-BOTTOM: 7px; PADDING-TOP: 7px; width:745px; overflow:hidden;"><br>');
	
	   docprint.document.write(content_text);   
	   
	   docprint.document.write('<br></div><br><br><br>');
	
	   docprint.document.write('<table cellpadding="0" cellspacing="0" border="0" width="656"><tr><TD style="WIDTH: 205px" vAlign="top"><DIV style="OVERFLOW: hidden; WIDTH: 205px"><SPAN class="bottomText">Fourges? </SPAN><SPAN class="colorMe">Made in Denmark</SPAN> </DIV></TD><td align="center" width="745" id="DwFooter"><span style="font-size:10;">Vestervigvej 126 ? DK-7755 Bedsted Thy ? Denmark ? Phone +45 9794 5030 ? Telefax: +45 9794 5167 ? post@gl-bedsted.dk</span></td></tr></table>');
	   docprint.document.write('</body></html>'); 
	   docprint.document.close(); 
	   docprint.focus();
	}
}
