
var vwportheight,vwportwidth,mainNAVI_last_mouseover,xPos,yPos,frmPOPMODAL,txt_drop='',scrollContentAT='';var docEl=(typeof document.compatMode!="undefined"&&document.compatMode!="BackCompat")?"documentElement":"body";if(document.layers)document.captureEvents(Event.MOUSEMOVE);document.onmousemove=dpl_mouse_pos;function dpl_mouse_pos(e){xPos=e?e.pageX:window.event.x;yPos=e?e.pageY:window.event.y;if(document.all&&!document.captureEvents){xPos+=document[docEl].scrollLeft;yPos+=document[docEl].scrollTop;}
if(document.layers)routeEvent(e);}
function frmVARIABLE_POPMODAL(variable,txt){frmPOPMODAL=variable;txt_drop=txt;}
function chkFrmChanges(oForm){if(!oForm||!oForm.elements||!oForm.elements.length)return true;var bChgs=false;for(var i=0;i<oForm.elements.length;i++){var oCur=oForm.elements[i],sTyp=oCur.type||"",bVal=sTyp=="text"||sTyp=="password"||sTyp=="textarea",bChk=sTyp=="checkbox"||sTyp=="radio",oOpt=sTyp.indexOf("select"==0)?oCur.options:null;if(bVal&&oCur.defaultValue!=oCur.value){bChgs=true;break;}
else if(bChk&&oCur.defaultChecked!=oCur.checked){bChgs=true;break;}
else if(oOpt){var bHasDefault=false;for(j=0;j<oOpt.length;j++){if(oOpt[j].defaultSelected)bHasDefault=true;if(oOpt[j].defaultSelected!=oOpt[j].selected)bChgs=j+1;}
if(!bHasDefault&&bChgs==1)bChgs=false;if(bChgs)break;}}
return(!bChgs||confirm(txt_drop));}
function scrollNAVI(){var mainAREA=document.getElementById('mainAREA'),naviSCROLLER=document.getElementById('naviSCROLLER'),scrollDELTA=4,bodybg=document.getElementsByTagName("body")[0],loadingbox=document.getElementById('loadingbox');if(mainAREA.offsetTop==0)scrollDELTA=-4;if(document.getElementById('mce_editor_0_toolbar'))document.getElementById('mce_editor_0_toolbar').style.display='none';if(loadingbox)loadingbox.style.display='block';if(scrollContentAT!=''&&document.getElementById(scrollContentAT))document.getElementById(scrollContentAT).style.display='none';if(document.getElementById('scrollContent'))document.getElementById('scrollContent').style.display='none';scrollINTERVAL=window.setInterval(function(){var newtop=mainAREA.offsetTop+scrollDELTA;mainAREA.style.top=newtop+'px';bodybg.style.backgroundPosition=' 0px '+newtop+'px';bodybg.style.backgroundImage='url('+layoutpath+'img/back.gif)';if(newtop<=-75||newtop>=0){clearInterval(scrollINTERVAL);if(scrollDELTA>0)var t='1';else var t='0';naviSCROLLER.className='arrow'+t;ajax("action=topbar&t="+t);TOPBAR=t;if(document.getElementById('mce_editor_0_toolbar'))document.getElementById('mce_editor_0_toolbar').style.display='block';if(scrollContentAT!=''&&document.getElementById(scrollContentAT))document.getElementById(scrollContentAT).style.display='block';if(document.getElementById('scrollContent'))document.getElementById('scrollContent').style.display='block';document.getElementById('topbar_css').href=layoutpath+'css/topbar_'+t+'.css';if(loadingbox)loadingbox.style.display='none';}},50);}
function mainNAVI(type,i,count_all){var right=document.getElementById('mainNAVI_right'+i),center=document.getElementById('mainNAVI_center'+i),left;if(i==0)left=document.getElementById('mainNAVI_left'+i);else left=document.getElementById('mainNAVI_right'+(i-1));if(type==1){if(i==0)left.style.backgroundImage='url('+layoutpath+'img/mainNAVI/mo/left_aussen.png)';else if(AktiverMainPktI==(i-1))left.style.backgroundImage='url('+layoutpath+'img/mainNAVI/mo/right_active.png)';else left.style.backgroundImage='url('+layoutpath+'img/mainNAVI/mo/left.png)';center.style.backgroundImage='url('+layoutpath+'img/mainNAVI/mo/center.png)';if(i==count_all)right.className=right.style.backgroundImage='url('+layoutpath+'img/mainNAVI/mo/right_aussen.png)';else if(AktiverMainPktI==(i+1))right.style.backgroundImage='url('+layoutpath+'img/mainNAVI/mo/left_active.png)';else right.style.backgroundImage='url('+layoutpath+'img/mainNAVI/mo/right.png)';}else{if(AktiverMainPktI==(i-1))left.style.backgroundImage='url('+layoutpath+'img/mainNAVI/active/right.png)';else if(i==0)left.style.backgroundImage='url('+layoutpath+'img/mainNAVI/inactive/left.png)';else left.style.backgroundImage='url('+layoutpath+'img/mainNAVI/trenner.png)';center.style.backgroundImage='url('+layoutpath+'img/mainNAVI/inactive/center.png)';if(i==count_all)right.style.backgroundImage='url('+layoutpath+'img/mainNAVI/inactive/right.png)';else if(AktiverMainPktI==(i+1))right.style.backgroundImage='url('+layoutpath+'img/mainNAVI/active/left.png)';else right.style.backgroundImage='url('+layoutpath+'img/mainNAVI/trenner.png)';}}
function LockGUI(){document.getElementById('bgPOPMODAL').src=rootpath+'includes/popmodals/locked.popmodal.php';document.getElementById('modalBG').onmousedown="return true;";document.getElementById('modalBG').style.display='block';document.getElementById('bgPOPMODAL').style.display='block';}
function display(el_id,plus){var el=document.getElementById(el_id);if(el.style.display=='block'){el.style.display='none';if(plus==1){document.getElementById(el_id+'_plus').src=layoutpath+'img/arrows/blue_plus.png';}}else{el.style.display='block';if(plus==1)document.getElementById(el_id+'_plus').src=layoutpath+'img/arrows/blue_minus.png';}}
function popup(url,width,height){window.open(url,'PopUp','width='+width+',height='+height+',locationbar=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes')}
function POPMODAL(type,url){if(document.getElementById('loadingbox'))document.getElementById('loadingbox').style.display='block';document.getElementById(type+'POPMODAL').src=url;document.getElementById('modalBG').style.display='block';}
function onloadPOPMODAL(type){document.getElementById(type+'POPMODAL').style.display='block';if(document.getElementById('loadingbox'))document.getElementById('loadingbox').style.display='none';}
function closePOPMODAL(){var ok=true;if(typeof(frmPOPMODAL)!='undefined'&&frmPOPMODAL!=''){ok=chkFrmChanges(frmPOPMODAL);}
if(ok==true){document.getElementById('bgPOPMODAL').style.display='none';document.getElementById('klPOPMODAL').style.display='none';document.getElementById('modalBG').style.display='none';}}
function ButtonMouse(e,typ){e.style.cursor='pointer';var bereich=e;var absaetze=bereich.getElementsByTagName("td");if(typ=='out'){absaetze[0].style.backgroundImage='url('+layoutpath+'img/button/left_inactive.png)';absaetze[1].style.backgroundImage='url('+layoutpath+'img/button/bg_inactive.png)';absaetze[2].style.backgroundImage='url('+layoutpath+'img/button/right_inactive.png)';}else if(typ=='down'){absaetze[0].style.backgroundImage='url('+layoutpath+'img/button/left_active.png)';absaetze[1].style.backgroundImage='url('+layoutpath+'img/button/bg_active.png)';absaetze[2].style.backgroundImage='url('+layoutpath+'img/button/right_active.png)';}}
function ajax(query){var xhr=http();xhr.open("POST",rootpath+"includes/ajax/action.php",true);xhr.onreadystatechange=function(){if(xhr.readyState==4){var rueckgabe=xhr.responseText;if(rueckgabe=='reload')document.location.reload();}}
xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded");xhr.send(query);}
function switchFontCSS(stil){document.getElementById('fsize_css').href=layoutpath+'css/fsize_'+stil+'.css';ajax("action=chg_fontsize&stil="+stil);if(stil!='md')document.getElementById('fs_md').src=rootpath+'img/icons/fs_md.png';if(stil!='bg')document.getElementById('fs_bg').src=rootpath+'img/icons/fs_bg.png';if(stil!='sm')document.getElementById('fs_sm').src=rootpath+'img/icons/fs_sm.png';document.getElementById('fs_'+stil).src=rootpath+'img/icons/fs_'+stil+'a.png';}
function viewportDATARELOAD(ajax_,current_vwportwidth,current_vwportheight){var x,y;if(self.innerHeight){vwportwidth=self.innerWidth;vwportheight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){vwportwidth=document.documentElement.clientWidth;vwportheight=document.documentElement.clientHeight;}else if(document.body){vwportwidth=document.body.clientWidth;vwportheight=document.body.clientHeight;}
if(ajax_==true&&(vwportheight!=current_vwportheight||vwportwidth!=current_vwportwidth)){ajax("action=vwport&vwportwidth="+vwportwidth+"&vwportheight="+vwportheight);}}
function http(){var http;if(window.XMLHttpRequest){http=new XMLHttpRequest();}else if(window.ActiveXObject){http=new ActiveXObject("Microsoft.XMLHTTP");}
return http;}
function checkEnter(e){var characterCode;if(e&&e.which){e=e
characterCode=e.which}else{e=event;characterCode=e.keyCode}
if(characterCode==13)return true;else return false;}
function loaded(){document.getElementById('mainAREA').style.display='block';document.getElementById('loadingbox').style.display='none';}
function mba_search(term){var xhr=http();xhr.open("POST",rootpath+"includes/ajax/mba_sidemodule.php",true);xhr.onreadystatechange=function(){if(xhr.readyState==4){var rueckgabe=xhr.responseText;document.getElementById('mba_sidemodule_kunden').innerHTML=rueckgabe;}}
xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded");xhr.send(AJAXBURL+"mba_term="+term+"&rootpath_parent="+rootpath+"&layoupath"+layoutpath);}
