<!-- Hide the script from old browsers

img0_on = new Image(100,39);
img0_on.src="images/aboutlink_on.gif";
img1_on = new Image(100,39);
img1_on.src="images/prevprodlink_on.gif";
img2_on = new Image(100,39);
img2_on.src="images/nextprodlink_on.gif";
img3_on = new Image(100,39);
img3_on.src="images/forthcominglink_on.gif";
img4_on = new Image(100,39);
img4_on.src="images/bookinglink_on.gif";
img5_on = new Image(100,39);
img5_on.src="images/locationlink_on.gif";
img6_on = new Image(100,39);
img6_on.src="images/contactlink_on.gif";
img7_on = new Image(100,39);
img7_on.src="images/photolink_on.gif";
img8_on = new Image(100,39);
img8_on.src="images/childrenslink_on.gif";
img9_on = new Image(100,39);
img9_on.src="images/netlink_on.gif";
img10_on = new Image(100,31);
img10_on.src="images/homelink_on.gif";
img11_on = new Image(100,31);
img11_on.src="images/guestlink_on.gif";
img12_on = new Image(202,27);
img12_on.src="images/meet_the_cast_on.gif";
img13_on = new Image(208,51);
img13_on.src="images/sign_gb_on.gif";
img14_on = new Image(250,24);
img14_on.src="images/photo_main_pg_on.jpg";
img15_on = new Image(79,24);
img15_on.src="images/photo_prev_on.jpg";
img16_on = new Image(79,24);
img16_on.src="images/photo_nxt_on.jpg";
img17_on = new Image(250,24);
img17_on.src="images/photo_main_pg_black_on.jpg";
img18_on = new Image(79,24);
img18_on.src="images/photo_prev_black_on.jpg";
img19_on = new Image(79,24);
img19_on.src="images/photo_nxt_black_on.jpg";
img0_off = new Image(100,39);
img0_off.src="images/aboutlink_off.gif";
img1_off = new Image(100,39);
img1_off.src="images/prevprodlink_off.gif";
img2_off = new Image(100,39);
img2_off.src="images/nextprodlink_off.gif";
img3_off = new Image(100,39);
img3_off.src="images/forthcominglink_off.gif";
img4_off = new Image(100,39);
img4_off.src="images/bookinglink_off.gif";
img5_off = new Image(100,39);
img5_off.src="images/locationlink_off.gif";
img6_off = new Image(100,39);
img6_off.src="images/contactlink_off.gif";
img7_off = new Image(100,39);
img7_off.src="images/photolink_off.gif";
img8_off = new Image(100,39);
img8_off.src="images/childrenslink_off.gif";
img9_off = new Image(100,39);
img9_off.src="images/netlink_off.gif";
img10_off = new Image(100,31);
img10_off.src="images/homelink_off.gif";
img11_off = new Image(100,31);
img11_off.src="images/guestlink_off.gif";
img12_off = new Image(202,27);
img12_off.src="images/meet_the_cast_off.gif";
img13_off = new Image(208,51);
img13_off.src="images/sign_gb_off.gif";
img14_off = new Image(250,24);
img14_off.src="images/photo_main_pg.jpg";
img15_off = new Image(79,24);
img15_off.src="images/photo_prev.jpg";
img16_off = new Image(79,24);
img16_off.src="images/photo_nxt.jpg";
img17_off = new Image(250,24);
img17_off.src="images/photo_main_pg_black.jpg";
img18_off = new Image(79,24);
img18_off.src="images/photo_prev_black.jpg";
img19_off = new Image(79,24);
img19_off.src="images/photo_nxt_black.jpg";

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 -->