function css(){
	var flg=document.styleSheets[0].disabled;
	for(var i=0;i<document.styleSheets.length;i++) void(document.styleSheets[i].disabled=!flg);
}
