var konfigurator = null; function openHeizungsplaner() { if (konfigurator==null || konfigurator.closed) konfigurator=window.open("http://www.plantix.de/portal/heizungsplaner/templates/systemplaner.php?customer=130394", "OnlineHEIZUNGSPLANER", "width=1000,height=600,top=0,left=0,menubar=no,locationbar=no,scrollbars=no,status=yes,resizable=yes,screenX=30,screenY=30"); else konfigurator.focus(); }