if (document.images) { images_on = new Array(); images_off = new Array(); } var ready = false; function swapon (image, source) { if ((document.images) && (ready)) { image.src = images_on[source].src; } return false; } function swapoff (image, source) { if ((document.images) && (ready)) { image.src = images_off[source].src; } return false; } function prep() { if (document.images) { var section = 'casual_dining'; images_nav = new Array('policies', 'cabins', 'hotel_condos', 'casual_dining', 'banquets_and_weddings', 'events', 'photos', 'local_attractions', 'testimonials', 'specials', 'map', 'jobs', 'contact_us'); for (var i=0; i= total) { ready = true; } else { setTimeout('pauseload();', 250); } }