if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.down, 0,2, TransMenu.reference.bottomLeft);
function init() {
if (TransMenu.isSupported()) {
TransMenu.initialize();
document.getElementById("menu3").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu3").onmouseout = function() { this.className = ""; }
document.getElementById("menu36").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu36").onmouseout = function() { this.className = ""; }
document.getElementById("menu4").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu4").onmouseout = function() { this.className = ""; }
document.getElementById("menu6").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu6").onmouseout = function() { this.className = ""; }
document.getElementById("menu7").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu7").onmouseout = function() { this.className = ""; }
}}
TransMenu.spacerGif = "http://www.oakwoodequity.com/modules/mod_swmenufree/images/transmenu/x.gif";
TransMenu.spacerGif = "http://www.oakwoodequity.com/modules/mod_swmenufree/images/transmenu/x.gif";
TransMenu.dingbatOn = "http://www.oakwoodequity.com/modules/mod_swmenufree/images/transmenu/submenu-on.gif";
TransMenu.dingbatOff = "http://www.oakwoodequity.com/modules/mod_swmenufree/images/transmenu/submenu-off.gif"; 
TransMenu.sub_indicator = true; 
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 0;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 3;
TransMenu.shadowColor = "#888";
TransMenu.shadowPng = "http://www.oakwoodequity.com/modules/mod_swmenufree/images/transmenu/grey-40.png";
TransMenu.backgroundColor = "#513b24";
TransMenu.backgroundPng = "http://www.oakwoodequity.com/modules/mod_swmenufree/images/transmenu/white-90.png";
TransMenu.hideDelay = 600;
TransMenu.slideTime = 300;
TransMenu.selecthack = 1;
TransMenu.autoposition = 1;
TransMenu.renderAll();
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", init, false );
else if ( typeof window.attachEvent != "undefined" ) {
window.attachEvent( "onload", init);
}else{
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
init();
}
}else
window.onload = init();
}
}
