<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=190; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="Georgia";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Georgia";
hdrFontSize="2";
hdrFontColor="White";
hdrBGColor="#CC0033";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Georgia";
linkFontSize="2";
linkFontColor="White";
linkBGColor="#FEE9D4";
linkOverBGColor="#F4D4B4";
linkTarget="";
linkAlign="left";
barBGColor="#CC0033";
barFontFamily="Georgia";
barFontSize="2";
barFontColor="White";
barVAlign="center";
barWidth=20; // no quotes!!
barText='Menu' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Umaid Art Gallery");
addItem("Home", "index.html", "");
addItem("Products & Ranges", "id1.htm", "");
addItem("Code with sizes", "ItemCode & Sizes-UMAID-ART-GALLERY-JODHPUR.pdf", "");
addItem("Finish & Colours", "id2.htm", "");
addItem("Latest Developments", "idLTST1.htm", "");
addItem("Services & Advantages", "idSERV-ADV.htm", "");
addItem("Order Booking", "idORDER.htm", "");
addItem("Our Clients", "idCLNT.htm", "");
addItem("FAQ's", "faq.htm", "");
addItem("Latest NEWS & EVENTS", "idNEWS-EVE.html", "");
addItem("Contact Details", "id6.htm", "");
addItem("E-mail >>-1", "mailto:umaid@sancharnet.in", "");
addItem("E-mail >>-2", "mailto:enquiries@thakatfurniture.co.uk", "");

buildMenu();

//-->