//Javascript file
//Top Main Navigation
var contact = new Array("<a href='index_contact.html'><img src='images/top_contact.png' alt='Contact' width=80 height=22 class='top_navigation_bar' /></a>",
					 "<a href='contact_dvp.html'><img src='images/top_contact.png' alt='Contact' width=80 height=22 class='top_navigation_bar' /></a>",
					 "<a href='contact_dvvp.html'><img src='images/top_contact.png' alt='Contact' width=80 height=22 class='top_navigation_bar' /></a>",
					 "<a href='contact_dvc.html'><img src='images/top_contact.png' alt='Contact' width=80 height=22 class='top_navigation_bar' /></a>",
					 "<a href='contact_duplication.html'><img src='images/top_contact.png' alt='Contact' width=80 height=22 class='top_navigation_bar' /></a>",
					 "<a href='contact_technology.html'><img src='images/top_contact.png' alt='Contact' width=80 height=22 class='top_navigation_bar' /></a>"
					 );
document.write("<div id='nav_top'>");
document.write("<a href='index.html'><img src='images/dvcommlogo.png' alt='DV Communications Logo' width=72 height=62 align='left' class='img_DVCOMM_Logo' /></a>");
document.write("<a href='index_ourhistory.html'><img src='images/top_ourhistory.png' alt='Our History' width=102 height=22 class='top_navigation_bar' /></a>");
document.write("<a href='index_divisions.html'><img src='images/top_divisions.png' alt='Divisions' width=80 height=22 class='top_navigation_bar' /></a>");
document.write("<a href='index_client_appreciation.html'><img src='images/top_clientapp.png' alt='Client Appreciation' width=165 height=22 class='top_navigation_bar' /></a>");
document.write(contact[page])
//document.write("<a href='index_contact.html'><img src='images/top_contact.png' alt='Contact' width=80 height=22 class='top_navigation_bar' /></a>");
document.write("<a href='index_employment.html'><img src='images/employment.png' width=110 height=22 class='top_navigation_bar' /></a>");
document.write("</div>");
