function updateLogoleiste(anUpdate , aStart)
{
  new Ajax.Updater('product_switch_container' , '../cms/product_switch.php' , { parameters: {update: anUpdate , start: aStart} , encoding: 'ISO-8859-15'});
}