   NS4 = (document.layers);
   IE4 = (document.all);
  ver4 = (NS4 || IE4);   
 isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;

if (isMenu) {
    menuVersion = 2;
    
    menuWidth = 120;
    childOverlap = 200;
    childOffset = 6;
    perCentOver = null;
    secondsVisible = .8;
    
    fntCol = "#ff8200";
    fntSiz = "7";
    fntBold = false;
    fntItal = false;
    fntFam = "Verdana, Tahoma, Arial";
    
    backCol = "#000000";
    overCol = "#cccccc";
    overFnt = "#000000";
    
    borWid = 1;
    borCol = "#666666";
    borSty = "solid";
    itemPad = 1;
    
    imgSrc = "images/arrow_n.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#CCCCCC";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "right";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

<!--
if (isMenu) { 
arMenu1 = new Array( "", 140,50, "","","","", "","", "Graphics","#",1, "Textile","#",1)
arMenu2 = new Array( "", 238,50, "","","","", "","", "Frames","frames.html",0, "Mesh","mesh.html",0, "Stretching Machines","strechmach.html",0, "Emulsion Coating Machines","ecoating.html",0, "Automatic Decoating Degreasing Developing & Screen Cleaning Machines","cleaning.html",0, "Emulsions","emulsions.html",0, "Exposure Systems","exposure.html",0)
arMenu3 = new Array( "", 334,50, "","","","", "","", "Pad Print Machines","pad01.html",0, "Software","padsw.html",0, "Pads","pads.html",0, "Pad Cliches","padcli.html",0, "Pad Printing inks","pad01inks.html",0)
arMenu4 = new Array( "", 432,50, "","","","", "","", "Custom Color","ccolor.html",0, "Color Seperations","colsep.html",0, "Screen Making","scrmak.html",0)
arMenu5 = new Array( "", 529,50, "","","","", "","", "Locally Made Products","#",1, "Squegee Rubber","squrub.html",0, "Shakers","shakers.html",0)

arMenu1_1 = new Array( "Mesh","mesh.html",0, "Screen Chemicals","screenchem.html",0, "Screen Inks","screeninks.html",0, "Screen Printing Machines For Graphic","graphmach.html",0)
arMenu1_2 = new Array( "Textile Inks","textileinks.html",0, "Machinery","#",1, "Screen Chemicals","screenchem.html",0, "Mesh","mesh.html",0)
arMenu1_2_2 = new Array( "Screen Printing Machines For Textile","textilemach.html",0, "Folding & Packaging","foldingnpackaging.html",0)
arMenu5_1 = new Array("Inks","oth_ink.html",0, "Emultions","oth_emult.html",0, "Additives","oth_addi.html",0, "Aluminium Screen Frames","frames.html",0, "Drying Racks","oth_drrck.html",0, "Squegee Holder & Coating Troughs","oth_squhld.html",0) 
}
//-->
