// JavaScript Document
function setPic(pic,width,height,alt){
	
	pic =  decode64(pic);
	
	writestr = "<img src='"+pic+"' ";
	if(width!=0){
		writestr+=" width="+width;
	}
	if(height!=0){
		writestr+=" height="+height;
	}
	writestr = writestr+" alt='"+alt+"' />";
	document.write(writestr);
}

function getpic(thispic,pic){

	pic =  decode64(pic);
	thispic.src = pic;
}
function tihuan()
{
	str = decode64(str);
	document.getElementById("tb_content").innerHTML = str;

}
function clickurl(urlid, title){
	if(urlid != '')
	{
		//urlid =  decode64(urlid);
		window.open(urlid);
	}
	else
	{
		window.open("http://z.alimama.com/tksEncrypt.php?q="+title+"&pid=mm_10911001_2073497_8939981&unid=&commend=all&search_type=auction&user_action=initiative&f=D9_5_1&at_topsearch=1&sid=%2856b4e7bc014f8e9a563dca3fbe5ae084%29&sort=&spercent=0&st=0");
	}
	//location.href=urlid;
	
}

function showhiddenbrand(){
	if(document.getElementById("hiddenbrandspan").style.display=="none"){
		document.getElementById("hiddenbrandspan").style.display="";
		document.getElementById("morebrandpic").innerHTML='<img src="/img/licon_07.gif" width="16" height="14" />Òþ²ØÆ·ÅÆ';
	}else if(""!=document.getElementById("hiddenbrandspan").innerHTML){
		document.getElementById("hiddenbrandspan").style.display="none";
		document.getElementById("morebrandpic").innerHTML='<img src="/img/licon_07.gif" width="16" height="14" />¸ü¶àÆ·ÅÆ';
	}
}
