// JavaScript Document
document.writeln("<SCRIPT language=javascript>  ");
document.writeln("  function switchmodTag(modtag,modcontent,modk) {  ");
document.writeln("	for(i=1; i <4; i++) {  ");
document.writeln("	  if (i==modk) {  ");
document.writeln("		document.getElementById(modtag+i).className=\"menuOn\";document.getElementById(modcontent+i).className=\"news\";}  ");
document.writeln("	  else {  ");
document.writeln("		document.getElementById(modtag+i).className=\"menuNo\";document.getElementById(modcontent+i).className=\"news_none\";}  ");
document.writeln("	}  ");
document.writeln("  }  ");
document.writeln("<\/SCRIPT>")
