function vaheader()
{
	var vadisp=""
		
vadisp+="<table class='headbg' align='center' cellpadding=0 cellspacing=0 border=0>";
vadisp+="<tr>";
vadisp+="<td width=145 align=right valign=top><a title='VitalAxis' href='index.html'><img src='images/vitalaxis1.gif' border='0' width=135 height=50 alt='VitalAxis'></a></td>";
vadisp+="<td width=199></td>";
vadisp+="<td width=425 valign=top>";
vadisp+="<img src=images/support.gif width=425 height=32 usemap='#hmsuplnk' border='0'>";
vadisp+="<map name='hmsuplnk' id='hmsuplnk'>";
vadisp+="<area shape='rect' title='Click here to write to VitalAxis support' coords='255,5,425,20' href='mailto:support@vitalaxis.com'>";
vadisp+="</map>";

vadisp+="<DIV id=main name=main>";
vadisp+="<DIV id=navTop>";
vadisp+="<UL id=nav>";
vadisp+="<LI><IMG class=first height=1 src=images/spacer.gif width=10 border=0></LI>";
vadisp+="<LI><A href=index.html><img src='images/menus/home.gif' border='0' alt='Home' width='39' height='15'></A></LI>";
vadisp+="<LI><img src='images/spacer.gif' border='0' width='17' height='15'></LI>";
vadisp+="<LI><A href=overview.html><img src='images/menus/aboutus.gif' border='0' alt='About Us' width='54' height='15'></A>";

vadisp+="</LI>";
vadisp+="<LI><img src='images/spacer.gif' border='0' width='16' height='15'></LI>";
vadisp+="<LI><A href=products.html><img src='images/menus/products.gif' border='0' alt='Products' width='52' height='15'></A>";
vadisp+="<UL id=nav1>";
vadisp+="<LI><a href='products.html'>&nbsp;&nbsp;&nbsp;Overview</a></LI>";
vadisp+="<LI><a href='pathologists.html'>&nbsp;&nbsp;&nbsp;Pathologists</a></LI>";
vadisp+="<LI><a href='laboratories.html'>&nbsp;&nbsp;&nbsp;Laboratories</a></LI>";
vadisp+="<LI><a href='physicians.html'>&nbsp;&nbsp;&nbsp;Physicians</a></LI>";
vadisp+="<LI><a href='features.html'>&nbsp;&nbsp;&nbsp;Features</a></LI>";
vadisp+="<LI><a href='technology.html'>&nbsp;&nbsp;&nbsp;Technology</a></LI>";
vadisp+="<LI><a href='advantage.html'>&nbsp;&nbsp;&nbsp;Advantage</a></LI>";
vadisp+="</UL>";
vadisp+="</LI>";
vadisp+="<LI><img src='images/spacer.gif' border='0' width='16' height='15'></LI>";
vadisp+="<LI><A href=services.html><img src='images/menus/services.gif' border='0' alt='Services' width='51' height='15'></A>";
vadisp+="</LI>";
vadisp+="<LI><img src='images/spacer.gif' border='0' width='17' height='15'></LI>";
vadisp+="<LI><A href=news.html><img src='images/menus/newsevents.gif' border='0' alt='News & Events' width='78' height='15'></A></LI>";
vadisp+="<LI><img src='images/spacer.gif' border='0' width='17' height='15'></LI>";
vadisp+="<LI><A href=contactus.html><img src='images/menus/contactus.gif' border='0' alt='Contact Us' width='58' height='15'></A></LI>";
vadisp+="</UL></DIV></DIV>";
vadisp+="</td>";
vadisp+="<td width=10></td>";
vadisp+="</tr>";
vadisp+="</table>";
	
	document.write (vadisp);
	
}


function vafooter()
{
    var vTodaysDate = new Date();
    var vYearPart = vTodaysDate.getFullYear();
    var vadisp=""
    vadisp+="<table class=footbg cellpadding=0 cellspacing=0 border=0>";
    vadisp+="<tr>";
    vadisp+="<td width=644>";
    vadisp+="&nbsp;&nbsp;<a class=footlnk href=index.html>Home</a>  |  <a class=footlnk href=aboutus.html>About Us</a>  |  <a class=footlnk href=products.html>Products</a>  |  <a class=footlnk href=services.html>Services</a>  |  <a class=footlnk href=news.html>News & Events</a>  |  <a class=footlnk href=contactus.html>Contact Us</a>";
    vadisp+="<br>&nbsp;&nbsp;VitalAxis is a HIPAA compliant secure system.</td>";
    vadisp+="<td width=120>© " + vYearPart + " VitalAxis Inc</td>";
    vadisp+="</tr>";
    vadisp+="</table>";
    document.write (vadisp);
}



function valftrequest()
{
var vadisp=""

vadisp+="<table align=center width='180' height='110' cellpadding='0' cellspacing='0' border='0'>";
vadisp+="<tr><td><img src='images/requestfordemo.gif' border='0' usemap='#sllftreqlnk' alr='Request for Demo or Additional Information.'></td></tr>";
vadisp+="</table>";
vadisp+="<map name='sllftreqlnk' id='sllftreqlnk'>";
vadisp+="<area shape='rect' title='Request for Demo or Additional Information.' coords='10,20,170,90' href='requestdemo.html'>";
vadisp+="</map>";

document.write (vadisp);
}


function valftcontact()
{
var vadisp=""

vadisp+="<table align=center width='180' height='95' cellpadding='0' cellspacing='0' border='0'>";
vadisp+="<tr><td><img src='images/contactsales.gif' border='0' usemap='#sllftcontlnk' alr='Request for Demo or Additional Information.'></td></tr>";
vadisp+="</table>";
vadisp+="<map name='sllftcontlnk' id='sllftcontlnk'>";
vadisp+="<area shape='rect' title='Click here to contact sales.' coords='10,20,170,75' href='contactus.html'>";
vadisp+="</map>";

document.write (vadisp);
}
