window.onload= function() {
	MM_preloadImages(
					'images/product_o.gif',
					'images/services_o.gif',
					'images/company_o.gif',
					'images/location_o.gif',
					'images/contact_o.gif',
					'images/sec_products_o.gif',
					'images/sec_services_o.gif',
					'images/sec_company_o.gif',
					'images/sec_location_o.gif',
					'images/sec_contact_o.gif',
					'images/history_o.gif',
					'images/philosophy_o.gif',
					'images/commu_o.gif',
					'images/aluminum_o.gif',
					'images/carbon-steel_o.gif',
					'images/stainless-steel_o.gif',
					'images/philosophy_o.gif',
					'images/assurance_o.gif',
					'images/press_o.gif',
					'images/rfq_o.gif',
					'images/company-direction_o.gif',
					'images/pressindex_o.gif',
					'images/productindex_o.gif',
					'images/aluminumindex_o.gif',
					'images/carbon-steelindex_o.gif',
					'images/stainless-steelindex_o.gif',
					'images/historyindex_o.gif',
					'images/commuindex_o.gif',
					'images/philosophyindex_o.gif',
					'images/assurance_o.gif',
					'images/anniversary_o.gif',
					'images/anniversaryindex_o.gif',
					'images/assuranceindex_o.gif'
					);
}

function GetInnerText(id)
{
   
	var text = document.getElementById(id);
    var windowhandle = window.open('', '_blank', 'height=500, width=650, scrollbars=yes, top=0, left=0');
    
	    if (windowhandle)
	    {
	        
	        windowhandle.document.write('<link href="screen.css" rel="stylesheet"  type="text/css" />');
			windowhandle.document.write('<title>Kivort Steel Inc</title>');
	        windowhandle.document.write('<div id="text_right" style="text-align:left" >')
			windowhandle.document.write('<div><img src="images/sec_logo_dir.gif" alt="kivort steel inc" width="175" height="133" border="0" /></div>');
 	        windowhandle.document.write(text.innerHTML);
			windowhandle.document.write('<p><input type="button" value="Print" onclick="window.location.reload();print();"></p> ')
	        windowhandle.document.write('</div>');
	        
	        windowhandle.document.close();
	        
	    }
}