// JavaScript Document

document.writeln('<!-- NAVIGATION LINKS to navigation throughout all major pages of the Sun SafeTee Website -->');
document.writeln('<table border="0" height="30" cellpadding="0" cellspacing="0">');
document.writeln('<TR>');

document.writeln('<TD valign="middle" align="center" class="nav">');
document.writeln('<a href="index.php" title="">Home</a>');

document.writeln('<TD valign="middle" align="center" class="nav" onmouseover="document.getElementById(\'about_dd\').style.visibility=\'visible\';" onmouseout="document.getElementById(\'about_dd\').style.visibility=\'hidden\';">');
document.writeln('<a href="about.php" title="">About</a>');

document.writeln('<TD valign="middle" align="center" class="nav" onmouseover="document.getElementById(\'services_dd\').style.visibility=\'visible\';" onmouseout="document.getElementById(\'services_dd\').style.visibility=\'hidden\';">');
document.writeln('<a href="services.php" title="">Services</a>');

document.writeln('<TD valign="middle" align="center" class="nav">');
document.writeln('<a href="partners.php" title="">Partners</a>');

document.writeln('<TD valign="middle" align="center" class="nav" onmouseover="document.getElementById(\'contact_dd\').style.visibility=\'visible\';" onmouseout="document.getElementById(\'contact_dd\').style.visibility=\'hidden\';">');
document.writeln('<a href="contact.php" title="">Contact</a>');

document.writeln('<TD valign="middle" align="center" class="nav" style="padding-right:0px;">');
document.writeln('<a href="greene_tips.php" title="">Greene Tips</a>');

document.writeln('</table>');
document.writeln(' ');


