﻿//////////////////半显示广告,移支全显/////////////////////////////////////////////////////////////////
function ADOneAndTwo(Link,Src,Alt) {
   document.write('<div id="MyMoveAd" align="center" style="height:30px;overflow:hidden;" onmouseover="MyMoveAdOvr()" onmouseout="MyMoveAdOut()"> ')
   document.write('<table width="960" border="0" cellpadding="0" cellspacing="0">')
   document.write('<tr><td><center><center>')
   document.write('<a href="'+Link+'" target="_blank"><img src="'+Src+'" border="0" alt="'+Alt+'" width="960" height="60"></a>')
   document.write('</center></center></td></tr>')
   document.write('</table>')
   document.write('</div>')  
}  
function MyMoveAdOvr(){ 
document.getElementById('MyMoveAd').style.height='60px';
}
function MyMoveAdOut()  { 
document.getElementById('MyMoveAd').style.height='30px';
} 
//////////////////LOGO推荐部分//////////////////////////////////////////////////////////////////////////////////////
function LOGOUUXXc(o,p){//组合图页码处理
   for(var i = 1; i <= p; i++){
     document.getElementById('LOGOUUXX'+i).style.display='none';
   }
   document.getElementById('LOGOUUXX'+o).style.display='';
   document.getElementById('No5LogoT').className='No5ACC3top'+o;
}
////////////////////////////////////////////////////////////////////////////////////////////////////////




