function bookmark()
				
{
		if ( navigator.appName != 'Microsoft Internet Explorer' )
		
		{ 
		window.sidebar.addPanel("RACS",this.location.href,""); 
		
		}else { 
		
		window.external.AddFavorite(this.location.href,"RACS"); 
		
		} 
		

// -->				
}