﻿function test(){

var top;
var mid;
var footright;
var footleft;

top="<ul><li>";
top=top+"<a href='default.asp'></a>";
top=top+"</li><li>|</li><li>";
if(document.all){
top=top+"<a href='javascript:window.external.AddFavorite(location.href, document.title);'>Add to My Favourites</a>";
}else{
top=top+"<a href='http://www.brovista.com.com/' title='brovista' rel='sidebar'>Add to My Favourites</a>";	
	}
top=top+"</li><li>|</li><li>";
top=top+"<a href='contact.html'>Contacts us</a>";
top=top+"</li><li>|</li><li>";
top=top+"<a href='http://gicheng.so-buy.com/front/bin/home.phtml' target='_blank'>繁體中文網站</a>";
top=top+"</li><li>|</li></ul>";
top=top+"<div style='clear:both;'></div><div id='topLogo'><a href='default.asp'><img src='images/logo.png' width='286' height='79' /></a></div>";
document.getElementById("Top").innerHTML=top;

mid="<ul><li>|</li><li>";
mid=mid+"<a href='company.html'>About Us</a>";
mid=mid+"</li><li>|</li><li>";
mid=mid+"<a href='products.asp'>Products</a>";
mid=mid+"</li><li>|</li><li>";
mid=mid+"<a href='news.asp'>News</a>";
mid=mid+"</li><li>|</li><li>";
mid=mid+"<a href='contact.html'>Contacts</a>";
mid=mid+"</li><li>|</li></ul>";
document.getElementById("TopButton").innerHTML=mid;




footright="<font color='red'><b>BROVISTA SCIENCE AND TECH. CO., LTD.</b></font> Copyrights&copy; 2011. All Rights Reserved.";
document.getElementById("companyname").innerHTML=footright;



footleft="TEL:+8862-2908-3880<br>FAX:+8862-2908-6485";
document.getElementById("phonenumber").innerHTML=footleft;

}


