if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.right, 3, 18, TransMenu.reference.topRight);
function init() {
if (TransMenu.isSupported()) {
TransMenu.initialize();
document.getElementById("menu1").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu1").onmouseout = function() { this.className = ""; }
document.getElementById("menu63").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu63").onmouseout = function() { this.className = ""; }
document.getElementById("menu59").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu59").onmouseout = function() { this.className = ""; }
document.getElementById("menu62").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu62").onmouseout = function() { this.className = ""; }
document.getElementById("menu84").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu84").onmouseout = function() { this.className = ""; }
document.getElementById("menu38").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu38").onmouseout = function() { this.className = ""; }
document.getElementById("menu67").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu67").onmouseout = function() { this.className = ""; }
document.getElementById("menu69").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu69").onmouseout = function() { this.className = ""; }
document.getElementById("menu68").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu68").onmouseout = function() { this.className = ""; }
document.getElementById("menu60").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu60").onmouseout = function() { this.className = ""; }
document.getElementById("menu88").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu88").onmouseout = function() { this.className = ""; }
document.getElementById("menu89").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu89").onmouseout = function() { this.className = ""; }
document.getElementById("menu91").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu91").onmouseout = function() { this.className = ""; }
document.getElementById("menu92").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu92").onmouseout = function() { this.className = ""; }
document.getElementById("menu93").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu93").onmouseout = function() { this.className = ""; }
document.getElementById("menu94").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu94").onmouseout = function() { this.className = ""; }
document.getElementById("menu95").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu95").onmouseout = function() { this.className = ""; }
}}
TransMenu.dingbatSize = 0;
TransMenu.spacerGif = "";
TransMenu.dingbatOn = "";
TransMenu.dingbatOff = ""; 
TransMenu.sub_indicator = false;
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 0;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 3;
TransMenu.shadowColor = "#888";
TransMenu.shadowPng = "http://www.tomytrade.hu/modules/mod_swmenufree/images/transmenu/grey-40.png";
TransMenu.backgroundColor = "#FFFFFF";
TransMenu.backgroundPng = "http://www.tomytrade.hu/modules/mod_swmenufree/images/transmenu/white-90.png";
TransMenu.hideDelay = 600;
TransMenu.slideTime = 300;
TransMenu.selecthack = 0;
TransMenu.autoposition = 0;
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();
}
}
