function hover_home()
{
document.home.src="images/nav/home_on.gif";
}

function off_home()
{
document.home.src="images/nav/home_off.gif";
}

function hover_info()
{
document.about.src="images/nav/info_on.gif";
}

function off_info()
{
document.about.src="images/nav/info_off.gif";
}

function hover_links()
{
	document.link.src="images/nav/links_on.gif";
}

function off_links()
{
	document.link.src="images/nav/links_off.gif";
}




function hover_photos()
{
document.photos.src="images/nav/photos_on.gif";
}

function off_photos()
{
document.photos.src="images/nav/photos_off.gif";
}

function hover_equip()
{
document.equip.src="images/nav/equip_on.gif";
}

function off_equip()
{
document.equip.src="images/nav/equip_off.gif";
}

function hover_contact()
{
document.contact.src="images/nav/contact_on.gif";
}

function off_contact()
{
document.contact.src="images/nav/contact_off.gif";
}

function hover_flyer()
{
document.flyer.src="images/nav/flyer_on.gif";
}

function off_flyer()
{
document.flyer.src="images/nav/flyer_off.gif";
}

function hover_film()
{
document.film.src="images/nav/film_on.gif";
}

function off_film()
{
document.film.src="images/nav/film_off.gif";
}

function hover_music()
{
document.music.src="images/nav/music_on.gif";
}

function off_music()
{
document.music.src="images/nav/music_off.gif";
}

function hover_fetish()
{
document.fetish.src="images/nav/fetish_on.gif";
}

function off_fetish()
{
document.fetish.src="images/nav/fetish_off.gif";
}

function hover_mistresses()
{
document.mistresses.src="images/nav/mistresses_on.gif";
}

function off_mistresses()
{
document.mistresses.src="images/nav/mistresses_off.gif";
}

function hover_webmaster()
{
document.webmaster.src="images/nav/webmaster_on.gif";
}

function off_webmaster()
{
document.webmaster.src="images/nav/webmaster_off.gif";
}

function hover_photo()
{
document.photo.src="images/nav/photo_on.gif";
}

function off_photo()
{
document.photo.src="images/nav/photo_off.gif";
}

function hover_booking()
{
document.booking.src="images/nav/booking_on.gif";
}

function off_booking()
{
document.booking.src="images/nav/booking_off.gif";
}

function clicked()
{
	document.contactform.thebutton.disabled=true;
	document.contactform.thebutton.text="Please Wait...";
	document.contactform.submit();
}

function click_disc()
{
	if ( !document.checkage.accept.checked ) {
		alert("You must accept the terms and conditions, and be over 18 years of age to enter this site.");
	} else {
		window.location.href="http://www.bluerooms.biz/main.htm";
	}
}