//DD Tab Menu- Last updated April 27th, 07: http://www.dynamicdrive.com //Only 1 configuration variable below var ddtabmenu={ disabletablinks: false, ////Disable hyperlinks in 1st level tabs with sub contents (true or false)? currentpageurl: window.location.href.replace("http://"+window.location.hostname, "").replace(/^\//, ""), //get current page url (minus hostname, ie: http://www.dynamicdrive.com/) definemenu:function(tabid, dselected){ this[tabid+"-menuitems"]=null this.addEvent(window, function(){ddtabmenu.init(tabid, dselected)}, "load") }, showsubmenu:function(tabid, targetitem){ var menuitems=this[tabid+"-menuitems"] for (i=0; i