
homeOff = new Image
homeOn = new Image
playOff = new Image
playOn = new Image
aboutusOff = new Image
aboutusOn = new Image
linksOff = new Image
linksOn = new Image
howtowinOff = new Image
howtowinOn = new Image


homeOff.src = "/graphs/home.gif"
homeOn.src = "/graphs/home.ov.gif"
howtowinOff.src = "/graphs/how.to.win.gif"
howtowinOn.src = "/graphs/how.to.win.ov.gif"
playOff.src = "/graphs/play.poker.gif"
playOn.src = "/graphs/play.poker.ov.gif"
aboutusOff.src = "/graphs/aboutus.gif"
aboutusOn.src = "/graphs/aboutus.ov.gif"
linksOff.src = "/graphs/links.gif"
linksOn.src = "/graphs/links.ov.gif"


function rollover(a,b) {

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

}


