
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" alt="Click on image to enlarge" onClick="showEnlargeLogo()"><br><img src="images/toplinks.gif" usemap="#Map2Map" border="0" width="465" height="34" ></td><td align="right" valign="top"><table border="0"><tr><td valign="top" align="right"><img src="images/toplogo_new.gif" ><br><br><b><font size="1" valign="top" color="#00458F" face="verdana">An ISO 9001:2000 Company&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b></td></tr></table> </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" ><img src="images/bgLw.gif" ><img src="images/ISOLogo.gif" alt="Click on image to enlarge" onClick="showEnlargeLogo()"><br><img src="images/toplinks1.gif" usemap="#Map2Map" border="0" width="465" height="34" ></td><td align="right" valign="top"><table border="0"><tr><td valign="top" align="right"><img src="images/toplogo_new.gif" ><br><br><b><font size="1" valign="top" color="#00458F" face="verdana">An ISO 9001:2000 Company&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b></td></tr></table> </td> </tr></table>';	
}
function showEnlargeLogo()
{
 //if(window.newwindow)
 //alert('Please close the already opened window')
  newwindow=window.open("ISOLogo.html","mywindow","height=450px, width=550px,scrollbars=0");
}