function addfavorite(){
	if (document.all){ 
		window.external.addFavorite('http://www.chinatelecom.com.hk/','中國電信（香港）國際有限公司');
	}
	else if (window.sidebar){
		window.sidebar.addPanel('中國電信（香港）國際有限公司', 'http://www.chinatelecom.com.hk/', "");
	}
} 

