<!--

   NS4 = (document.layers);
   IE4 = (document.all);
  ver4 = (NS4 || IE4);   
 isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));
commentOn = "<!--";
commentOff = "//-->"; 
//variable to be used for the expanding lines in the shopping cart
//it will get a value of "shopping_cart" in the Shopping cart Page
//for all other pages it will be null;
page = "";
 
 
function popUp(){return};
function popDown(){return};
function startIt(){return};

if (!ver4) event = null;

if (isMenu||!ver4) {
    menuVersion = 3;
    
    menuWidth = 300;
    childOverlap = 50;
    childOffset = 5;
        
    fntCol = "#336666";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "helvetica";
    
    backCol = "#eaeaea";
    overCol = "#336666";	
    overFnt = "#ffffff";
	    
    borWid = 0;
    borCol = "#CCCCCC";
    itemPad = 3;
    
    dir="/cgi-bin/europe/get_";
	dir1="/datasheets/";
    imgSrc ="/images/arrow.gif";
    imgSiz = 10;
    
    separator = 0;
    separatorCol = "#CCCCCC";
              
    keepHilite = true; 
   
    clickStart = false;
    clickKill = false;
    menusOn = true;
}



