/* 5-------------------------- ½á¹ûÇÐ»»---------------------------- */
var rPrev;
var rrbPrev;
function rthem(time,obj){
	if(rPrev==null){
		rPrev=document.getElementById("tabs").getElementsByTagName("a")[0]
	}
	if(rrbPrev==null){
		rrbPrev=document.getElementById("result-content").getElementsByTagName("div")[0]
	}
	rPrev.className="";	
	rrbPrev.style.display="none";
	obj.className="active";
	document.getElementById(time).style.display="block";
	rPrev=obj;
	rrbPrev=document.getElementById(time);
}

var tPrev;
var ttbPrev;
function them(time,obj){
	if(tPrev==null){
		tPrev=document.getElementById("titles").getElementsByTagName("a")[0]
	}
	if(ttbPrev==null){
		ttbPrev=document.getElementById("results").getElementsByTagName("div")[0]
	}
	tPrev.className="";	
	ttbPrev.style.display="none";
	obj.className="active";
	document.getElementById(time).style.display="block";
	tPrev=obj;
	ttbPrev=document.getElementById(time);
}


function intAlimama(pid){
	var HtmlText=""
		//HtmlText+=('<a href="http://cam.taoke.alimama.com/event.php?pid=mm_10052836_0_0&eventid=100324" target="_blank"><img src="http://img.alimama.cn/topicfile/2009-04-27/12408111274951.jpg"></a>');

		//HtmlText+='<hr/><a href="http://cam.taoke.alimama.com/event.php?pid=mm_10052836_0_0&eventid=100323" target="_blank"><img src="http://img.alimama.cn/topicfile/2009-04-24/10032309302407305125.jpg"></a>'

		//HtmlText+='<hr/><a href="http://cam.taoke.alimama.com/event.php?pid=mm_10052836_0_0&eventid=100320" target="_blank"><img src="http://img.alimama.cn/topicfile/2009-04-24/12405554709241.jpg"></a>'

		HtmlText+='<hr/><iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="alimamaifrm" name="alimamaifrm" scrolling="no" height="509px" width="572px" style="width:572px;height:509px" src="http://a.alimama.cn/cpscode.php?t=1100&pid=mm_10052836_0_0&w=572&h=509&rn=3&cn=3&ky=&uid=1512&m=21&bgc=FFFFFF&pic=CC0000&bdc=FFFFFF&tc=0000FF"></iframe>'

		HtmlText+='<hr/><iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="alimamaifrm" name="alimamaifrm" scrolling="no" height="842px" width="572px" style="width:572px;height:842px" src="http://a.alimama.cn/cpscode.php?t=1110&pid=mm_10052836_0_0&w=572&h=842&rn=4&cn=3&ky=&uid=30&m=21&bgc=FFFFFF&pic=CC0000&bdc=FFFFFF&tc=0000FF"></iframe>'


	var Alimama=document.getElementById("alimamaProduct");

		Alimama.innerHTML=HtmlText;
}