<!--

/*
* 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 = 150;
    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('','335','20','','','','','','',
'Grace Jones Kiss Mango','special1.htm',0,
'Grace Jones with Mussels','special3.htm',0,
'Grace Jones with Coconut','special2.htm',0)

arMenu2 = new Array('','475','20','','','','','','',
'Boat at Phi Phi Leh','thaiphoto1.htm',0,
'Boatman','thaiphoto2.htm',0,
'Chedi at Pattaya','thaiphoto3.htm',0,
'Golden Buddha 1','thaiphoto4.htm',0,
'Golden Buddha 2','thaiphoto5.htm',0,
'Monks and Tuk Tuk','thaiphoto6.htm',0)

arMenu3 = new Array('','540','20','','','','','','',
'Girl Flute Player','combodiaphoto1.htm',0,
'Monk at Angkor','combodiaphoto2.htm',0)


arMenu4 = new Array('','617','20','','','','','','',
'Aris and Cat','baliphoto1.htm',0,
'Beach Boy','baliphoto2.htm',0,
'Children at Temple','baliphoto3.htm',0,  
'Cremation','baliphoto4.htm',0,
'Dancers at Pavillon','baliphoto5.htm',0,
'Fisherman','baliphoto6.htm',0,
'Young Flute Player','baliphoto7.htm',0,
'Model with Painting','baliphoto8.htm',0,
'Morris and Monster','baliphoto9.htm',0,
'Morris at the Salt House','baliphoto10.htm',0,
'Morris and the Monster','baliphoto11.htm',0,
'Morris in the Trees','baliphoto12.htm',0,
'Morris at the Temple','baliphoto13.htm',0,
'Poster Kinski','baliphoto14.htm',0,
'Poster Rocky','baliphoto15.htm',0)  

            

arMenu5 = new Array('','700','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>");
}

//-->

