function openwin( url, width, height ) {
	var wo1 = window.open(''+url,'Fenster','width='+width+',height='+height+',screenX=50,screenY=50,left=50,top=50,scrollbars=1');
	wo1.focus();
}
function openwin2( url, width, height ) {
	var wo2 = window.open(''+url,'Fenster','width='+width+',height='+height+',screenX=50,screenY=50,left=50,top=50,scrollbars=0');
	wo2.focus();
}

// go to page selected from options menu
	function GoUrl(s)
	{	var d = s.options[s.selectedIndex].value
		window.top.location.href = 'index.php?id=04-01-0201-01&id_lex=' + d
		s.selectedIndex=0
	}

		function GoUrl2(s)
	{	var d = s.options[s.selectedIndex].value
		window.top.location.href = 'index.php?id=04-01-0301-01&id_al=' + d
		s.selectedIndex=0
	}

	
self.name = 'main'

var doc=document.MM_sr; function hiLight(doc, changeTo) { doc.style.backgroundColor = changeTo; }