// JavaScript
/*
	Elliot Lewis 2008
*/

/*function chngbgcolor(idname, c) {
	alert("poo");
	document.getElementById("container").style.background = c;
}*/