//if (document.images) {
a1 = new Image
b1 = new Image
a2 = new Image
b2 = new Image
a3 = new Image
b3 = new Image
a4 = new Image
b4 = new Image
a5 = new Image
b5 = new Image
a6 = new Image
b6 = new Image
a7 = new Image
b7 = new Image
a8 = new Image
b8 = new Image
a9 = new Image
b9 = new Image
a10 = new Image
b10 = new Image

a1.src = 'nav_partners.gif'
b1.src = 'nav_partners_over.gif'
a2.src = 'nav_associates.gif'
b2.src = 'nav_associates_over.gif'
a3.src = 'nav_about.gif'
b3.src = 'nav_about_over.gif'
a4.src = 'nav_useful.gif'
b4.src = 'nav_useful_over.gif'
a5.src = 'nav_directions.gif'
b5.src = 'nav_directions_over.gif'
a6.src = 'nav_peer.gif'
b6.src = 'nav_peer_over.gif'
a7.src = 'nav_specialization.gif'
b7.src = 'nav_specialization_over.gif'
a8.src = 'nav_contactus.gif'
b8.src = 'nav_contactus_over.gif'
a9.src = 'nav_taxnotebook.gif'
b9.src = 'nav_taxnotebook_over.gif'
a10.src = 'nav_home.gif'
b10.src = 'nav_home_over.gif'
//}
//else {
//a1 = ""
//b1 = ""
//a2 = ""
//b2 = ""
//a3 = ""
//b3 = ""
//a4 = ""
//b4 = ""
//a5 = ""
//b5 = ""
//a6 = ""
//b6 = ""
//a7 = ""
//b7 = ""
//a8 = ""
//b8 = ""
//a9 = ""
//b9 = ""
//a10 = ""
//b10 = ""
//<!--
//document.partners = "" -->
//document.associates = ""
//document.about = ""
//document.useful = ""
//document.directions = "" 
//document.peer = "" 
//document.specialization = "" 
//document.contactus = ""
//document.taxnotebook = ""  
//document.home = ""  
//}
/*
function getTime() {
now = new Date();
y2k = new Date("Apr 16 2002 00:00:00");
days = (y2k - now) / 1000 / 60 / 60 / 24;
daysRound = Math.floor(days);
hours = (y2k - now) / 1000 / 60 / 60 - (24 * daysRound);
hoursRound = Math.floor(hours);
minutes = (y2k - now) / 1000 /60 - (24 * 60 * daysRound) - (60 * hoursRound);
minutesRound = Math.floor(minutes);
seconds = (y2k - now) / 1000 - (24 * 60 * 60 * daysRound) - (60 * 60 * hoursRound) - (60 * minutesRound);
secondsRound = Math.round(seconds);
sec = (secondsRound == 1) ? " second." : " seconds.";
min = (minutesRound == 1) ? " minute" : " minutes, ";
hr = (hoursRound == 1) ? " hour" : " hours, ";
dy = (daysRound == 1)  ? " day" : " days, "
document.timeForm.input1.value = "" + daysRound  + dy + hoursRound + hr + minutesRound + min + secondsRound + sec;
newtime = window.setTimeout("getTime();", 1000);
}
*/



