var months=new Array(13);
months[1]="January";
months[2]="February";
months[3]="March";
months[4]="April";
months[5]="May";
months[6]="June";
months[7]="July";
months[8]="August";
months[9]="September";
months[10]="October";
months[11]="November";
months[12]="December";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)  
year = year + 1900;
document.write('<a name=#>');
document.write('<map name="Menu">');
document.write('<area  coords="33,32,146,17" href="products.htm">');
document.write('<area  coords="32,33,148,47" href="mfg.htm">');
document.write('<area  coords="31,48,147,64" href="whatsnew.htm">');
document.write('<area  coords="32,64,146,79" href="qa.htm">');
document.write('<area  coords="32,80,148,98" href="calibration.htm">');
document.write('<area  coords="33,97,148,114" href="brochure.htm">');
document.write('<area  coords="32,129,146,145" href="http://www.technel.com/quote.htm">');
document.write('<area  coords="31,144,146,161" href="about.htm">');
document.write('<area  coords="30,161,146,177" href="contact.htm">');
document.write('</map>');
document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">');
document.write('<TR>');
document.write('<TD><img src="Images/Header_1.jpg" width="174" height="124" border="0"></TD>');
document.write('<TD><img src="Images/Header_2.jpg" width="561" height="124" border="0"></TD>');
document.write('</TR>');
document.write('<TR><TD colspan="2">');
document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">');
document.write('<TR>');
document.write('<TD background=Images/MB_1.gif width=153><FONT FACE=Arial,Helvetica,Sans Serif color="#eee8aa" size=1><center>' + lmonth + ' ' + date + ', ' + year + '</center></FONT></TD>');
document.write('<TD><a href="index-2.html"><img src="Images/MB_2.gif" width="73" height="21" border="0"></a></TD>');
document.write('<TD><a href="products.htm"><img src="Images/MB_3.gif" width="96" height="21" border="0"></a></TD>');
document.write('<TD><a href="mfg.htm"><img src="Images/MB_4.gif" width="168" height="21" border="0"></a></TD>');
document.write('<TD><a href="whatsnew.htm"><img src="Images/MB_5.gif" width="113" height="21" border="0"></a></TD>');
document.write('<TD><img src="Images/MB_6.gif" width="132" height="21" border="0"></TD>');
document.write('</TR>');
document.write('</TABLE>');
document.write('</TD></TR>');
document.write('</TABLE>');