<!-- Hide the script from old browsers

img0_on = new Image(189,61);
img0_on.src="images/aboutlink_index_on.png";
img1_on = new Image(189,61);
img1_on.src="images/prevprodlink_index_on.png";
img2_on = new Image(189,61);
img2_on.src="images/nextprodlink_index_on.png";
img3_on = new Image(189,61);
img3_on.src="images/forthcominglink_index_on.png";
img4_on = new Image(189,61);
img4_on.src="images/bookinglink_index_on.png";
img5_on = new Image(189,61);
img5_on.src="images/locationlink_index_on.png";
img6_on = new Image(189,61);
img6_on.src="images/contactlink_index_on.png";
img7_on = new Image(189,61);
img7_on.src="images/photolink_index_on.png";
img8_on = new Image(189,61);
img8_on.src="images/childrenslink_index_on.png";
img9_on = new Image(189,61);
img9_on.src="images/netlink_index_on.png";
img0_off = new Image(189,61);
img0_off.src="images/aboutlink_index_off.png";
img1_off = new Image(189,61);
img1_off.src="images/prevprodlink_index_off.png";
img2_off = new Image(189,61);
img2_off.src="images/nextprodlink_index_off.png";
img3_off = new Image(189,61);
img3_off.src="images/forthcominglink_index_off.png";
img4_off = new Image(189,61);
img4_off.src="images/bookinglink_index_off.png";
img5_off = new Image(189,61);
img5_off.src="images/locationlink_index_off.png";
img6_off = new Image(189,61);
img6_off.src="images/contactlink_index_off.png";
img7_off = new Image(189,61);
img7_off.src="images/photolink_index_off.png";
img8_off = new Image(189,61);
img8_off.src="images/childrenslink_index_off.png";
img9_off = new Image(189,61);
img9_off.src="images/netlink_index_off.png";

function over_image(parm_name)
{
document[parm_name].src = eval(parm_name + "_on.src");
}
function off_image(parm_name)
{
document[parm_name].src = eval(parm_name + "_off.src");
}
//End Hiding Here -->