var win=null;
// Fenster f&uuml;r Grossdarstellung
function fenster(win_a,w,h) 
{
 if (win != null) {
	if (win.closed == false) win.close();
 }
 win=window.open(win_a+".htm",'artikel','width='+w+',height='+h+',resizable=yes,status=no,locationbar=yes,scrollbars=yes,left=40,top=40');
 win.focus();
}
function bild(bild,w,h,l,t,beschr) 
{

if (win != null) {
	if (win.closed == false) win.close();
}
 
 win=window.open('','win','width='+w+',height='+h+',resizable=yes,status=no,locationbar=yes,scrollbars=yes,left='+l+',top='+t);
win.document.write('<Html><HEAD><link rel=stylesheet type="text/css" href="css/format.css"></HEAD><Body class="y"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" width="100%" height="100%"><TR><TD width="100%" height="100%" align="center" valign="middle">');
win.document.write('<TABLE BORDER="0" CELLSPACING="0" cellpadding="1" bgcolor="#DCDCDC"><TR><TD bgcolor="#DCDCDC" valign="top" align="center"><IMG SRC="'+bild+'" vspace="0" hspace="0">');
if (beschr!="") {
	win.document.write('<TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0" bgcolor="#DCDCDC"><TR><TD bgcolor="#DCDCDC" valign="top" align="center"><span class="grey">'+beschr+'</span></TD></TR></TABLE>');
}
win.document.write('</TD></TR></TABLE><img src="images/shim.gif" width="1" height="5" hspace="0" vspace="0" border="0" alt=""><BR><P CLASS="navi4"><img src="images/pointl.gif" width="3" height="7" hspace="5" vspace="0" border="0" alt=""><A HREF="javascript:self.close()" class="black3">FENSTER SCHLIESSEN</A></P></TD></TR></TABLE></BODY></HTML>');
win.focus;
}

function bildw(bild1,bild2,bild3,bild4,bild5,beschr) 
{

if (win != null) {
	if (win.closed == false) win.close();
}
var navi="";
win=window.open('','win','width=840,height=550,resizable=yes,status=no,locationbar=yes,scrollbars=yes,left=10,top=20');
win.document.writeln('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><Html><HEAD><link rel=stylesheet type="text/css" href="css/format.css">');
win.document.writeln('<script language="JavaScript1.2">');
win.document.writeln('var rollo = new Array();');
win.document.writeln('rollo[0] = new Image(425,425);');
win.document.writeln('rollo[0].src = "'+bild1+'";');
if (bild2!="") {
	win.document.writeln('rollo[1] = new Image(425,425);');
	win.document.writeln('rollo[1].src = "'+bild2+'";');
	navi='<img src="images/pointhw.gif" width="5" height="8" hspace="5" vspace="0" border="0" alt=""><A HREF="javascript:imchg(0);" class="black2">BILD 1</A>&nbsp;&nbsp;<img src="images/pointhw.gif" width="5" height="8" hspace="5" vspace="0" border="0" alt=""><A HREF="javascript:imchg(1);" class="black2">BILD 2</A>';	
}
if (bild3!="") {
	win.document.writeln('rollo[2] = new Image(425,425);');
	win.document.writeln('rollo[2].src = "'+bild3+'";');
    navi=navi+'&nbsp;&nbsp;<img src="images/pointhw.gif" width="5" height="8" hspace="5" vspace="0" border="0" alt=""><A HREF="javascript:imchg(2);" class="black2">BILD 3</A>';	
}
if (bild4!="") {
	win.document.writeln('rollo[3] = new Image(425,425);');
	win.document.writeln('rollo[3].src = "'+bild4+'";');
    navi=navi+'&nbsp;&nbsp;<img src="images/pointhw.gif" width="5" height="8" hspace="5" vspace="0" border="0" alt=""><A HREF="javascript:imchg(3);" class="black2">BILD 4</A>';	
}
if (bild5!="") {
	win.document.writeln('rollo[4] = new Image(425,425);');
	win.document.writeln('rollo[4].src = "'+bild5+'";');
    navi=navi+'&nbsp;&nbsp;<img src="images/pointhw.gif" width="5" height="8" hspace="5" vspace="0" border="0" alt=""><A HREF="javascript:imchg(4);" class="black2">BILD 5</A>';	
}
win.document.writeln('function imchg(ir) {');
win.document.writeln('if (document.images) {');
win.document.writeln('document.images.grbild.src = rollo[ir].src');
win.document.writeln('}');
win.document.writeln('}');
win.document.writeln('</script>');
win.document.write('</HEAD><Body class="y"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" width="100%" height="100%"><TR><TD width="100%" height="100%" align="center" valign="middle">');
win.document.write('<TABLE BORDER="0" CELLSPACING="0" cellpadding="1" bgcolor="#DCDCDC"><TR><TD bgcolor="#DCDCDC" valign="top" align="center"><IMG SRC="'+bild1+'" vspace="0" hspace="0" name="grbild" width="710" height="425">');
if (beschr!="") {
	win.document.write('<TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0" bgcolor="#DCDCDC"><TR><TD bgcolor="#DCDCDC" valign="top" align="center"><span class="black">'+beschr+'</span></TD></TR></TABLE>');
}
win.document.write('</TD></TR></TABLE><img src="images/shim.gif" width="1" height="5" hspace="0" vspace="0" border="0" alt=""><BR><P CLASS="navi">'+navi+'</P><BR><img src="images/shim.gif" width="1" height="5" hspace="0" vspace="0" border="0" alt=""><BR><P CLASS="navi4"><img src="images/pointl.gif" width="3" height="7" hspace="5" vspace="0" border="0" alt=""><A HREF="javascript:self.close()" class="black3">FENSTER SCHLIESSEN</A></P></TD></TR></TABLE></BODY></HTML>');
win.focus;
}
