// JavaScript Document

<!--
image01= new Image(90,30)
image01.src="http://www.croftmarine.com/global_images/home.gif"
image02= new Image(90,30)
image02.src="http://www.croftmarine.com/global_images/home_b.gif"
image03= new Image(126,15)
image03.src="http://www.croftmarine.com/global_images/used_boats.gif"
image04= new Image(126,15)
image04.src="http://www.croftmarine.com/global_images/used_boats_b.gif"
image05= new Image(130,30)
image05.src="http://www.croftmarine.com/global_images/new_boats.gif"
image06= new Image(130,30)
image06.src="http://www.croftmarine.com/global_images/new_boats_b.gif"
image07= new Image(105,30)
image07.src="http://www.croftmarine.com/global_images/contact.gif"
image08= new Image(105,30)
image08.src="http://www.croftmarine.com/global_images/contact_b.gif"
image09= new Image(115,30)
image09.src="http://www.croftmarine.com/global_images/location.gif"
image10= new Image(115,30)
image10.src="http://www.croftmarine.com/global_images/location_b.gif"
image11= new Image(110,30)
image11.src="http://www.croftmarine.com/global_images/services.gif"
image12= new Image(110,30)
image12.src="http://www.croftmarine.com/global_images/services_b.gif"
image13= new Image(90,30)
image13.src="http://www.croftmarine.com/global_images/events.gif"
image14= new Image(190,30)
image14.src="http://www.croftmarine.com/global_images/events_b.gif"
image15= new Image(84,30)
image15.src="http://www.croftmarine.com/global_images/links.gif"
image16= new Image(84,30)
image16.src="http://www.croftmarine.com/global_images/links_b.gif"

function rollover(imagename, newsrc){
document.images[imagename].src=newsrc.src
}
//-->