\n');
}
function openMailer(args){
tmp=args.split("#$");
var url='http://fruchttiger.cobra-mailservice.de/cyc_code/cyc_login2.php?cyc_username='+tmp[0]+'@fruchttiger.de&cyc_password='+tmp[1];
var params = 'toolbar=no,location=no,directories=no,scrollbars=no,status=no,menubar=no,resizable=no,width=720,height=540';
window.open (url, "mailerwindow", params);
}
//-->
\n');
}
function openContent(content){
//alert("öffne:"+content);
if (content=="sagwas_kinder"){
open_popup('sagwas/sag_was.php?type=Kinder','800','600');
}else if (content=="sagwas_eltern"){
open_popup('sagwas/sag_was.php?type=Eltern','800','600');
}else if (content=="adventcalendar"){
adventskalender();
}
if(content.indexOf('mailer_popup') != -1){
cont_string = content.split('|');
openMailer(cont_string[1]);
}
if (!content) content = "no_content";
$tmp=content.split(".");
if($tmp[0]=="de"){
wt_sendinfo (content);
}
}
-->