// JavaScript Document
function flash(ur,w,h){
document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="'+w+'" height="'+h+'">');
document.write('<param name="movie" value="'+ur+'">');
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="'+ur+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="'+w+'" height="'+h+'" quality="High" wmode="transparent">');
document.write('</embed>');
document.write('</object>');
}


/////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
以下为首页中部鼠标放上去显示和隐藏按牛效果，（变换背景图片和文字）
*/
function show(n){//中部
for (i=1;i<=2;i++){
document.getElementById('e_'+i).background = "skins/df_33.gif";
document.getElementById('t_'+i).style.display = "none";
}
document.getElementById('e_'+n).background = "skins/df_33.gif";
document.getElementById('t_'+n).style.display = "";
}
function show2(n){//头部
for (i=3;i<=5;i++){
document.getElementById('e_'+i).background = "skins/index_34.gif";
}
document.getElementById('e_'+n).background = "skins/index_32.gif";
}
function shows(n){//中部
for (i=1;i<=2;i++){
document.getElementById('p_'+i).background = "skins/df_33.gif";
document.getElementById('x_'+i).style.display = "none";
}
document.getElementById('p_'+n).background = "skins/df_33.gif";
document.getElementById('x_'+n).style.display = "";
}
function shows2(n){//头部
for (i=3;i<=5;i++){
document.getElementById('x_'+i).background = "skins/index_34.gif";
}
document.getElementById('x_'+n).background = "skins/index_32.gif";
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
以下为内页底部鼠标放上去显示和隐藏按牛效果，（变换背景图片和文字）
*/
function showa(n){//中部
for (i=1;i<=3;i++){
document.getElementById('a_'+i).background = "skins/pty_98.gif";
document.getElementById('s_'+i).style.display = "none";
}
document.getElementById('a_'+n).background = "skins/pty_98.gif";
document.getElementById('s_'+n).style.display = "";
}
function showa2(n){//头部
for (i=3;i<=5;i++){
document.getElementById('a_'+i).background = "skins/pty_98.gif";
}
document.getElementById('a_'+n).background = "skins/pty_107.gif";
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
以下为首页头部鼠标放上去显示和隐藏按牛效果，（变换背景图片和文字）
*/
function showh(n){//中部
for (i=1;i<=9;i++){
document.getElementById('h_'+i).background = "skins/button.jpg";
document.getElementById('q_'+i).style.display = "none";
}
document.getElementById('h_'+n).background = "skins/button1.jpg";
document.getElementById('q_'+n).style.display = "";
}
function showh2(n){//头部
for (i=3;i<=5;i++){
document.getElementById('h_'+i).background = "skins/button1.jpg";
}
document.getElementById('h_'+n).background = "skins/button1.jpg";
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
以下为内页头部鼠标放上去显示和隐藏按牛效果，（变换背景图片和文字）
*/
function showi(n){//中部
for (i=1;i<=8;i++){
document.getElementById('k_'+i).background = "none";
document.getElementById('b_'+i).style.display = "none";
}
document.getElementById('k_'+n).background = "";
document.getElementById('b_'+n).style.display = "";
}
function showi2(n){//头部
for (i=3;i<=5;i++){
document.getElementById('k_'+i).background = "skins/bg_66.gif";
}
document.getElementById('k_'+n).background = "skins/index_68.gif";
}
