<!--
	
//*********************************************************************
//	Bildwechsel, Ein- und Ausblenden der Layers
//*********************************************************************


function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}


//*********************************************************************
// Listennavigation Themen- und Beitragswahl
//*********************************************************************

	function navChange(formName, popupName, target) {
		var popup = document[formName].elements[popupName];
		if (popup.options[popup.selectedIndex].value != "") {
			window.open(popup.options[popup.selectedIndex].value, target);
			popup.selectedIndex=0;
			}
		}

//*********************************************************************
// PRODUKTE - BilderPopUps
// popfenster - Bandagen
// popfenster2 - Orthesen
//*********************************************************************



function popfenster(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/bandagen/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;


var fenster = open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=0, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Bandagen</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">Bandagen</div>'); 
write('<div class="txt" style="margin-left:8px;" width="300"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img name="Produkt" src="images/bandagen/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="350" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

}

function popfenster2(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/orthesen/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;

var fenster = open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=0, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Orthesen</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">Orthesen</div>'); 
write('<div class="txt" style="margin-left:8px;" width="300"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img  name="Produkt" src="images/orthesen/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="350" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

} 


function popfenster3(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/kompstruempfe/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;

var fenster = window.open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=0, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Kompressionstr&uuml;mpfe</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">Kompressionstr&uuml;mpfe</div>'); 
write('<div class="txt" style="margin-left:8px;"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img name="Produkt" src="images/kompstruempfe/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="350" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

} 

function popfenster4(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/mieder_korsette/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;

var fenster = open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=0, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Mieder & Korsette</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">Mieder & Korsette</div>'); 
write('<div class="txt" style="margin-left:8px;"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img name="Produkt" src="images/mieder_korsette/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="350" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

}

function popfenster5(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/einlagen/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;


var fenster = open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=no, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Einlagen</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">Einlagen</div>'); 
write('<div class="txt" style="margin-left:8px;"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img  name="Produkt" src="images/einlagen/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="350" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

}

function popfenster6(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/rollstuehle/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;

var fenster = open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=0, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Rollst&uuml;hle</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">Rollst&uuml;hle</div>'); 
write('<div class="txt" style="margin-left:8px;"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img  name="Produkt" src="images/rollstuehle/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="350" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

}

function popfenster7(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/gehhilfen/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;

var fenster = open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=0, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Gehhilfen</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">Gehhilfen</div>'); 
write('<div class="txt" style="margin-left:8px;"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img  name="Produkt" src="images/gehhilfen/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="');
write(ProduktVar.width);
write('" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

}

function popfenster8(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/rollstuehle/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;

var fenster = open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=0, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Reha-Technik</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">Reha-Technik</div>'); 
write('<div class="txt" style="margin-left:8px;"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img  name="Produkt" src="images/rollstuehle/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="');
write(ProduktVar.width);
write('" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

}


function popfenster9(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/orth_schuh/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;

var fenster = open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=0, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Orthop&auml;dische Schuhe</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">Orthop&auml;dische Schuhe</div>'); 
write('<div class="txt" style="margin-left:8px;"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img  name="Produkt" src="images/orth_schuh/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="');
write(ProduktVar.width);
write('" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

}

function popfenster10(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/sitzschalen/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;

var fenster = open('','', 'width=400, height='+fensterhoehe+', top=25, left=25, scrollbars=0, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig; - Sitzschalen</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;width:400px;padding-top:12px;padding-left:12px;">');
write('<div style="position:absolute;margin-left:275px;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">sitzschalen</div>'); 
write('<div class="txt" style="margin-left:8px;"><b>Produkt:</b>&nbsp;');
write(produktname);
write('</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img  name="Produkt" src="images/sitzschalen/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width="');
write(ProduktVar.width);
write('" border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

}

function popfenster11(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/prothesen/popups/"+bildname;
fensterhoehe = ProduktVar.height + 175;
fensterbreite = ProduktVar.width + 50;

var fenster = open('','', 'width='+fensterbreite+', height='+fensterhoehe+', top=25, left=25, scrollbars=1, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig;</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;padding-top:12px;padding-left:12px;">');
write('<div style="FLOAT: right;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">STOLLE - Gesundheit nach Ma&szlig;</div>'); 
write('<div class="txt" style="margin-left:8px;" width="300"><b>');
write(produktname);
write('</b>&nbsp;</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img  name="Produkt" src="images/prothesen/popups/');
write(bildname);
write('" alt="');
write(produktname);
write('" width='+ProduktVar.width+' border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

} 


function popfenster_divers(bildname,produktname) { 

ProduktVar = new Image();
ProduktVar.src = "images/"+bildname;
fensterhoehe = ProduktVar.height + 175;
fensterbreite = ProduktVar.width + 50;

var fenster = open('','', 'width='+fensterbreite+', height='+fensterhoehe+', top=25, left=25, scrollbars=1, menubar=no,resizable=no, status=no');

with(fenster.document) { 
write('<html>'); 
write('<head>');
write('<link rel="stylesheet" type="text/css" href="style.css">');
write('<title>Produkte nach Ma&szlig;</title>');
write('<script language="JavaScript">');
write('function sWindowClose(){');
write('window.close();');
write('}');
write('</script>'); 
write('</head>'); 
write('<body leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">'); 
write('<div style="background:#ffffff;padding-top:12px;padding-left:12px;">');
write('<div style="FLOAT: right;">');
write('<img src="images/logo_sine.gif" width="100" height="39" alt="STOLLE - Gesundheit nach Ma&szlig;" border="0">');
write('</div>');
write('<div class="hrot" style="margin-top:40px;">STOLLE - Gesundheit nach Ma&szlig;</div>'); 
write('<div class="txt" style="margin-left:8px;" width="300"><b>');
write(produktname);
write('</b>&nbsp;</div>');  
write('</div>');  
write('<div align="center" style="text-align:center;"><br>');
write('<img  name="Produkt" src="images/');
write(bildname);
write('" alt="');
write(produktname);
write('" width='+ProduktVar.width+' border="0"><br>');
write('<div class="subnav" style="margin-top:12px;margin-bottom:18px;text-align:center;" align="center">');
write('[<a href="javascript:sWindowClose();">&nbsp;Fenster schliessen&nbsp;</a>]');
write('</div>');
write('</div>');
write('</body>');
write('</html>');
}

} 



//*********************************************************************
// Sonstiges
//*********************************************************************
	
	function sWindow (swin) {
	MeinFenster = window.open(swin,null,"height=450,width=350,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=yes");
  MeinFenster.focus();
	}

	


//-->
