// a function to simplify HTML authoring with Javascript
function dw(text)
{
document.write(text);
}

dw('<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="ffffff">');
dw('<tr>');
dw('<td width="800" height="70" hspace="0" vspace="0" border="0" cellpadding="0" cellspacing="0"><a href="ContactUs.htm">');
dw('<img src="Images/inofaslogo.jpg" width="500" height="70" border="0" solid #FFFFFF" align="left" cellpadding="0" cellspacing="0">');
dw('<td colspan="4" ><div align="right">');
dw('<p><a href="mailto:info@inofas.com"><img src="Images/contactus.bmp" width="30" height="30" alt="Email Us" hspace="0" vspace="0" border="0"></p>');
dw('<form name="searchpage" onSubmit="return findInPage(this.string.value);">');
dw('<p><div align="right"><input class="normal1" name="string" type="text" value="search page" size=10 onChange="n = 0;">'); 
dw('<input type="submit" value="Search"></div></p></form></td>');
dw('<tr bgcolor="#1F497D" hspace="0" vspace="0" border="0" cellpadding="0" cellspacing="0">');
dw('<td height="30" width="480" valign="middle"><a href="index.htm" class="header"><font color="#ffffff"size="2">&nbsp;&nbsp;www.inofas.com</font></a></td>');
dw('<td height="30" width="80" valign="middle"><a href="Services.htm" class="header"><font color="#ffffff" size="2">Services</font></a></td>');
dw('<td height="30" width="80" valign="middle"><a href="Solutions.htm" class="header"><font color="#ffffff" size="2">Solutions</font></a></td>');
dw('<td height="30" width="200" valign="middle"><a href="ContactUs.htm" class="header"><font color="#ffffff" size="2">Contact Us</font></a></td>');
dw('</td>');
dw('</tr>');
dw('</table>');






