//THE ROLLOVER CODE START HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
if (document.images) {
//THE NAVIGATION ROLLOVERS START HERE
about_off = new Image
about_on = new Image
gallery_off = new Image
gallery_on = new Image
news_off = new Image
news_on = new Image
test_off = new Image
test_on = new Image
contact_off = new Image
contact_on = new Image
//THE NAVIGATION ROLLOVERS END HERE


//THE NAVIGATION ROLLOVER .SRC CODES START HERE
about_off.src = "hp_pix/about.gif"
about_on.src = "hp_pix/about_over.gif"
gallery_off.src = "hp_pix/galleries.gif"
gallery_on.src = "hp_pix/galleries_over.gif"
news_off.src = "hp_pix/news.gif"
news_on.src = "hp_pix/news_over.gif"
test_off.src = "hp_pix/test.gif"
test_on.src = "hp_pix/test_over.gif"
contact_off.src = "hp_pix/contact.gif"
contact_on.src = "hp_pix/contact_over.gif"
//THE NAVIGATION ROLLOVER .SRC CODES END HERE
}


//THE ROLLOVER FUNCTIONS START HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
function chgImg (imgField,newImg) {
if (document.images) {
document[imgField].src=eval(newImg 
+ ".src")
}
}
//THE ROLLOVER CODE END HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!