function writeAd(link, pic, text)
{
document.write("						<tr>");
document.write("							<td bgcolor=white>");
document.write("								<table cellpadding=3 width=140 border=1 bordercolor=#7A1111>");
document.write("									<tr>");
document.write("										<td background=./private/images/lav_button_blank.jpg>");
document.write("											<center>");
document.write("												<a href=" + link + "><p><B>" + text + "</B></p><!--<img src=" + pic + " BORDER=0>-->");
document.write("											</center>");
document.write("											</A>");
document.write("										</td>");
document.write("									</tr>");
document.write("								</table>");
document.write("							</td>");
document.write("						</tr>");

}
function doMenu()
{
//document.write("<table cellpadding=5 frame=top border=1 width=150 bordercolor=#7A1111>");
document.write("	<tr>");
document.write("		<td bgcolor=white>");
document.write("			<table width=140 cellpadding=5 frame=top border=1 bordercolor=#7A1111>");
document.write("				<tr>");
document.write("				<td align=center bgcolor=#A3A2A2>");
document.write("					<a href=home.htm><H5>Home</H5></a>");
document.write("					<a href=about.htm><H5>About Us</H5></a>");
document.write("					<a href=software.htm><H5>TDM Software</H5></a>");
document.write("					<a href=eascriber.htm><H5>EAScriber</H5></a>");
document.write("					<a href=tdmtrader.htm><H5>TDM Trader</H5></a>");
document.write("					<a href=services.htm><H5>TDM Services</H5></a>");
document.write("					<a href=contact.htm><H5>Contact Us</H5></a>");
document.write("				</td>");
document.write("				</tr>");
document.write("			</table>");
document.write("		</td>");
document.write("	</tr>	");
//document.write("</table>");
}


document.write("<table border=0 bgcolor=#F3F0EF cellpadding=5 cellspacing=0>");
doMenu();
writeAd("./eas_buy.htm","./private/images/eascriber_button2.gif", "Purchase EAScriber Pro TODAY");
writeAd("./eas_customers.htm","./private/images/eascriber_button3.gif", "READ WHAT ENGINEERS ARE SAYING ABOUT EAScriber Pro");
writeAd("./eas_customers2.htm","./private/images/eascriber_button3.gif", "WHO'S USING EAScriber Pro?");
document.write("<td bgcolor=white>");
document.write("<table border=0 width=140><tr><td>");
document.write("					<center>");
document.write("					<img src=http://www.petrofind.com/search/top50.jpg BORDER=0></center></td></tr><tr><td><center><a href=http://www.petrofind.com/cgibin/search/vote.cgi?ID=986136474><p>Vote this site Top of the 'Petrofind.Com Search Engine</P></a>");
document.write("					</center></td></tr></table>");
document.write("</td>");
document.write("</table>");


