/* Fensterausstattung */ 
var frn_wdl_r = ',resizable=yes';
var frn_wdl_s = ',scrollbars=yes';
var frn_wdl_rs = frn_wdl_r+frn_wdl_s;
var frn_wdl_tsr = ',toolbar=yes'+frn_wdl_s+frn_wdl_r;
var frn_wdl_full = ',left=0,top=0,status=yes,menubar=yes,location=yes'+frn_wdl_tsr;
/* definierte Fenster */
var frn_wd_max = 'width='+screen.availWidth+',height='+screen.availHeight+frn_wdl_full;

var frn_audioplayer = 'width=600,height=300';
var frn_audioplayer_big = 'width=650,height=500';
var frn_hilfe = 'width=800,height=600'+frn_wdl_tsr;
var frn_bildershow = 'width=632,height=550'+frn_wdl_rs;
var frn_popupklein = 'width=490,height=530'+frn_wdl_rs;
var frn_popupgross = 'width=800,height=700'+frn_wdl_rs;
var frn_videoplayer = 'width=650,height=500';
var frn_videoplayer_big = 'width=990,height=711';
var frn_videoplayer400 = 'width=650,height=660';
var frn_videoplayer384 = 'width=700,height=530';
var frn_realplayer = 'width=650,height=500'+frn_wdl_rs;
var frn_chart_win = 'width=780,height=570'+frn_wdl_rs;
var frn_depotnews = 'width=500,height=400'+frn_wdl_rs;
var frn_depotinfo = 'width=660,height=500'+frn_wdl_rs;
var frn_flashplayer = 'width=720,height=440';
var freespeedplayer = 'width=600,height=460';
var frn_grusskarte = 'width=450,height=350'+frn_wdl_rs;
//var frn_norisbank = 'width=750,height=600,status=yes,scrollbars=yes';
var frn_sms = 'width=468,height=350';
var frn_discout_detail ='width=480,height=320'+frn_wdl_s;
var frn_discout_vergleich ='width=480,height=680,scrollbars=yes';
var frn_mcenter_aktion ='width=500,height=500';
//var frn_apotheke ='width=540,height=500,scrollbars=yes,resizable=yes';
var frn_tvidetail ='width=500,height=580,scrollbars=yes,resizable=yes';
var frn_newsticker = 'width=632,height=440'+frn_wdl_r;
function frn_openWin(theURL,winName,features) {
    Fenster = window.open(theURL,winName,features);
    Fenster.focus();
}
function openWin(theURL,winName,features) {
   Fenster = window.open(theURL,winName,features);
   Fenster.focus();
}
function frn_hilfe() {
   frn_openWin('http://www.freenet.de/hilfe/','_hilfe',frn_hilfe);
}

