function bookmark() {

 	title = "Eikapo.net - Produktsuche und Preisvergleich!"; 
 	url = "http://www.eikapo.net";

	// Mozilla Firefox
 if (window.sidebar) 
  {  
    window.sidebar.addPanel(title, url,"");
	// IE	
	} 
	else if( window.external ) 
	{  
	window.external.AddFavorite( url, title); 
	// Opera
	}
	else if(window.opera && window.print) 
	{
    return true; 
	}
  }