﻿
function show_dd_1() {
	document.getElementById("mn-dd-1").style.left = "-2px";
	document.getElementById("mn-btn-1").style.backgroundImage = "url(images/BG-mn-tab-o.png)";
	document.getElementById("mn-btn-link-1").style.color = "#251675";
}

function hide_dd_1() {
	document.getElementById("mn-dd-1").style.left = "-1000em";
	document.getElementById("mn-btn-1").style.backgroundImage = "none";
	document.getElementById("mn-btn-link-1").style.color = "#ffffff";
}

function dd_on_1() {
	document.getElementById("mn-dd-1").style.left = "-2px";
	document.getElementById("mn-btn-1").style.backgroundImage = "url(images/BG-mn-tab-o.png)";
	document.getElementById("mn-btn-1").style.backgroundRepeat = "no-repeat";
	document.getElementById("mn-btn-1").style.backgroundPosition = "center top";
	document.getElementById("mn-btn-link-1").style.color = "#251675";
}

function dd_off_1() {
	document.getElementById("mn-dd-1").style.left = "-1000em";
	document.getElementById("mn-btn-1").style.backgroundImage = "none";
	document.getElementById("mn-btn-link-1").style.color = "#ffffff";
}



function show_dd_2() {
	document.getElementById("mn-dd-2").style.left = "-2px";
	document.getElementById("mn-btn-2").style.backgroundImage = "url(images/BG-mn-tab-o.png)";
	document.getElementById("mn-btn-link-2").style.color = "#251675";
}

function hide_dd_2() {
	document.getElementById("mn-dd-2").style.left = "-1000em";
	document.getElementById("mn-btn-2").style.backgroundImage = "none";
	document.getElementById("mn-btn-link-2").style.color = "#ffffff";
}

function dd_on_2() {
	document.getElementById("mn-dd-2").style.left = "-2px";
	document.getElementById("mn-btn-2").style.backgroundImage = "url(images/BG-mn-tab-o.png)";
	document.getElementById("mn-btn-2").style.backgroundRepeat = "no-repeat";
	document.getElementById("mn-btn-2").style.backgroundPosition = "center top";
	document.getElementById("mn-btn-link-2").style.color = "#251675";
}

function dd_off_2() {
	document.getElementById("mn-dd-2").style.left = "-1000em";
	document.getElementById("mn-btn-2").style.backgroundImage = "none";
	document.getElementById("mn-btn-link-2").style.color = "#ffffff";
}



function show_dd_3() {
	document.getElementById("mn-dd-3").style.left = "175px";
	document.getElementById("mn-btn-3").style.backgroundImage = "url(images/BG-mn-tab-o.png)";
	document.getElementById("mn-btn-link-3").style.color = "#251675";
}

function hide_dd_3() {
	document.getElementById("mn-dd-3").style.left = "-1000em";
	document.getElementById("mn-btn-3").style.backgroundImage = "none";
	document.getElementById("mn-btn-link-3").style.color = "#ffffff";
}

function dd_on_3() {
	document.getElementById("mn-dd-3").style.left = "175px";
	document.getElementById("mn-btn-3").style.backgroundImage = "url(images/BG-mn-tab-o.png)";
	document.getElementById("mn-btn-3").style.backgroundRepeat = "no-repeat";
	document.getElementById("mn-btn-3").style.backgroundPosition = "center top";
	document.getElementById("mn-btn-link-3").style.color = "#251675";
}

function dd_off_3() {
	document.getElementById("mn-dd-3").style.left = "-1000em";
	document.getElementById("mn-btn-3").style.backgroundImage = "none";
	document.getElementById("mn-btn-link-3").style.color = "#ffffff";
}
















