function PrintDiv(name)
{
 
        var X = document.getElementById(name).innerHTML;
        newwindow2=window.open('','GHNOnline');
        
	    var tmp = newwindow2.document;
	    tmp.write('<title>GHN-Online Inc. :: Claims to Cash, Quicker.™</title>');
		tmp.write('<link href=/css/ghnPRINTME.css rel=stylesheet type=text/css />');
		tmp.write('<body onLoad=window.print()>');

		tmp.write('<table width=733 border=0 cellspacing=0 cellpadding=0 style=padding:15px;>');
		tmp.write('<tr>');
		tmp.write('<td>');
		tmp.write('<table width=733 border=0 cellspacing=0 cellpadding=0>');
		tmp.write('<tr>');
		tmp.write('<td style=padding-bottom:5px><img src=/images/printme_ghn_logo.gif width=155 height=71 /></td>');
		tmp.write('</tr>');
		tmp.write('<tr>');
		tmp.write('<td style=padding-bottom:10px><img src=/images/printme_hdrbar.gif width=729 height=4 /><br /><br /></td>');
		tmp.write('</tr>');
		tmp.write('</table>');
		tmp.write('<table width=733 border=0 cellspacing=0 cellpadding=0>');
		tmp.write('<tr>');
		tmp.write('<td>');
							
		tmp.write(X);		
							
		tmp.write('<br/>');
							
		tmp.write('</td>');
		tmp.write('</tr>');
		tmp.write('</table>');
		
		tmp.write('<table width=733 border=0 cellspacing=0 cellpadding=0>');
		tmp.write('<tr>');
		tmp.write('<td><img src=/images/printme_ftrbar.gif width=729 height=5 /></td>');
		tmp.write('</tr>');
		tmp.write('<tr>');
		tmp.write('<td><table width=500 border=0 cellspacing=0 cellpadding=0>');
		tmp.write('<tr>');
		tmp.write('<td style=width:62px height:51px padding-right:10px><img src=/images/printme_footer_ghnonline.gif width=62 height=51  alt=GHN-Online Inc. :: Claims to Cash, Quicker™./>&nbsp;&nbsp;</td>');
		tmp.write('<td class=footerCOPYRIGHT style=width:438px padding-left:10px >214.696.5717<br />');
		tmp.write('COPYRIGHT <script type='text/javascript' language='JavaScript'><!--
var today = new Date();
document.write(today.getFullYear());
//--></script> GHN-ONLINE.<br />');
		tmp.write('ALL RIGHTS RESERVED WORLDWIDE.</td>');
		tmp.write('</tr>');
		tmp.write('</table></td>');
		tmp.write('</tr>');
		tmp.write('</table>');
		
tmp.write('</td>');
tmp.write('</tr>');
tmp.write('</table>');
		
		
		tmp.close();
}
