
	// These are the navigation on buttons
	img1on = new Image();           
	img1on.src = "images/news_on.gif";  
	img2on = new Image();           
	img2on.src = "images/merch_on.gif";  
	img3on = new Image();           
	img3on.src = "images/band_on.gif";  
	img4on = new Image();           
	img4on.src = "images/releases_on.gif";  
	img5on = new Image();           
	img5on.src = "images/media_on.gif";
	img6on = new Image();           
	img6on.src = "images/links_on.gif";  
	img7on = new Image();           
	img7on.src = "images/contact_on.gif";
	
	

	
	// These are the navigation off buttons
	img1off = new Image();           
	img1off.src = "images/news.gif";  
	img2off = new Image();           
	img2off.src = "images/merch.gif";  
	img3off = new Image();           
	img3off.src = "images/band.gif";  
	img4off = new Image();           
	img4off.src = "images/releases.gif";  
	img5off = new Image();           
	img5off.src = "images/media.gif";
	img6off = new Image();           
	img6off.src = "images/links.gif";  
	img7off = new Image();           
	img7off.src = "images/contact.gif";
	
	
	// This function is responsible for MouseOver events
	function On(imgname) {
		if(document.images) {
			document[imgname].src=eval(imgname+"on.src");
		}
	}
	
	// This function is responsible for MouseOut events
	function Off(imgname) {
		self.status=' ';
		if(document.images) {
			document[imgname].src=eval(imgname+"off.src");
		}
	}
	
	
	
function newWindow(url, w, h) {
	window.open(url,"popupthing","width="+w+",height="+h+",status=yes");
	return false;
}

function discogPopup(picfile) {
	window.open('discog_pop.php?pic=' + picfile,'largepic','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,copyhistory=no,width=400,height=400');
}	


function newWindow(url, w, h) {
	window.open(url,"popupthing","width="+w+",height="+h+",status=yes");
	return false;
}

function photoPopup(picfile) {
	window.open('slideshow.php?pic=' + picfile,'largepic','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,copyhistory=no,width=400,height=400');
}

function newWindow(url, w, h) {
	window.open(url,"popupthing","width="+w+",height="+h+",status=yes");
	return false;
}

function imagePopup(picfile) {
	window.open('large-image.php?pic=' + picfile,'largepic','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,copyhistory=no,width=400,height=400');
}	
