
var myEchoText ='<div id="nav">';
myEchoText +='<a href="/index.html" onmouseover="changeimage(\'home\',1)" onmouseout="closeimage(\'home\',2)">';
myEchoText +='<img id="home" alt="home" height="32" width="100" src="/images/nav1.jpg"';
myEchoText +='style="border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none" /></a>';
myEchoText +='<a href="/records.htm" onmouseover="changeimage(\'record\',3)" onmouseout="closeimage(\'record\',4)">';
myEchoText +='<img id="record" alt="Records" height="32" width="110" src="/images/nav2.jpg"';
myEchoText +='style="border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none" /></a>';
myEchoText +='<a href="/appointment.php" onmouseover="changeimage(\'appt\',5)" onmouseout="closeimage(\'appt\',6)">';
myEchoText +='<img id="appt" alt="Appointment" height="32" width="150" src="/images/nav3.jpg"';
myEchoText +='style="border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none" /></a>';
myEchoText +='<a href="/contact.htm" onmouseover="changeimage(\'contact\',7)" onmouseout="closeimage(\'contact\',8)">';
myEchoText +='<img id="contact" alt="Contact" height="32" width="150" src="/images/nav4.jpg"';
myEchoText +='style="border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none" /></a>';
myEchoText +='<a href="/admin/index.php" onmouseover="changeimage(\'logins\',9)" onmouseout="closeimage(\'logins\',10)">';
myEchoText +='<img id="logins" alt="Login" height="32" width="100" src=\"/images/nav5.jpg\"';
myEchoText +='style=\"border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none\" /></a>';
myEchoText +='</div>';
document.write(myEchoText);

