<!--
function popup(){
var breite, hoehe, pname, purl, features;
breite = "500";
hoehe = "450";
pname = "Werbung";
purl = "http://www.fcg-kdeoe.info/popup/werbung.htm";
features = "topmargin=0,leftmargin=0,scrollbars=0,location=0,toolbar=0,menubar=0,resizable=0,status=0";
window.open(purl,pname,'width='+breite+',height='+hoehe+','+features);
}
// -->
