<!--
var poper;

function poping(winname,bildpfad,breit,hoch)
	{
	poper = window.open("",winname,"width=380,height=400,screenX=50,screenY=150,top=150,left=50,dependent=yes");
	poper.document.open();
    poper.document.write("<HTML>\n<HEAD>\n<TITLE>"+winname+"</TITLE>\n</HEAD>\n<BODY BGCOLOR=\"#660000\">\n<form>\n<CENTER>\n<B><FONT face=\"Verdana,Arial,Helvetica\"SIZE=\"+2\" COLOR=\"#ffffff\">"+winname+"</FONT></B><br>\n<br>\n<img src=\""+bildpfad+"\" width="+breit+" height="+hoch+" border=0 alt="+winname+">\n<br>\n<br>\n<input type=button value=\"Vorschaufenster schlie&szlig;en\" onclick='window.close()'>\n</form>\n</CENTER>\n<BODY>\n</HTML>\n");
	poper.document.close();
	poper.focus();

	}

function popinghoch(winname,bildpfad,breit,hoch)
	{
	poper = window.open("",winname,"width=380,height=440,screenX=50,screenY=150,top=150,left=50,dependent=yes");
	poper.document.open();
    poper.document.write("<HTML>\n<HEAD>\n<TITLE>"+winname+"</TITLE>\n</HEAD>\n<BODY BGCOLOR=\"#660000\">\n<form>\n<CENTER>\n<B><FONT face=\"Verdana,Arial,Helvetica\"SIZE=\"+2\" COLOR=\"#ffffff\">"+winname+"</FONT></B><br>\n<img src=\""+bildpfad+"\" width="+breit+" height="+hoch+" border=0 alt="+winname+">\n<input type=button value=\"Vorschaufenster schlie&szlig;en\" onclick='window.close()'>\n</form>\n</CENTER>\n<BODY>\n</HTML>\n");
	poper.document.close();
	poper.focus();

	}
	
function popingprint()
	{
	poper = window.open("print_form.htm","Massblattdaten","width=380,height=440,screenX=50,screenY=150,top=150,left=50,dependent=yes");
	}

function schreiben()
	{	
	massblattdaten.document.zielformi.lA.value=window.document.quellformi.lA.value
	}
	
function fokus(winname)
	{
	winname.focus()
	}

function doppellink(url_header,url_inhalt)
	{

	parent.parent.inhalt.location.href =   url_inhalt  //"../manufaktur/referenzen.htm"
	parent.parent.header.location.href =   url_header  //"../manufaktur/header.htm"
	
	}
	
	
	
function gitarrengurt()
	{
	top.location.href="../af/indexgurte.htm"
	}
	
function koller()
	{
	parent.main.location.href="../leder/sonderaf.htm"
	parent.oben.location.href="../leder/oben.htm"
	parent.links.location.href="../leder/links.htm"

	}

function presse()
	{
	parent.main.location.href="../manufaktur/presse.htm"
	parent.oben.location.href="../manufaktur/oben.htm"
	parent.links.location.href="../manufaktur/links.htm"

	}

//-->


