//function addBookmark(url, title) {
//	if( document.all ) {  
//		try {  
//			window.external.addToFavoritesBar(url, title);  
//		} catch (e1) {  
//			try 
//			{  
//				window.external.addFavorite(url, title);  
//			}catch (e2)  { 
//				alert('加入收藏失败，请您手工加入。'); 
//			} 
//		}  
//	} else if (window.external) {  
//		window.sidebar.addPanel(title, url,"");  
//	} else {  
//		alert('加入收藏失败，请您手工加入。');
//	}  
//} 
//
//window.onbeforeunload = function() //author: meizz    
//{    
//	var n = window.event.screenX - window.screenLeft;    
//	var b = n > document.documentElement.scrollWidth-20;    
//	if(b && window.event.clientY < 0 || window.event.altKey)    
//	{    
//    	if(confirm("感谢您光临阳光商旅网！欢迎下次再来。\n\n为了您使用方便，请将本站加入收藏。")){
//			addBookmark(window.location,document.title);
//		}
//	}    
//} 

function doZoom(size){
	document.getElementById('info_content').style.fontSize=size+'px';
}

function s2t(){
	document.body.innerHTML = document.body.innerHTML.s2t();
}

function t2s(){
	document.body.innerHTML = document.body.innerHTML.t2s();
}

