function fenster(bild)
        {
		bild = "detail.php5?datei="+bild;
        neu=open(bild,"Fenster","width=270,height=400,menubar=no,scrollbars=no,screenX=300,screenY=400,top=300,left=400");
}
function popupware() {	
datei = "im_warenkorb.php5";
anzeige =open(datei,"Fenster","width=400,height=100,menubar=no,scrollbars=no,screenX=300,screenY=400,top=300,left=400");
}
function popaktion() {	
datei = "ops/aktion.php5";
anzeige =open(datei,"Fenster","width=510,height=160,menubar=no,scrollbars=no,screenX=300,screenY=400,top=300,left=400");
}
function suchfocus(){
	//document.produktsuche.sucheingabe.focus();
}

function jumpto(event,field,jump,arr) {
 if(window.captureEvents) {
	 window.captureEvents(Event.KEYDOWN | Event.KEYPRESS | Event.KEYUP);
 }
   if (event.keyCode == 13 ) { 
    if (field.name=="senden") {
		document.Nachricht.submit();
		return true;
	} else  {
	 document.getElementsByName(jump)[arr].focus();
		return false;
	}
  }
 }


