function switchShopNavigationItemHead(nb, active){
        if(nb != activeShopMenuItem){
        		if(active){
	             document.getElementById('shopNaviItemHead' + nb).style.backgroundColor='#C3C3C3';
	        }
	        else{
	             document.getElementById('shopNaviItemHead' + nb).style.backgroundColor='#E5E5E5';
	        }

         }
     }

     function openShopSubMenu(nb, redirect){
         var shopMenuItemToClose = document.getElementById('shopNaviItem' + activeShopMenuItem);
         var shopMenuItemToOpen = document.getElementById('shopNaviItem' + nb);

         shopMenuItemToClose.innerHTML = getContentForShopMenuItem(activeShopMenuItem, false);
         shopMenuItemToOpen.innerHTML = getContentForShopMenuItem(nb, true);

         if(redirect){
                 //window["storeContent"].location.href = shopMenuData[lang][4*nb-3];
                 var subMenuURLs = shopMenuData[lang][4*nb-1];

                 if(subMenuURLs.length > 0){
                 	window["storeContent"].location.href = subMenuURLs[0];
                 }
                 else{
                         window["storeContent"].location.href = shopMenuData[lang][4*nb-3];
                 }
         }
         activeShopMenuItem = nb;
     }

     function getContentForShopMenuItem(nb, active){
          var shopMenuItem = document.getElementById('shopNaviItem' + nb);

          var nbString;
          var shopItemInnerHTML;

          if(nb < 10){
              nbString = '0' + nb;
          }
          else{
              nbString = nb;
          }

          if(active){
                 var subMenuItemLabels = shopMenuData[lang][4*nb-2];
                 var subMenuItemURLs = shopMenuData[lang][4*nb-1];

                 if(subMenuItemLabels.length > 0){
                          shopItemInnerHTML = "<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"205\">" +
	                 "<tr>" +
	                  "<td colspan=\"2\" width=\"5\" height=\"24\" style=\"background-color:#C3C3C3\"></td>" +
	                  "<td height=\"24\" height=\"24\" id=\"shopNaviItemHead" + nb + "\" onMouseOver=\"switchShopNavigationItemHead(" + nb + ", true)\" onMouseOut=\"switchShopNavigationItemHead(" + nb + ", false)\"style=\"background-color:#C3C3C3\" ><a class=\"linkVertMenue\" href='#' onClick=\"openShopSubMenu(" + nb + ", true)\">" + nbString + ". <span style=\"font-weight:bold\">" + (shopMenuData[lang][4*nb-4]).toUpperCase() + "</span></a></td>" +
	                  "<td width=\"3\" height=\"24\" style=\"background-image:url('shd_menue_rght.gif')\"></td>" +
	                 "</tr>" +
                          "<tr>" +
	                  "<td width=\"1\" height=\"15\" style=\"background-color:#C3C3C3\"></td>" +
	                  "<td colspan=\"2\" width=\"4\" height=\"15\" style=\"background-color:#FFFFFF\"></td>" +
	                  "<td width=\"3\" height=\"15\" style=\"background-image:url('shd_menue_rght.gif')\"></td>" +
	                 "</tr>";

                          for(var x = 0; x < subMenuItemLabels.length; x++){
	                     shopItemInnerHTML += "<tr>" +
	                  "<td width=\"1\" height=\"18\" style=\"background-color:#C3C3C3\"></td>" +
	                  "<td width=\"4\" height=\"18\" style=\"background-color:#FFFFFF\"></td>" +
	                  "<td height=\"18\" style=\"background-color:#FFFFFF\"><img style=\"margin-left:13pt\" src=\"arrow_icn.gif\" width=\"3\" height=\"6\" border=\"0\" alt=\"\"><a class=\"linkVertSubMenue\" href=\"" + subMenuItemURLs[x] + "\" target=\"storeContent\">" + subMenuItemLabels[x] + "</a></td>" +
	                  "<td width=\"3\" height=\"18\" style=\"background-image:url('shd_menue_rght.gif')\"></td>" +
	                 "</tr>";

	                 }

	                 shopItemInnerHTML += "<tr>" +
	                  "<td width=\"1\" height=\"15\" style=\"background-color:#C3C3C3\"></td>" +
	                  "<td colspan=\"2\" width=\"4\" height=\"15\" style=\"background-color:#FFFFFF\"></td>" +
	                  "<td width=\"3\" height=\"15\" style=\"background-image:url('shd_menue_rght.gif')\"></td>" +
	                 "</tr>" +
	                 "<tr>" +
	                  "<td colspan=\"3\" height=\"1\" style=\"background-color:#C3C3C3\"></td>" +
	                  "<td width=\"3\" height=\"1\" style=\"background-image:url('shd_menue_rght.gif')\"></td>" +
	                 "</tr>" +
	                 "<tr>" +
	                  "<td colspan=\"3\" height=\"3\" style=\"background-image:url('shd_menue_btm.gif')\"></td>" +
	                  "<td width=\"3\" height=\"3\" style=\"background-image:url('shd_menue_crn.gif')\"></td>" +
	                 "</tr>" +
	                 "<tr>" +
	                  "<td colspan=\"4\" height=\"10\"></td>" +
	                 "</tr>";
                }
                else{
                          shopItemInnerHTML = "<table cellspacing='0' cellpadding='0' border='0' width='205'>" +
                	 	"<tr>" +
	                  "<td width='5' height='24' style='background-color:#C3C3C3'></td>" +
	                  "<td height='24' id='shopNaviItemHead" + nb + "' style='background-color:#C3C3C3' onmouseOver='switchShopNavigationItemHead(" + nb + ", true)' onMouseOut='switchShopNavigationItemHead(" + nb + ", false)'><a class='linkVertMenue' href='#' onClick='openShopSubMenu(" + nb + ", true)'>" + nbString + ". <span style='font-weight:bold'>" + (shopMenuData[lang][4*nb-4]).toUpperCase() + "</span></a></td>" +
	                  "<td width='3' height='24'></td>" +
	                 "</tr>" +
	                 "</table>";
                }

                shopItemInnerHTML += "</table>";
          }
          else{
          	shopItemInnerHTML = "<table cellspacing='0' cellpadding='0' border='0' width='205'>" +
                	 	"<tr>" +
	                  "<td width='5' height='24' style='background-color:#C3C3C3'></td>" +
	                  "<td height='24' id='shopNaviItemHead" + nb + "' onmouseOver='switchShopNavigationItemHead(" + nb + ", true)' onMouseOut='switchShopNavigationItemHead(" + nb + ", false)'><a class='linkVertMenue' href='#' onClick='openShopSubMenu(" + nb + ", true)'>" + nbString + ". <span style='font-weight:bold'>" + (shopMenuData[lang][4*nb-4]).toUpperCase() + "</span></a></td>" +
	                  "<td width='3' height='24'></td>" +
	                 "</tr>" +
	                 "</table>";
          }

          return shopItemInnerHTML;
     }

     function switchMainNavigationItem(nb, active){
     	if(active){
             document.getElementById('mainNaviItem' + nb).style.backgroundImage="url('menu_h_bck_a.gif')";
         }
         else{
             document.getElementById('mainNaviItem' + nb).style.backgroundImage="url('menu_h_bck_p.gif')";
         }
     }

     function showShopProduct(url, catNb){
         if(url != ''){
         	openShopSubMenu(catNb, false);
         	window["storeContent"].location.href = unescape(url);
         }
         else{
                 openShopSubMenu(catNb, true);
         }
     }