<!--
   window.defaultStatus = 'PPA Trend, s.r.o.';
//-->

<!--
	slovakS = new Image();
	slovakS.src = "pictures/slovak-flag.jpg";
	slovakA = new Image();
	slovakA.src = "pictures/slovak-flag-a.jpg";
// -->

<!--
	englishS = new Image();
	englishS.src = "pictures/english-flag.jpg";
	englishA = new Image();
	englishA.src = "pictures/english-flag-a.jpg";
// -->

<!--
	germanyS = new Image();
	germanyS.src = "pictures/germany-flag.jpg";
	germanyA = new Image();
	germanyA.src = "pictures/germany-flag-a.jpg";
// -->

<!--
	slovakppS = new Image();
	slovakppS.src = "pictures/slovakpp-flag.jpg";
	slovakppA = new Image();
	slovakppA.src = "pictures/slovakpp-flag-a.jpg";
// -->

<!--
	englishppS = new Image();
	englishppS.src = "pictures/englishpp-flag.jpg";
	englishppA = new Image();
	englishppA.src = "pictures/englishpp-flag-a.jpg";
// -->

<!--
	germanyppS = new Image();
	germanyppS.src = "pictures/germanypp-flag.jpg";
	germanyppA = new Image();
	germanyppA.src = "pictures/germanypp-flag-a.jpg";
// -->


         var curPop = null;
         function clearCurrent() {
            // Hide the pop-up menu that is currently displayed.
            if (null != curPop)
               curPop.style.display = "";
            curPop = null;
         }

         function popup() {
		 	clearCurrent();	  
            var el = event.srcElement;
            // Display a new menu option.
            if (("P" == el.tagName) &&
                  ("menu" == el.parentElement.parentElement.parentElement.parentElement.id)) {
               // Position and display the pop-up menu.
               var elpop = document.all[el.sourceIndex + 1];
               elpop.style.pixelLeft = el.parentElement.offsetLeft+el.parentElement.parentElement.parentElement.parentElement.offsetLeft+7;
               elpop.style.pixelTop  = el.offsetTop +
                  document.all.menu.offsetTop+25;
               elpop.style.display = "block";
               curPop = elpop;
            }
            event.cancelBubble = true;
         }

         function highlight() {
		
            // Highlight and popup  the menu options.
            if (null != event.fromElement)
               if ((event.fromElement.tagName == "P") &&
				  (event.fromElement.parentElement.parentElement.parentElement.parentElement.id == "menu"))
				  {
                  event.fromElement.className = "";
            	  }
            
            if (null != event.toElement)
               if ((event.toElement.tagName == "P") && (event.toElement.parentElement.parentElement.parentElement.parentElement.id == "menu"))
				{
				  popup();					
                  event.toElement.className = "over";
				}
         }


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
