var cat = location.href.split("/")[6];

window.onfocus=function(){CssCheck(cat)};

function CssCheck(id){


	if (cat == 'y2012'){
			document.getElementById(id).className = 'y2012_on';
		}

	if (cat == 'y2011'){
			document.getElementById(id).className = 'y2011_on';
		}

	if (cat == 'y2010'){
			document.getElementById(id).className = 'y2010_on';
		}

	if (cat == 'y2009'){
			document.getElementById(id).className = 'y2009_on';
		}


}

