// JavaScript Document function imgOn(imgName,source) { if (document.images) { document[imgName].src = eval(source+ "on.src"); } } function imgOff(imgName,source) { if (document.images) { document[imgName].src = eval(source+ "off.src"); } } if (document.images) { img1on = new Image(557, 24); img1on.src = "http://oldhickorygc.com/images/nav2/home.gif"; img2on = new Image(557, 24); img2on.src = "http://oldhickorygc.com/images/nav2/golfcourse.gif"; img3on = new Image(557, 24); img3on.src = "http://oldhickorygc.com/images/nav2/clubhouse.gif"; img4on = new Image(557, 24); img4on.src = "http://oldhickorygc.com/images/nav2/membership.gif"; img5on = new Image(557, 24); img5on.src = "http://oldhickorygc.com/images/nav2/weddingevents.gif"; img6on = new Image(557, 24); img6on.src = "http://oldhickorygc.com/images/nav2/memberarea.gif"; } function open_window1(url, width, height) { mywin1 = window.open(url,"win1",'alwaysRaised=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=' + width + ',height=' + height); mywin1.resizeTo(width, height); mywin1.focus(); }