function display(id){
	if((document.getElementById(id).className == '')){
		if( (document.getElementById(id).style.display=='') || (document.getElementById(id).style.display=='block') ){
			$('#'+id).slideUp("normal"); 			
			try{
			document.getElementById("slidesss").style.top = '358px';
			}catch(e){};
		}else{
			$('#'+id).slideDown("normal"); 			
			try{
			document.getElementById("slidesss").style.top = '438px';
			}catch(e){};
		}
	}else{
		$('#'+id).slideDown("normal"); 
		try{
			document.getElementById("slidesss").style.top = '438px';
		}catch(e){};		
		document.getElementById(id).className = '';
	}	
}
function addFav(site_name) {
	try{window.external.AddFavorite(window.location.href, site_name + ' : ' +document.title);return;}catch(e){}
	try{window.sidebar.addPanel(site_name + ' : ' +document.title, window.location.href, "");return;}catch(e){}
}