
var DomLoaded={onload:[],loaded:function()
{if(arguments.callee.done)return;arguments.callee.done=true;for(i=0;i<DomLoaded.onload.length;i++)DomLoaded.onload[i]();},load:function(fireThis)
{this.onload.push(fireThis);if(document.addEventListener)
document.addEventListener("DOMContentLoaded",DomLoaded.loaded,null);if(/KHTML|WebKit/i.test(navigator.userAgent))
{var _timer=setInterval(function()
{if(/loaded|complete/.test(document.readyState))
{clearInterval(_timer);delete _timer;DomLoaded.loaded();}},10);}
window.onload=DomLoaded.loaded;}};DomLoaded.load(function(){tabberAutomatic(tabberOptions);initShowHideDivs();});