function go_onresize(){ if(top.name!="edmfenster"){ if(init_obj()){ /* images*/ var rcontent_width_image=parseInt(document.images["rcontent_width"].width); var fenster_breite_test_image=parseInt(document.images["fenster_breite_test_image"].width); /*Spezial für inwindow anwendung -------*/ if(all_obj) inwindow=1; else inwindow=0; /*17 = breite 2. scrollbalken */ if(inwindow!=0){ all_obj.style.height==parseInt(document.images["fenster_hoehe_all_test_image"].height) - parseInt(fixvars["hcontent_top"]); all_obj.style.width=parseInt(document.images["fenster_breite_all_test_image"].width) - parseInt(fixvars["hcontent_left"]);} /*platz für rcontent berechnen */ var temp = fenster_breite_test_image - parseInt(hcontent_obj.style.left) - parseInt(fixvars["hcontent_minwidth"]) - parseInt(fixvars["rcontent_right"]) - parseInt(fixvars["hrcontent_luecke"]) ; /*hcontent richtigrücken*/ if(temp >= parseInt(fixvars["rcontent_max_width"])) /*genug platz für rcontent */ hcontent_obj.style.width = fenster_breite_test_image - parseInt(hcontent_obj.style.left) - rcontent_width_image - parseInt(fixvars["rcontent_right"]) - parseInt(fixvars["hrcontent_luecke"]); else /*nicht genug platz -> hcontent auf minwidth */ hcontent_obj.style.width = fixvars["hcontent_minwidth"]; if(temp < parseInt(fixvars["rcontent_max_width"])){ /* rcontent passt nicht mehr */ if(temp>0) rcontent_obj.style.width=temp; if(temp < parseInt(fixvars["rcontent_mid_width"])){ if(temp > parseInt(fixvars["rcontent_no_width"])){ if(listtype!=2){ if(wk_max_obj.style.visibility=="hidden") { wk_min_obj.style.display = "none"; wk_mid_obj.style.display = "block";}} else { wk_max_obj.style.visibility=="hidden"; wk_min_obj.style.display = "none"; wk_mid_obj.style.display = "none";} if(mwst_obj)mwst_obj.style.display="block"; if(ranglist_obj)ranglist_obj.style.display="block"; if(aktuell_obj)aktuell_obj.style.display="block"; if(getElem("id","welcome_title",null)) getElem("id","welcome_title",null).style.display = "block"; if(inwindow!=0) hcontent_obj.style.top = 0; else rcontent_obj.style.top = parseInt(hcontent_obj.style.top); rcontent_obj.style.left=parseInt(hcontent_obj.style.left)+parseInt(hcontent_obj.style.width)+parseInt(fixvars["hrcontent_luecke"]);} else { if(listtype!=2){ if(wk_max_obj.style.visibility=="hidden") { wk_min_obj.style.display = "block"; wk_mid_obj.style.display = "none";}} else { wk_max_obj.style.visibility=="hidden"; wk_min_obj.style.display = "none"; wk_mid_obj.style.display = "none";} if(mwst_obj)mwst_obj.style.display="none"; if(ranglist_obj)ranglist_obj.style.display="none"; if(aktuell_obj)aktuell_obj.style.display="none"; if(fenster_breite_test_image - parseInt(hcontent_obj.style.left) - parseInt(fixvars["rcontent_right"]) >= parseInt(fixvars["hcontent_minwidth"])) hcontent_obj.style.width = fenster_breite_test_image - parseInt(hcontent_obj.style.left) - parseInt(fixvars["rcontent_right"]); else hcontent_obj.style.width = fixvars["hcontent_minwidth"]; if(getElem("id","welcome_title",null)) getElem("id","welcome_title",null).style.display = "none"; rcontent_obj.style.width = fixvars["rcontent_max_width"]; rcontent_obj.style.left=parseInt(fixvars["hcontent_left"])+parseInt(hcontent_obj.style.width)-parseInt(fixvars["rcontent_max_width"]); if(inwindow!=0) hcontent_obj.style.top = +25; else rcontent_obj.style.top = parseInt(hcontent_obj.style.top) - 25;}} else { if(listtype!=2){ if(wk_max_obj.style.visibility=="hidden") { wk_min_obj.style.display = "block"; wk_mid_obj.style.display = "none";}} else{ wk_max_obj.style.visibility=="hidden"; wk_min_obj.style.display = "none"; wk_mid_obj.style.display = "none";} rcontent_obj.style.left=parseInt(hcontent_obj.style.left)+parseInt(hcontent_obj.style.width)+parseInt(fixvars["hrcontent_luecke"]);}} else { if(listtype!=2){ if(wk_max_obj.style.visibility=="hidden") { wk_min_obj.style.display = "block"; wk_mid_obj.style.display = "none";}} else{ wk_max_obj.style.visibility=="hidden"; wk_min_obj.style.display = "none"; wk_mid_obj.style.display = "none";} rcontent_obj.style.width=fixvars["rcontent_max_width"]; rcontent_obj.style.left=parseInt(hcontent_obj.style.left)+parseInt(hcontent_obj.style.width)+parseInt(fixvars["hrcontent_luecke"]); if(mwst_obj)mwst_obj.style.display="block"; if(ranglist_obj)ranglist_obj.style.display="block"; if(aktuell_obj)aktuell_obj.style.display="block"; if(inwindow!=0) hcontent_obj.style.top = 0; else rcontent_obj.style.top = parseInt(hcontent_obj.style.top);} wk_max_obj.style.width=parseInt(hcontent_obj.style.width);} men1a_obj.style.left=parseInt(rcontent_obj.style.left)+10-(fixvars["rcontent_max_width"]-parseInt(rcontent_obj.style.width)); flags_obj.style.left=parseInt(rcontent_obj.style.left)+parseInt(rcontent_obj.style.width)-parseInt(getElem("id","flagsbr_image",null).width);}}