var ico_ie = document.createElement('link');
 ico_ie.setAttribute('rel', 'shortcut icon');
 ico_ie.setAttribute('type', 'image/x-icon');
 ico_ie.setAttribute('href', 'http://www.ascentautomation.com/favicon.ico');
 document.getElementsByTagName('head')[0].appendChild(ico_ie);

function returnText()
{
	
	//document.getElementById("header_id").innerHTML='<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100" background="images/bgT.gif"> <tr><td valign="top" height="100"><img src="images/top01.gif" width="170" height="66"><img src="images/bgLw.gif" ><!--<img src="images/ISOLogo.gif"  height="60" width="75">--><br><img src="images/toplinks.gif" usemap="#Map2Map" border="0" ></td><td valign="top" align="right"><img src="images/toplogo.gif" ><br><!--<font size="1" valign="top" color="#00458F" face="verdana"><b>An ISO 9001:2000 Company</b>&nbsp;&nbsp;&nbsp;</font>--></td> </tr></table>';
	document.getElementById("header_id").innerHTML='<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100" background="images/bgT.gif"> <tr><td valign="top" height="100"><img src="images/top011.gif" width="239" height="66"><img src="images/bgLw.gif" ><img src="images/ISOLogo.gif"  alt="Click on image to enlarge" onClick="showEnlargeLogo()" height="60" width="75"><br><img src="images/toplinks1.gif" usemap="#Map2Map" border="0" ></td><td valign="top" align="right"><img src="images/toplogo.gif"  ><br><font size="1" valign="top" color="#00458F" face="verdana"><b>An ISO 9001:2000 Company</b>&nbsp;&nbsp;&nbsp;</font></td> </tr></table>';
	

 //document.title ="Ascent Informatics – Industrial Automation Division";
 
 
 

 //alert(document.getElementById("plantconnectlogo").src+"**"+document.getElementById("plantconnectlink").href)

}
function showEnlargeLogo()
{
 //if(window.newwindow)
 //alert('Please close the already opened window')
  newwindow=window.open("ISOLogo.html","mywindow","height=450, width=550,scrollbars=0");
}