function switchColor( name ) {
	document.getElementById('colorCss').href = "css/"+name+".css";
}
