var isHorizontal=1;

var iconTopWidth  = 16;
var iconTopHeight = 16;
var subMenuAlign = "center";
var moveImage  = "";
var moveWidth      = 375;
var moveHeight      = 20;

var blankImage="";
var fontStyle="normal 8pt Verdana";
var fontColor=["#ffffff","#FFCC00"];
var fontDecoration=["",""];

var itemBackColor=["#712022","#712022"];
var itemBorderWidth=0;
var itemAlign="left";
var itemBorderColor=["660099","660099"];
var itemBorderStyle=["",""];
var itemBackImage=["",""];

var menuBackImage="";//customize to ur image backgroud
var menuBackColor="712022";
var menuBorderColor="red";
var menuBorderStyle="";
var menuBorderWidth=0;
var transparency=0;
var transition=0;
var transDuration=10;
var shadowColor="";
var shadowLen=0;
var menuWidth="375";  // NEW (NN% or NNpx. Default - 0px)

var statusString="text";
var iconWidth=16;
var iconHeight=16;
var arrowImageMain=["",""];
var arrowImageSub=["line.gif","line.gif"]; // NEW
var arrowWidth=7;
var arrowHeight=7;
var itemSpacing=0;
var itemPadding=2;

var separatorImage="line.gif";
var separatorWidth="100%";
var separatorHeight="5";
var separatorAlignment="";

var separatorVImage="";
var separatorVWidth="5";
var separatorVHeight="3";

var movable=0;
var absolutePos=1;
var posX=0;
var posY=0;
var screen_height = screen.height;
var screen_width = screen.width;
if (screen_height == 768) {
	//for resolution 1024 X 786
	posX=350;
	posY=90;
}else if(screen_height <= 768) {
	//for resolution 800 X 600
	posX=234;
	posY=90;
}else if(screen_height >= 1024) {
	//for resolution above 1024 X 786
	posX=266;
	posY=90;
}


var itemCursor = "hand";
var itemTarget = "";
var moveCursor = "move";

var floatable=0;
var floatIterations=0;

var menuItems =
[
    ["News@Nikai","#","inpage/spacer.gif"],
    ["|10th Anniversary Event","event.html","","",""],
	["|Current Happenings","current.html","inpage/line.gif","",""],
    ["Dealer Login","dealer.html","inpage/line.gif","",""],
    ["Media Gallery","#","inpage/line.gif"],
    ["|Press","press.html","","",""],
	["|Radio","radio.html","inpage/line.gif","",""],
	["|TV","tv.html","inpage/line.gif","",""],
    ["Nikai Care","#","inpage/line.gif","",""],
    ["|Customer Service","customer.html","","",""],
    ["|Tips & Techniques","tips.html","inpage/line.gif","",""],
    ["Nikai Group","test.html","inpage/line.gif","",""],
	["Careers","careers.html","inpage/line.gif","",""],
  ];

//
apy_init();