/**var rollText_k=6; //菜单总数
var rollText_i=1; //菜单默认值
				//setFocus1(0);
				rollText_tt=setInterval("rollText(1)",8000);
				function rollText(a){
				clearInterval(rollText_tt);
				rollText_tt=setInterval("rollText(1)",8000);
				rollText_i+=a;
				if (rollText_i>rollText_k){rollText_i=1;}
				if (rollText_i==0){rollText_i=rollText_k;}
				//alert(i)
				 for (var j=1; j<=rollText_k; j++){
				 document.getElementById("rollTextMenu"+j).style.display="none";
				 }
				 document.getElementById("rollTextMenu"+rollText_i).style.display="block";
				} **/



function swf(file,w,h) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+w+'" height="'+h+'"> ');
	document.write('<param name="movie" value="' + file + '">');
	document.write('<param name="quality" value="high"> ');
	document.write('<param name="wmode" value="transparent"> ');
	document.write('<param name="menu" value="false"> ');
	document.write('<embed src="' + file + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed> ');
	document.write('</object> ');
}

function change04(obj){
  document.getElementById("foucus_change_"+obj).style.visibility="visible";
 }
 
 function change044(obj){
  document.getElementById("foucus_change_"+obj).style.visibility="hidden";
 }
 
 function create(obj){
  for(var i=0;i<5;i++){
   document.getElementById("create_nav_"+i).className="sub_nav02";
   document.getElementById("create_change_"+i).style.display="none";
  }
  document.getElementById("create_nav_"+obj).className="sub_nav01";
  document.getElementById("create_change_"+obj).style.display="";
 }
