$(document).ready(function(){$(".s_top a").click(function(){if($(this).hasClass("cur")==false){$(".s_top a[class='cur']").removeClass("cur");$(this).addClass("cur");if($(this).attr("id")!="s_down"){var a=$(this).attr("id").split("_")[1]+".php";var b="http://s.cnmo.com/"+a}else{var b="http://download.cnmo.com/index.php?c=List&classId=0&subClassId=0&extend=0&platform=0"}$("#sForm").attr("action",b)}});$("#sForm input[type='text']").focus(function(){$(this).select()})});
