/* universal window opening function...the first two variables are required */ function neuesFenster(url,name,w,h,scrolls,stat,loc,resize,menu,tools,dirs){ // check for width; default 640 if( !w ){ w = 640; } // check for height; default 480 if( !h ){ h = 480; } // check for scrolls; default on if( !scrolls ){ scrolls = 0; } // check for status; default on if( !stat ){ stat = 0; } // check for location bar; default off if( !loc ){ loc = 0; } // check for resize; default off if( !resize ){ resize = 0; } // check for menu bar; default off if( !menu ){ menu = 0; } // check for toolbar; default off if( !tools ){ tools = 0; } // check for directories; default off if( !dirs ){ dirs = 0; } width_keyword = "width"; height_keyword = "height"; // set up options var options = width_keyword + '=' + w + ',' + height_keyword + '='+h+',toolbar='+tools+',menubar='+menu+',location='+loc+',scrollbars='+scrolls+',directories='+dirs+',status='+stat+',resizable='+resize; // open the window blarg = window.open( url,name,options ); // handle the opener if( blarg.opener == null ){ blarg.opener = self; } // focus it if you can if( window.focus ) { blarg.focus(); } } function holzartWechseln() { var address = document.holzart_wechseln.holzart.value; window.location.href = address; } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i