
function mouseOver(n){
	$(".home_im0_12 .pictxt:eq("+n+")").addClass("im2m tb");
	$(".home_im0_12 .pictxt:eq("+n+")").css({"width":"70px","background-position":"-881px 0px"});
	$(".home_im0_12 .pictxt:eq("+n+")").css({"height":"100px","background-position":"-881px 4px","padding-top":"6px"});
}
function mouseOut(n){
	$(".home_im0_12 .pictxt:eq("+n+")").removeClass("im2m tb");
	$(".home_im0_12 .pictxt:eq("+n+")").css({"width":"72px","background-position":"-880px 0px"});
	$(".home_im0_12 .pictxt:eq("+n+")").css({"height":"102px","background-position":"-880px 5px","padding-top":"7px"});
}

/* 下载客户端奥运版和08正式版切换 */
function showdiv(divnum,divbefor){
        for(i=1;i<=divnum;i++){
				if(i==divbefor){
						document.getElementById("Nav_"+i).className = "off fl tc tb download_icon07 blue"
						document.getElementById("Content_"+i).className ="block";
				}else{
						document.getElementById("Nav_"+i).className = "no fl tc download_icon07"
						document.getElementById("Content_"+i).className ="none";
				}
        }
}
/* 下载客户端奥运版和08正式版切换结束 */

/* 壁纸下载页面左侧导航*/
function showdiv1(divnum,divbefor){
        for(i=1;i<=divnum;i++){
				if(i==divbefor){
						document.getElementById("Nav1_"+i).className = "on download_icon4 tc tb"
						document.getElementById("Content1_"+i).className ="block";
				}else{
						document.getElementById("Nav1_"+i).className = "off download_icon4 tc tb"
						document.getElementById("Content1_"+i).className ="none";
				}
        }
}
/* 壁纸下载页面左侧导航 结束 */

$(document).ready( function(){
	$("#tag_answer").mouseover(function(){
		$("#tag_tip").css("visibility","visible");				  
	});
	$("#tag_answer").mouseout(function(){
		$("#tag_tip").css("visibility","hidden");	
	});
	$("#tag_tip").mouseover(function(){
		$("#tag_tip").css("visibility","visible");
	});
	$("#tag_tip").mouseout(function(){
		$("#tag_tip").css("visibility","hidden");
	});
});



