// JavaScript Document
//External file to build navigation for members online
<!--
//var abspath = "/delta/"  // test
var abspath = "/"      //prod
//alert('brokernav loaded');

function navtop() {
document.writeln('<!-- #BeginLibraryItem "' + abspath + 'Dentist_Search/Library/TopNav.lbi" --><table width="750" border="0" cellpadding="0" cellspacing="0">');
document.writeln('  <tr>');
document.writeln('    <td id="TopNav_logo"><a href="http://www.deltadentalri.com/index.html"><img src="' + abspath + 'Dentist_Search/images/gifs/DD_Logo.gif" alt="Delta Dental Logo" width="159" height="39" border="0" /></a></td>');
document.writeln('    <td id="TopNav_links"><a href="http://www.deltadentalri.com/index.html">home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.deltadentalri.com/Home/about.html">about</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.deltadentalri.com/Home/sitemap.html">site map</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.deltadentalri.com/Home/contactus.html">contact us</a></td>');
document.writeln('  </tr>');
document.writeln('</table><!-- #EndLibraryItem -->');
document.writeln('<!-- #BeginLibraryItem "' + abspath + 'Dentist_Search/Library/Find_Banner_Skinny.lbi" -->');
document.writeln('<table width="750" border="0" cellpadding="0" cellspacing="0">');
document.writeln('<tbody>');
document.writeln(' <tr>');
document.writeln('    <td id="ImageArea2"></td>');
document.writeln('    <td id="Banner_heading2">');
document.writeln('      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="509" height="92" title="Holiday Schedule">');
document.writeln('        <param name="movie" value="' + abspath + 'Dentist_Search/images/holidaySchedule.swf" />');
document.writeln('        <param name="quality" value="high" />');
document.writeln('        <embed src="' + abspath + 'Dentist_Search/images/holidaySchedule.swf" quality="high" type="application/x-shockwave-flash" width="509" height="92"></embed>');
document.writeln('      </object>');
document.writeln('    </td>');
document.writeln('  </tr>');
document.writeln('</tbody>');
document.writeln('</table><!-- #EndLibraryItem -->');
}

function navside(pFrom) {
	
document.writeln('<!-- #BeginLibraryItem "' + abspath + 'Dentist_Search/Library/SideNav_find.lbi" -->');
document.writeln('		<a href="http://www.deltadentalri.com/index.html">Home</a><br />');
document.writeln('		<a href="http://www.deltadentalri.com/Home/find.html">Find a Dentist</a><br />');
}

function navbottom() {
document.writeln('<!-- #BeginLibraryItem "' + abspath + 'Dentist_Search/Library/BottomNav2.lbi" --><table width="750" border="0" cellpadding="0" cellspacing="0">');
document.writeln('  <tr>');
document.writeln('    <td id="BottomNav_copyright"><a href="#" onclick=\'window.open("http://www.deltadentalri.com/Compliance/privacy.html", "newWindow", "width=425,height=350");\'>Internet Privacy Policy</a><br />');
document.writeln('    <a href="#" onclick=\'window.open("http://www.deltadentalri.com/Compliance/copyright.html", "newWindow", "width=425,height=350");\'>Copyright © 2006 Delta Dental of Rhode Island </a></td>');
document.writeln('    <td id="BottomNav_links"><a href="http://www.deltadentalri.com/index.html">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.deltadentalri.com/WhatsNew/new.html">What\'s New</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.deltadentalri.com/Home/tips.html">Dental Health Tips</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.deltadentalri.com/Home/find.html">Find a Dentist</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.deltadentalri.com/Home/contactus.html">Contact Us</a></td>');
document.writeln('  </tr>');
document.writeln('</table><!-- #EndLibraryItem -->');	
}

//-->