// JavaScript Document

function randomFeed() {
br = Math.ceil(Math.random() * 6);
if (br == 1) return "<br />";
if (br == 2) return "<br /><br />";
if (br == 3) return "<br /><br /><br />";
if (br == 4) return "<br /><br /><br /><br />";
if (br == 5) return "<br /><br /><br /><br /><br />";
if (br == 6) return "<br /><br /><br /><br /><br /><br />";
if (br == 7) return "<br /><br /><br /><br /><br /><br /><br />";
if (br == 8) return "<br /><br /><br /><br /><br /><br /><br /><br />";
} 

function lahar() {
	for (i = 0; i<6; i++) {
	document.write("<div id='pix'>"+randomFeed()+"<img src='images/beachsky/beach" + Math.ceil(Math.random() * 71) + ".jpg' width='75' height='180' border='0'></"+"div>")
	}
}

function dust(url) {
var newwindow=window.open(url,'name','height=430,width=430');
	if (window.focus) {
	newwindow.focus()
	}
}

function dropDown() {
var start=document.beach.walla.value;
var end=document.beach.walla.focus();

if (document.beach.rolandtoy.blur()) {
	document.beach.rolandtoy.style.display='none';
	}

if (start == 'contents') {
	document.beach.newstuff.style.display='none';
	document.beach.MeherBaba.style.display='none';
	document.beach.intuitology.style.display='none';
	document.beach.dust.style.display='none';
	document.beach.rolandtoy.style.display='none';
	document.beach.robertltyler.style.display='none';
	}
	
	if (start == 0) {
	document.beach.newstuff.style.display='block';
	document.beach.MeherBaba.style.display='none';
	document.beach.intuitology.style.display='none';
	document.beach.dust.style.display='none';
	document.beach.rolandtoy.style.display='none';
	document.beach.robertltyler.style.display='none';
	}
	
	else if (start == 1) {
	document.beach.newstuff.style.display='none';
	document.beach.MeherBaba.style.display='block';
	document.beach.intuitology.style.display='none';
	document.beach.dust.style.display='none';
	document.beach.rolandtoy.style.display='none';
	document.beach.robertltyler.style.display='none';
	}
	
	else if (start == 2) {
	document.beach.newstuff.style.display='none';
	document.beach.MeherBaba.style.display='none';
	document.beach.intuitology.style.display='block';
	document.beach.dust.style.display='none';
	document.beach.rolandtoy.style.display='none';
	document.beach.robertltyler.style.display='none';
	}
	
	else if (start == 3) {
	document.beach.newstuff.style.display='none';
	document.beach.MeherBaba.style.display='none';
	document.beach.intuitology.style.display='none';
	document.beach.dust.style.display='block';
	document.beach.rolandtoy.style.display='none';
	document.beach.robertltyler.style.display='none';
	}
	
	else if (start == 4) {
	document.beach.newstuff.style.display='none';
	document.beach.MeherBaba.style.display='none';
	document.beach.intuitology.style.display='none'
	document.beach.dust.style.display='none';
	document.beach.rolandtoy.style.display='block';
	document.beach.robertltyler.style.display='none';
	}
	
	else if (start == 5) {
	document.beach.newstuff.style.display='none';
	document.beach.MeherBaba.style.display='none';
	document.beach.intuitology.style.display='none';
	document.beach.dust.style.display='none';
	document.beach.rolandtoy.style.display='none';
	document.beach.robertltyler.style.display='block';
	}
}

function show(theid) {
 	var offandon = document.getElementById(theid);
	offandon.style.display='block';
}

function hide(theid) {
 	var offandon = document.getElementById(theid);
	offandon.style.display='none';
}
