
homeOff = new Image
homeOn = new Image
flightsOff = new Image
flightsOn = new Image
hotelsOff = new Image
hotelsOn = new Image
carhireOff = new Image
carhireOn = new Image
insuranceOff = new Image
insuranceOn = new Image
travelinfoOff = new Image
travelinfoOn = new Image
contactOff = new Image
contactOn = new Image
helpOff = new Image
helpOn = new Image
linksOff = new Image
linksOn = new Image
holidaysOff = new Image
holidaysOn = new Image
parkingOff = new Image
parkingOn = new Image

homeOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/home.gif"
homeOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/home.ov.gif"
flightsOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/flights.gif"
flightsOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/flights.ov.gif"
hotelsOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/hotels.gif"
hotelsOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/hotels.ov.gif"
carhireOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/carhire.gif"
carhireOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/carhire.ov.gif"
insuranceOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/insurance.gif"
insuranceOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/insurance.ov.gif"
travelinfoOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/travelinfo.gif"
travelinfoOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/travelinfo.ov.gif"
contactOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/aboutus.gif"
contactOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/aboutus.ov.gif"
helpOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/help.gif"
helpOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/help.ov.gif"
linksOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/links.gif"
linksOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/links.ov.gif"
holidaysOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/holidays.gif"
holidaysOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/holidays.ov.gif"
parkingOff.src = "http://www.cheap-flights-hotels-canada.com/graphs/parking.gif"
parkingOn.src = "http://www.cheap-flights-hotels-canada.com/graphs/parking.ov.gif"

function rollover(a,b) {

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

}


