
bookOff = new Image
bookOn = new Image
infoOff = new Image
infoOn = new Image
mapsOff = new Image
mapsOn = new Image
linksOff = new Image
linksOn = new Image
currencyOff = new Image
currencyOn = new Image
aboutusOff = new Image
aboutusOn = new Image

bookOff.src = "http://www.cheap-hotels-central-london.com/graphs/book.jpg"
bookOn.src = "http://www.cheap-hotels-central-london.com/graphs/book_ov.jpg"
infoOff.src = "http://www.cheap-hotels-central-london.com/graphs/touristinfo.jpg"
infoOn.src = "http://www.cheap-hotels-central-london.com/graphs/touristinfo_ov.jpg"
mapsOff.src = "http://www.cheap-hotels-central-london.com/graphs/maps.jpg"
mapsOn.src = "http://www.cheap-hotels-central-london.com/graphs/maps_ov.jpg"
linksOff.src = "http://www.cheap-hotels-central-london.com/graphs/links.jpg"
linksOn.src = "http://www.cheap-hotels-central-london.com/graphs/links_ov.jpg"
currencyOff.src = "http://www.cheap-hotels-central-london.com/graphs/currency.jpg"
currencyOn.src = "http://www.cheap-hotels-central-london.com/graphs/currency_ov.jpg"
aboutusOff.src = "http://www.cheap-hotels-central-london.com/graphs/aboutus.jpg"
aboutusOn.src = "http://www.cheap-hotels-central-london.com/graphs/aboutus_ov.jpg"

function rollover(a,b) {

document[a].src = eval(b + ".src")

}


