<!--

// ########################################################


NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;
// ########################################################

// ########################################################

if (isMenu) {
    menuVersion = 3;
    menuWidth = 120;
    childOverlap = 10;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = 0.5;
    fntCol = "#000000";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "arial,sans-serif";
    backCol = "#ffffff";
    overCol = "#f0f0f0";
    overFnt = "#002958";
    borWid = 1;
    borCol = "#000000";
    borSty = "solid";
    itemPad = 2;
    imgSrc = "http://www.dhtmlab.com/hiermenus/tri.gif";
    imgSiz = 0; //10;
    separator = 1;
    separatorCol = "#D0D0D0";
    isFrames = false;      // IMPORTANT for full window
    navFrLoc = "left";     // display. see below
    keepHilite = true;
    clickStart = false;
    clickKill = false;
    NSfontOver = true;
    showVisited = "F0F0F0";
}

// ########################################################

if (isMenu) {

// Products
arMenu1 = new Array(
90,                        // width,
"157","53",                     // left_position,top_position,
"","",                    // font_color,mouseover_font_color,
"","",                   // background_color,mouseover_background_color,
"","",                  // border_color,separator_color,
//"Product Tree","http://www.fs-oilgas.com/treeview.asp",0,
"Product List","http://www.fs-oilgas.com/TableView.asp?Search=ON",0,
"Product Search","http://www.fs-oilgas.com/ProductSearch.asp",0
)


// Tech Info
arMenu2 = new Array(
330,
"227","53",
"","",
"","",
"","",
"Flame and Gas Optical Spectral Analysis","http://www.fs-oilgas.com/TechInfo/SPE98-TI.html",0,
"New Flame & Gas Monitoring Technologies","http://www.fs-oilgas.com/TechInfo/ERA2000-TI.html",0,
"Novel CCTV Fire Detection Technologies for Industrial Applications","http://www.fs-oilgas.com/TechInfo/NFPA2001-TI.html",0

)


// Instalation
arMenu3 = new Array(
120,
"297","53",
"","",
"","",
"","",
"Miscellaneous","",1,
"Offshore","",1,
"Onshore","",1
)

arMenu3_1 = new Array(
"Air Duct","http://www.fs-oilgas.com/Installation/AirDuct.html",0,
"Turbine Areas","http://www.fs-oilgas.com/Installation/TurbineArea.html",0,
"LPG/LNG Facilities","http://www.fs-oilgas.com/Installation/LPG.html",0


)

arMenu3_2 = new Array(
"FPSO's","http://www.fs-oilgas.com/Installation/FPSO.html",0,
"Loading Bays","http://www.fs-oilgas.com/Installation/LoadingBay.html",0,
"Oil Rigs","http://www.fs-oilgas.com/Installation/OilRig.html",0
)

arMenu3_3 = new Array(
"Loading Stations","http://www.fs-oilgas.com/Installation/LoadingStations.html",0,
"Pipelines","http://www.fs-oilgas.com/Installation/pipelines.html",0,
"Process Plants","http://www.fs-oilgas.com/Installation/ProcessPlants.html",0,
"Refineries","http://www.fs-oilgas.com/Installation/Refineries.html",0,
"Storage Farms","http://www.fs-oilgas.com/Installation/StorageFarms.html",0
)


}

//-->



