<!--
var lay1;
var suche;

function position ()
	{
	var version=navigator.appVersion.charAt (0);
	var op=navigator.userAgent.indexOf ("Opera");
	if (op>-1) 
		{
    		lay1=document.getElementById("seite").style;
    		}
	if (navigator.appName=="Netscape" && parseInt (version)==4)
		{
		lay1=window.document.seite;
		}
	if (navigator.appName=="Microsoft Internet Explorer" && parseInt (version)>=4)
		{
		lay1=seite.style;
     		}
	if (navigator.appName=="Netscape" && parseInt (version)>=5)
		{
		lay1=document.getElementById("seite").style;
    		}
	guggemahier ();
 	}

function guggemahier () 
{
lay1.left=0;
lay1.top=0;
}

function eingeben ()
{
window.document.suchformular.suchstring.value="";
window.document.suchformular.suchstring.focus ();
}

function open_foto (bild) {
    var win=window.open("foto.php?bild="+bild, "bildanzeige", "menubar=no, toolbar=no, height=300, width=300, innerHeight=300, innerWidth=300, dependent=yes, alwaysRaised=yes");
}

function open_versand () {
    var win=window.open("versand.html", "versand", "menubar=no, toolbar=no, height=535, width=300, innerHeight=535, innerWidth=300, dependent=yes, alwaysRaised=yes");
}

function open_zahlung () {
    var win=window.open("zahlung.html", "zahlung", "menubar=no, toolbar=no, height=330, width=300, innerHeight=330, innerWidth=300, dependent=yes, alwaysRaised=yes");
}

function open_agb () {
    var win=window.open("agb.html", "agb", "menubar=no, toolbar=no, height=540, width=300, innerHeight=540, innerWidth=300, dependent=yes, alwaysRaised=yes");
}

-->