function popup(seite){
	var mh=(screen.width-880)-15;
	var mv=0;  //(screen.height-700)/2-100; 
	URL="../popup/"+seite;
    var fenster=window.open(URL, "Vorschau","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=880,height=700,left="+mh+",top="+mv);
    if (navigator.appName.substring(0,8) == "Netscape"){
      fenster.location=URL;
    }
	fenster.focus();
}

//680x500

// animenü
function icoani(was,wo){
	document.getElementById('ico'+wo).src="../images/ico_"+was+".gif";
}

