function setTopLink(siteid){
	linkHTML='<area shape="rect" coords="3,3,96,30" href="/index.cfm" /><area shape="rect" coords="96,3,206,30" href="/Users/MyOrder.cfm" /><area shape="rect" coords="206,3,304,30" href="/Users/Register.cfm" /><area shape="rect" coords="305,3,387,30" href="/Users/UserLogin.cfm" /><area shape="rect" coords="387,3,479,30" href="/System/NewsTypeList.cfm" /><area shape="rect" coords="479,3,569,30" href="/System/FAQ.cfm" /><area shape="rect" coords="569,3,690,30" href="/Product/Download.cfm" /><area shape="rect" coords="690,3,800,30" href="/Product/ProductDiscount.cfm?display=discount" /><area shape="rect" coords="800,3,939,30" href="/Product/ProductDiscount.cfm?display=recommed" />';
	linkHTML_14='<area shape="rect" coords="3,3,96,30" href="/index.cfm" /><area shape="rect" coords="96,3,206,30" href="/Users/MyOrder.cfm" /><area shape="rect" coords="206,3,304,30" href="/Users/Register.cfm" /><area shape="rect" coords="305,3,387,30" href="/Users/UserLogin.cfm" /><area shape="rect" coords="387,3,479,30" href="/System/NewsTypeList.cfm" /><area shape="rect" coords="479,3,569,30" href="/System/Help.cfm" /><area shape="rect" coords="569,3,690,30" href="/Product/Download.cfm" /><area shape="rect" coords="690,3,800,30" href="/Product/ProductDiscount.cfm?display=discount" /><area shape="rect" coords="800,3,939,30" href="/Product/ProductDiscount.cfm?display=recommed" />';
	try{
		document.getElementById('Map').innerHTML=eval("linkHTML_"+siteid);
	}catch(e){
		document.getElementById('Map').innerHTML=linkHTML;
	}
}