if (document.images)
        {                       
                //a13on = new Image(178,84);
                //a13on.src = "/images/db_banner_cont2.gif";
                //a15on = new Image(179,20);
                //a15on.src = "/images/db_nav_press_2.gif";
              	//a16on = new Image(178,84);
                //a16on.src = "/images/db_banner_case2.gif";              
                //a21on = new Image(178,84);
                //a21on.src = "/images/db_banner_shop2.gif";
                //a22on = new Image(164,79);
                //a22on.src = "/images/db_banner_live2b.gif";
                                                          
                //a13off = new Image(178,84);
                //a13off.src = "/images/db_banner_cont1.gif";                             
                //a15off = new Image(179,20);
                //a15off.src = "/images/db_nav_press_1.gif";                
                //a16off = new Image(178,84);
                //a16off.src = "/images/db_banner_case1.gif";                     
                //a21off = new Image(178,84);
                //a21off.src = "/images/db_banner_shop1.gif"; 
              	//a22off = new Image(164,79);
               //a22off.src = "/images/db_banner_live1b.gif";
     	}
var activeMenu = "";
function img_act(imgName)
{
        if (document.images)
        {
        	imgOn = eval(imgName + "on.src");
        	document [imgName].src = imgOn;
        }
}

function img_inact(imgName)
{
	if (document.images)
	{
			if(activeMenu != imgName)
			{
				imgOff = eval(imgName + "off.src");
				document [imgName].src = imgOff;
			}
	}
}

function menu_act(imgName)
{	
	activeMenu = imgName;
}

function shopLaunch()
{
	var idshop
	idshop = window.open("https://shop.intranetdashboard.com", "idshop","toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}
function rollOver(MenuId)
{
	document.getElementById(MenuId + "Over").style.display = "block";
	document.getElementById(MenuId + "Out").style.display = "none";
	
}

function rollOut(MenuId)
{
	document.getElementById(MenuId + "Over").style.display = "none";
	document.getElementById(MenuId + "Out").style.display = "block";	
}

function rOver(MenuId)
{
	document.getElementById(MenuId).className = "navigateOver";	
}

function rOut(MenuId)
{
	document.getElementById(MenuId).className = "navigateOut";	
}
