/*Smooth Content*/ var tag_hl="h2",tag_li="li"; //tag-names for headlines und navigation method var hl="hl",nv="nv"; //class-suffix of click-tags for headlines und navigation method var cont="cont"; //class-suffix of dynamic content tags /*Bildergalerie*/ var gallery_parent_id='content3'; $(document).ready(function() { if(el=document.getElementById(hl+"0")) { $(".smooth_"+cont).hide(); $(".smooth_"+hl).css("cursor","pointer"); $(".smooth_"+hl).click(function() { displ_cont(this,tag_hl); }); displ_cont(el,tag_hl); } if(el=document.getElementById(nv+"0")) { $(".smooth_"+nv).css("cursor","pointer"); $(".smooth_"+nv).click(function() { displ_cont(this,tag_li); //if(document.getElementById(gallery_parent_id)) horizImgGallery(nv); }); displ_cont(el,tag_li); //if(document.getElementById(gallery_parent_id)) horizImgGallery(nv); } }); function horizImgGallery(nr) { /****horizontale Bildergalerie****/ var i=-1, el_width=0, childs=$('#'+cont+nr).children('div'); while(++i