try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

function MenuOn(x){
	obj=document.getElementById("submenu"+x).style.visibility="visible";
}

function MenuOff(x){
	obj=document.getElementById("submenu"+x).style.visibility="hidden";
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	newwind = window.open(theURL,winName,features);
	newwind.focus();
}
