<!--

/*
* menu.js - menu structure for hiermenus
*
* Copyright (c) 2000 P&T Software Systems Co., Ltd.
* Contact www.ptsoftware.co.th
*
* hierMenus.js - Cross-Browser/Full-Window/Frames
* Copyright (c) 1999 internet.com Corp. All Rights Reserved
*
*/

   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 = 3;

    menuWidth = 120;
    childOverlap = 3;
    childOffset = 8;
    perCentOver = null;
    secondsVisible = .5;

    fntCol = "#666666";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "Verdana, Arial, Helvetica, sans-serif";

    backCol = "#ffffff";
    overCol = "#cccccc";
    overFnt = "#FFFFFF";

    borWid = 1;
    borCol = "#666666";
    borSty = "solid";
    itemPad = 3;

    imgSrc = "buttons/arrow.gif";
    imgSiz = 10;

    separator = 1;
    separatorCol = "#666666";

    isFrames = false;
    navFrLoc = "top";

    keepHilite = true;
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

arMenu1 = new Array('','625','20','','','','','','',
'About Iklektik','../html/aboutiklektik.htm',0,
'Thai Art','../thaiart/index.htm',0,
'Chinese Art','../chineseart/index.htm',0,
'Singaporen Art','../singaporeart/index.htm',0,
'Asian Inspired Art','../asianart/index.htm',0,
'Lotus Arts De Vivre','../lotusart/index.htm',0,
'CdLR Design','../cdlr/index.htm',0,
'Photography','../photography/index.htm',0,
'Textiles','../textiles/index.htm',0,
'Antiques','../antiques/index.htm',0,
'Accent Pieces','../accentpieces/index.htm',0,
'Exhibitions','../exhibitions/index.htm',0)

if (isMenu) {
  document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='popupmenu.js'><\/SCR" + "IPT>");
}

//-->

