/* domtab version 3.1415927 updated march the first 2006 written by christian heilmann check blog for updates: http://www.wait-till-i.com free to use, not free to resell */ domtab={ tabclass:'domtab', // class to trigger tabbing listclass:'domtabs', // class of the menus activeclass:'active', // class of current link contentelements:'div', // elements to loop through backtolinks:/#top/, // pattern to check "back to top" links printid:'domtabprintview', // id of the print all link showalllinktext:'show all content', // text for the print all link prevnextindicator:'doprevnext', // class to trigger prev and next links prevnextclass:'prevnext', // class of the prev and next list prevlabel:'previous', // html content of the prev link nextlabel:'next', // html content of the next link prevclass:'prev', // class for the prev link nextclass:'next', // class for the next link init:function(){ var temp; if(!document.getelementbyid || !document.createtextnode){return;} var tempelm=document.getelementsbytagname('div'); for(var i=0;i