function WriteFrame(id){
	document.write('<iframe id="Assistant'+id+'" src="http://www.c365.com/cmsresource/2009style/search/'+id+'.html" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no" style="WIDTH:360px;HEIGHT:24px;display:none;line-height:26px"></iframe>');
		document.getElementById('Assistant'+0).style.display="block";
	}
	
	function changeLink(id){
		document.getElementById('Assistant'+id).style.display="block";
		for(var i=0;i<11;i++){
			if(i!=id){
				document.getElementById('Assistant'+i).style.display="none";
				
			}
		}
		
	 }