<!--

/*
* 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('','615','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)


arMenu2 = new Array('','554','20','','','','','','',
'Apichai Piromrak','../apichai/index.htm',0,
'Attasit Aniwatchon','../attasit/index.htm',0,
'Ithipol Thangchalok','../ithipol/index.htm',0,
'Panya Vijinthanasarn','../panya/index.htm',0,
'Paramat Lueng-On','../paramat/index.htm',0,
'Parinya Tantisuk','../parinya/index.htm',0,
'Phatyos Buddhacharoen','../phatyos/index.htm',0,
'Preecha Thaothong','../preecha/index.htm',0,
'Roongwit Luckanathin','../rongwit/index.htm',0,
'Sittichai Pratchayaratikun','../sittichai/index.htm',0,
'Sompop Budtarad','../sompop/index.htm',0,
'Thavorn Ko-Udomvit','../thavorn/index.htm',0,
'Tawatchai Somkong','../thawatchai/index.htm',0,
'Vichoke Mukdamanee','../vichoke/index.htm',0,
'Vorasan Supap','../vorasan/index.htm',0)


arMenu3 = new Array('','475','20','','','','','','',
'Hussy of Ambition No.27/99','sittichai_work1.htm',0,
'Ambition & Indolization No. 33/99','sittichai_work2.htm',0,
'Ambition No. 48/99','sittichai_work3.htm',0,
'Joss House','sittichai_work4.htm',0,
'Temple, 1995','sittichai_work5.htm',0,
'Ambition No. 49/99','sittichai_work6.htm',0,
'My Bed','sittichai_work7.htm',0,
'Cemetery 2','sittichai_work8.htm',0,   
'Temple, 1997','sittichai_work9.htm',0)

if (isMenu) {
  document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='popupmenu.js'><\/SCR" + "IPT>");
}

//-->

