<!--
// browser detection
var dhtml = "";
var preload = 0;

browserName = navigator.appName; browserVer = parseInt(navigator.appVersion);
	if (browserName == "Netscape"
		&& browserVer >= 4) dhtml = "NS4";
	if (browserName == "Microsoft Internet Explorer"
		&& browserVer >= 4) dhtml = "MS4";
	if (browserName == "Netscape" && browserVer >= 3) preload = 1;
	if (dhtml == "NS4" || dhtml == "MS4") preload = 1;

// preload rollover images
if (preload) {
	b_royalwhimsandproclamations_off = new Image(132,30);
	b_royalwhimsandproclamations_off.src = "images/b_royalwhimsandproclamations_off.gif";
	b_whimtourney_off = new Image(132,30);
	b_whimtourney_off.src = "images/b_whimtourney_off.gif";
	b_royalneeds_off = new Image(132,20);
	b_royalneeds_off.src = "images/b_royalneeds_off.gif";
	b_foodanddrink_off = new Image(132,20);
	b_foodanddrink_off.src = "images/b_foodanddrink_off.gif";
	b_schedule_off = new Image(132,20);
	b_schedule_off.src = "images/b_schedule_off.gif";
	b_gratitudes_off = new Image(132,20);
	b_gratitudes_off.src = "images/b_gratitudes_off.gif";
	b_photogallery_off = new Image(132,20);
	b_photogallery_off.src = "images/b_photogallery_off.gif";
	b_vikingresources_off = new Image(132,20);
	b_vikingresources_off.src = "images/b_vikingresources_off.gif";
	b_contactus_off = new Image(132,20);
	b_contactus_off.src = "images/b_contactus_off.gif";
	b_odes_off = new Image(132,20);
	b_odes_off.src = "images/b_odes_off.gif";
	b_champions_off = new Image(132,20);
	b_champions_off.src = "images/b_champions_off.gif";
	b_home_off = new Image(132,20);
	b_home_off.src = "images/b_home_off.gif";
	b_close_off = new Image (45,20);
	b_close_off.src = "images/b_close_off.gif";
	b_back_off = new Image (45,20);
	b_back_off.src = "images/b_back_off.gif";
		
	b_royalwhimsandproclamations_on = new Image(132,30);
	b_royalwhimsandproclamations_on.src = "images/b_royalwhimsandproclamations_on.gif";
	b_whimtourney_on = new Image(132,30);
	b_whimtourney_on.src = "images/b_whimtourney_on.gif";
	b_royalneeds_on = new Image(132,20);
	b_royalneeds_on.src = "images/b_royalneeds_on.gif";
	b_foodanddrink_on = new Image(132,20);
	b_foodanddrink_on.src = "images/b_foodanddrink_on.gif";
	b_schedule_on = new Image(132,20);
	b_schedule_on.src = "images/b_schedule_on.gif";
	b_gratitudes_on = new Image(132,20);
	b_gratitudes_on.src = "images/b_gratitudes_on.gif";
	b_photogallery_on = new Image(132,20);
	b_photogallery_on.src = "images/b_photogallery_on.gif";
	b_vikingresources_on = new Image(132,20);
	b_vikingresources_on.src = "images/b_vikingresources_on.gif";
	b_contactus_on = new Image(132,20);
	b_contactus_on.src = "images/b_contactus_on.gif";
	b_odes_on = new Image(132,20);
	b_odes_on.src = "images/b_odes_on.gif";
	b_champions_on = new Image(132,20);
	b_champions_on.src = "images/b_champions_on.gif";
	b_home_on = new Image(132,20);
	b_home_on.src = "images/b_home_on.gif";
	b_close_on = new Image (45,20);
	b_close_on.src = "images/b_close_on.gif";
	b_back_on = new Image (45,20);
	b_back_on.src = "images/b_back_on.gif";
}

// function to change button image on rollover
function rollOver(imgDocName,imgObjName) {
	if (preload) {
		document [imgDocName].src = eval(imgObjName + ".src");
	}
}
//-->
