function ShowPics(){
/*	PicWin = window.open( 	"Photos/?aid=" + ArtistID + 
										"&an=" + escape(ArtistName),
							"PicWin",
							"width=400,height=500,menubar=0,scrollbars=1"
						);
	PicWin.focus();
*/
	alert( "The God of Static-Void sayth:\n\nCOMING BACK SOON" );
}

function ShowMusic(){
/*
	MusicWin = window.open( 	"audio/?aid=" + ArtistID + 
											"&an=" + escape(ArtistName),
								"MusicWin",
								"width=400,height=500,menubar=0,scrollbars=1"
							);
	MusicWin.focus();
*/
	alert( "The God of Static-Void sayth:\n\nCOMING BACK SOON" );
}

function ShowBoard(){
	alert( "The God of Static-Void sayth:\n\nThis Works No Longer" );
}

function ShowNews(){
	alert( "The God of Static-Void sayth:\n\nThis Works No Longer" );
}

function ShowLinks(){
	alert( "The God of Static-Void sayth:\n\nThis Works No Longer" );
}
