function init() {/*  Event.observe(window, 'load', function() {   alert('Hallo');  }); */  /*  Document.observe("dom:loaded", function() {  // initially hide all containers for tab content  //$$('div.tabcontent').invoke('hide');  alert('Hallo');});*/  var obj = document.getElementById("div_dummy");  
  if(obj) {
	//Dialog.alert({url: 'intro_umzug.html', options: {method: 'get', showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff}}, {className: 'alert', width:540, okLabel: 'Close'});	//Effekte bei scriptaculous nachschauen  (Fade in Fade out)		//Start-Window ausgeschaltet	//Dialog.alert({url: 'intro_umzug.html', options: {method: 'get'}}, {className: 'alphacube', width:540, okLabel: 'Close'});
    //contentWin = new Window({maximizable: false, resizable: false, hideEffect:Element.hide, showEffect:Element.show, minWidth: 10, destroyOnClose: true})  //contentWin.setContent('test_content', true, true)  //contentWin.setURL('intro_umzug.html')  //contentWin.show();    }		}	function find_item() {	var suchbegriff = document.getElementById("InputFeld").value;	//falsche Zeichen abfangen. Nur alpha Zeichen gross oder klein gueltig !!!	if(!suchbegriff.match(/^[a-zA-zöäüßÖÄÜ]+$/))	{		alert("ungültige Eingabe!");		return;	}	self.location.href = 'warenangebot.php?suchbegriff='+suchbegriff;}
