function cg(theId,theClass){
	document.getElementById(theId).className=theClass;
}
function link(url){
	window.location.href=url;
}
