                function nfenster(datei,name,attribute)
                {
                    fenster=window.open(datei,name,attribute);
                }

//<!-- die implementation: 
//<head>
//    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
//    <script type="text/javascript" language="JavaScript1.2" src="./js/script.js"></script>
//</head>-->

//<!-- der aufruf: -->
//<!-- <a href="javascript:nfenster('beispiel.html','SUCHTIPPS','width=550,height=400,scrollbars=yes')" class="bg-inactive-link">SUCHTIPPS</a> 
// zb: <a href="javascript:nfenster('../pic/10_logo_ecoform_ente_gross.jpg','pic','width=305,height=145,scrollbars=no,left=0,top=0,dependent=yes')"> -->
// http://pics.ebaystatic.com/aw/pics/de/supersize.gif http://pics.ebaystatic.com/aw/pics/de/no_supersize.gif




			var ecoformIndex = 0;
			var ecoformeco = false;
			
			function update(url, index, ecotrue) 
			{
				ecoformIndex = index;
				ecoformeco = ecotrue;
				document['ingrandire'].src=url;
				if (null != document['ingrandireLink'])
				{
					if (ecotrue)
					{
						document['ingrandireLink'].src='./pic/pixel.gif';
					}
					else
					{
						document['ingrandireLink'].src='./pic/pixel.gif';
					}
				}
				return;
			}
			