if (document.images){
	news = new Image();
	news.src = "images/headers/news.gif";
	media = new Image();
	media.src = "images/headers/media.gif";
	downloads = new Image();
	downloads.src = "images/headers/downloads.gif";
	community = new Image();
	community.src = "images/headers/community.gif";
	about = new Image();
	about.src = "images/headers/about.gif";
	
}



function changeContent(content){
	window.frames['content'].location.href = content+".php";
	document['header'].src = eval(content+".src");
}

function showImage(picStr,width,height){
	window.open("shots.php?pic="+picStr,null,"height="+height+",width="+width+",status=no,toolbar=no,menubar=no,location=no");
}

