/* Pandha CMS general JS functions */ function download(f){ // return true; } function openPopUp(img,x,y) { var showscrollbars=" "; if(y>650){ var showscrollbars="scrollbars"; var y=600; } windowpopup=window.open("http://www.rastenburg.com/cms/bildanzeige.php?img="+img+"&breite="+x+"&hoehe="+y,"bildanzeige","left=20, top=20, width="+(x)+", height="+(y+50)+","+showscrollbars); } function openThumb(img,x,y) { var showscrollbars=" "; //if(y>650){ var showscrollbars="auto"; //var y=600; //} windowpopup=window.open("cms/bildanzeige2.php?img="+img+"&breite="+x+"&hoehe="+y,"bildanzeige2","left=20, top=20, width="+(x)+", height="+(y+50)+","+showscrollbars); } function imagePopUp(img,x,y) { var showscrollbars=" "; if(y>650){ var showscrollbars="scrollbars"; var y=600; x=x+20; } windowpopup=window.open("http://www.rastenburg.com/cms/bildpopup.php?img="+img+"&breite="+x+"&hoehe="+y,"bildanzeige","left=20, top=20, width="+(x)+", height="+(y+50)+","+showscrollbars); } function jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } function details(l,e,i,t) { windowpopup=window.open("http://www.rastenburg.com/cms_details.php?detailanzeige=1&listID="+l+"&entryID="+e+"&showImg="+i+"&templatename="+t,"Details","left=20, top=20, width=600, height=600, scrollbars=yes, resizable=yes"); } function detailseintrag2(e,i,t,w,h) { ww=600;hh=600; if(w>10)ww=w; if(h>10)hh=h; windowpopup=window.open("http://www.rastenburg.com/cms/tlb_details.php?entryID="+e+"&showImg="+i+"&templatename="+t,"Details","left=10, top=10, width="+ww+", height="+hh+", scrollbars=yes, resizable=yes"); } function detailseintrag(e,i,t,w,h) { ww=800;hh=600; if(w>10)ww=w; if(h>10)hh=h; windowpopup=window.open("http://www.rastenburg.com/index.php?detailanzeige=1&entryID="+e+"&showImg="+i+"&templatename="+t,"Details","left=10, top=10, width="+ww+", height="+hh+", scrollbars=yes, resizable=yes"); } function nachoben(){ window.scrollTo(0, 0); //e=document.getElementById("contentarea"); //e.scrollHeight=0; //alert(e.scrollheight); } function checkAbmelden() { c=window.confirm("Wollen Sie sich wirklich abmelden ?") if(c==true) return true; else return false; } menuArr=new Array(); function initDHTMLMenu(id,type,dshow,dhide,pos){ //alert("Hallo Menu "+id); menuArr[id] = new DropDownMenuX('menu'+id); menuArr[id].type = type; menuArr[id].delay.show = dshow; menuArr[id].delay.hide = dhide; menuArr[id].position.levelX.left = pos; menuArr[id].init(); } function reloadMenue(){ parent.parent.topFrame.location.href=parent.parent.topFrame.location.href; } function reloadMainFrameset(){ top.location.href=top.location.href; } function reloadFrame(){ top.location.href=top.location.href; }