
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function show_image(wert1,wert2)
{
	URL = "objekte.php?wert1=" + wert1 + "&wert2=" + wert2;
	open(URL,'Laden','width=600,height=550,menubar=no,location=no,scrollbars=yes,resizable=no');
};
