var key="151b980esfid"; 
var isHorizontal=1;

var pressedItem;


var strSrc = window.location.href;
var arrFile1 = strSrc.split("/");
var intFileIndex = arrFile1.length -1;
var strFile = arrFile1[intFileIndex];

switch (strFile)
{
case "index.html": 
pressedItem = 0;
break;
case "aboutus.html":
pressedItem = 1;
break;
case "menu.html":
pressedItem = 2;
break;
case "gallery.html":
pressedItem = 3;
break;
case "testimonials.html":
pressedItem = 4;
break;
case "contact.html":
pressedItem = 5;
break;
default:
pressedItem = -1;
}

//#FDF6E4 - Cream


//Light blue 
//#65C3F7

//15,80,160
//#0F50A0

var blankImage="img/blank.gif";
var fontStyle="bold 10pt Verdana";
//var fontColor=["#000000","#FF0000"];
var fontColor=["#65C3F7","#ffffff"];
var fontDecoration=["none","none"];



//var itemBackColor=["#dddddd","#ffffff"];
var itemBackColor=["",""];
var itemBorderWidth=0;
var itemAlign="center";
var itemBorderColor=["#ECBF86","#ECBF86"];
var itemBorderStyle=["solid","solid"];
//var itemBackImage=["",""];
var itemBackImage=["images/ThaiMenuBackground.png","images/ThaiMenuBackground.png"];


var menuBackImage="";
//var menuBackColor="#dddddd";
var menuBackColor="";
var menuBorderColor="#473003";
var menuBorderStyle="solid";
var menuBorderWidth=0;
var transparency=100;
var transition=24;
var transDuration=500;
var shadowColor="#999999";
var shadowLen=0;
var menuWidth="800px";

var itemCursor="hand";
var itemTarget="_blank";
var statusString="text";
var subMenuAlign = "left";
var iconTopWidth  = 16;
var iconTopHeight = 16;
var iconWidth=16;
var iconHeight=16;
var arrowImageMain=["img/arrow_d.gif","img/arrow_d2.gif"];
var arrowImageSub=["img/arrow_r.gif","img/arrow_r2.gif"];
var arrowWidth=7;
var arrowHeight=7;
var itemSpacing=0;
var itemPadding=3;
//var itemSpacing=0;
//var itemPadding=0;



var separatorImage="img/separ1.gif";
var separatorWidth="100%";
var separatorHeight="5";
var separatorAlignment="center";

var separatorVImage="img/separv1.gif";
var separatorVWidth="5";
var separatorVHeight="16";

var moveCursor = "move";
var movable = 0;

var absolutePos = 0;
var posX = 0;
var posY = 0;

var floatable=1;
var floatIterations=5;
var dmObjectsCheck = 1;




var menuItems = 
[
    ["Home","javascript:window.location = 'index.html'","","","Home"],
    ["Menu","javascript:window.location = 'menu.html'","","","Menu"],
	["Gallery","","","","Gallery"],
	["|Thai Kitchen III","javascript:window.location = 'Gallery3.html'","","","Gallery"],
	["Testimonials","javascript:window.location = 'testimonials.html'","","","Testimonials"],
	["Directions","javascript:window.location = 'directions.html'","","","Directions"],
	["Contact Us","javascript:window.location = 'contact.html'","","","Contact Us"]
];
apy_init();




