if (document.images) {
img1 = new Image();
img1.src = "http://www.hotelmccall.com/images/link1a.gif";
img2 = new Image();
img2.src = "http://www.hotelmccall.com/images/link2a.gif";
img3 = new Image();
img3.src = "http://www.hotelmccall.com/images/link3a.gif";
}

function linkOn(num)
{
document.images['link' + (num)].src = "http://www.hotelmccall.com/images/link"+(num)+"a.gif"
}

function linkOff(num)
{
document.images['link' + (num)].src = "http://www.hotelmccall.com/images/link"+(num)+".gif"
}
