function headArea(){
document.writeln( "<a href='http://www.naspinc.com'><img src='images/Logo.gif' width='196' height='55'></a>" +
	"</td></tr>" +
	"<tr height='1'><td align='center'>" +
	"<table border='1' bordercolor='white' rules='cols' cellspacing='0' height='1%' width='80%'>" +
"<tr valign='top' height='1'><td width='1%' class='topLink'>" +
	"<a href='html/versa.html'><br />Versa-<br />Guard&#174;</a>" +
"</td><td width='1%' class='topLink'>" +
	"<a href='html/rear.html'><br />Rear-<br />Guard&#174;</a>" +
"</td><td width='1%' class='topLink'>" +
	"<a href='html/satech.html'><br />Satech-<br />Guard&#8482;</a>" +
"</td><td width='1%' class='topLink'>" +
	"<a href='html/auto.html'><br />Auto-<br />Gate&#8482;</a>" +
"</td><td width='1%' class='topLink'>" +
	"<a href='html/ortho.html'><br />Ortho-<br />Mat&#8482;</a>" +
"</td><td width='1%' class='topLink'>" +
	"<a href='html/chain.html'><br />Chain<br />Cutter</a>" +
"</td><td width='1%' nowrap class='topLink'>" +
	"<a href='html/switch.html'><br />Switches &<br />Controls</a>" +
"</td></tr>" +
"<tr valign='top' height='1'><td width='1%' class='toplink2_B'>" +
	"<a href=''><br /></a>" +
"</td><td width='1%' class='toplink2_B'>" +
	"<a href=''></a>" +
"</td><td width='1%' class='toplink2_B'>" +
	"<a href=''></a>" +
"</td><td width='1%' class='toplink2_B'>" +
	"<a href=''></a>" +
"</td><td width='1%' class='toplink2_B'>" +
	"<a href=''></a>" +
"</td><td width='1%' class='toplink2_B'>" +
	"<a href=''></a>" +
"</td><td width='1%' class='toplink2_B'>" +
	"<a href=''></a>" +
"</td></tr>" );
}

function bodyLinkArea(){
document.writeln( "<a href='index.shtml'>Home</a><p />" +
"<a href='html/compover.html'>Company Overview</a><p />" +
"<a href='html/products.html'>Products</a><p />" +
"<a href='html/gallery.html'>Image Gallery</a><p />" +
"<a href='html/tradeshows.html'>Trade Shows</a><p />" +
"<a href='html/news.html'>News</a><p />" +
"<a href='html/downloads.html'>Downloads</a><p />" +
"<a href='html/contactus.html'>Contact Us</a><p />" );
}

function webmaster(){
function y2k(number)
 { return (number < 1000) ? number + 1900 : number; }
var today = new Date(), year  = y2k(today.getYear());
document.write(	"<center><small><font color=red>Webmaster<br /><a href='http://SchwobySolutions.com' target='_blank'><font color='black'>Schwoby Solutions</font></a><br />2007 - " + year + "</font></small></center>");
}