//TailOut Javascript Source Doc

about = new Image
about.src = "images/bt_about.gif"

about2 = new Image
about2.src = "images/bt_about2.gif"

rates = new Image
rates.src = "images/bt_rates.gif"

rates2 = new Image
rates2.src = "images/bt_rates2.gif"

ourboat = new Image
ourboat.src = "images/bt_ourboat.gif"

ourboat2 = new Image
ourboat2.src = "images/bt_ourboat2.gif"

contact = new Image
contact.src = "images/bt_contact.gif"

contact2 = new Image
contact2.src = "images/bt_contact2.gif"

links = new Image
links.src = "images/bt_links.gif"

links2 = new Image
links2.src = "images/bt_links2.gif"

photos = new Image
photos.src = "images/bt_photos.gif"

photos2 = new Image
photos2.src = "images/bt_photos2.gif"

home = new Image
home.src = "images/bt_home.gif"

home2 = new Image
home2.src = "images/bt_home2.gif"


function changeit(a,b) 
{
document[b].src = eval(a + " .src") 
//document.title = c 
} 
