// JavaScript Document
function changecss(id,cssname){
	document.getElementById(id).className = cssname;
}