<!--
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=\"#FBE3BC\" background=\"../pix/bg.jpg\">\n<form>\n<CENTER>\n<B><FONT face=\"Verdana,Arial,Helvetica\"SIZE=\"+2\" COLOR=\"#592E01\">"+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=\"#FBE3BC\" background=\"../pix/bg.jpg\">\n<form>\n<CENTER>\n<B><FONT face=\"Verdana,Arial,Helvetica\"SIZE=\"+2\" COLOR=\"#592E01\">"+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 preisliste()
	{

	parent.main.location.href="../bestell/preise.htm"
	parent.oben.location.href="../bestell/oben.htm"
	parent.links.location.href="../bestell/links.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 preusschuhe()
	{
	parent.main.location.href="../leder/napoleon.htm#schuhe"
	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"

	}

//-->

