var isHorizontal=1;

var blankImage="";
var fontStyle="normal 10pt Tahoma";
//changes the text on the drop down button, changes text on hover
var fontColor=["#ffffff","#C66220"];
var fontDecoration=["none","none"];
//Drop down menu back color, drop down menu hover color
var itemBackColor=["#C66220","#ffffff"];
var itemBorderWidth=1;
var itemAlign="left";
//dropdown border color and hover color
var itemBorderColor=["#C66220","#C66220"];
//A00016 is burgundy
//42B3B9 is teal
//FAFD04 is yellow
var itemBorderStyle=["solid","solid"];
var itemBackImage=["",""];

var subMenuAlign = "left";

var menuBackImage="";
var menuBackColor="#ECE9D8";
var menuBorderColor="#AAAAAA";
var menuBorderStyle="solid";
var menuBorderWidth=0;
var transparency=100;
var transition=5;
var transDuration=300;
var shadowColor="#CCCCCC";
var shadowLen=4;
var menuWidth="";

var iconTopWidth  = 16;
var iconTopHeight = 16;
var iconWidth  = 16;
var iconHeight = 16;

var itemCursor="hand";
var itemTarget="";
var statusString="";
var arrowImageMain=[];
var arrowImageSub=["",""];
var arrowWidth =9;
var arrowHeight=9;
var itemSpacing=1;
var itemPadding=5;

var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="right";

var separatorVImage="";
var separatorVWidth="5";
var separatorVHeight="16";

var moveCursor = "move";
var moveImage  = "";
var moveWidth      = 12;
var moveHeight     = 24;

var movable = 0;
var absolutePos = 0;
var posX = 0;
var posY  = 0;

var floatable=0;
var floatIterations=5;
//ItemBackColor affects color, hover color
//this does NOT affect the dropdown menu in any way
var itemStyles =
[
  ["itemBackColor=#C66220,#ffffff", "itemBorderWidth=1","itemBorderColor=#C66220,#C66220"]
];

var menuStyles =
[
  ["menuBorderWidth=1","menuBackColor=#ffffff"]
];

//These are the drop down links and correspond with the links button bar at the top of each page
//Change index.html to point to the correct page you have created. 

var menuItems = 
[
    ["Home","index.htm","","","",,"0"],
    ["On The Road","","","","",,"0"],	
    ["|Captain Carl","blotr2.htm","","","",,,"0"], //sub menus
    ["Camping","camping.htm","","","",,"0"],
    ["Concerts","concerts.htm","","","",,"0"],
		["|Carman","Carman.htm","","","",,,"0"], //sub menus
		["|Steve Bobbitt","Bobbitt.htm","","","",,,"0"], //sub menus
	["Schedule","schedule.htm","","","",,"0"],
    ["Contact Us","contact.htm","","","",,"0"],
    ["Fun","fun.htm","","","",,"0"],	
    ["Location","location.htm","","","",,"0"],
    ["Museum","museum.htm","","","",,"0"],
	["(260) 665-6699","","","","",,"0"],
];
//    ["Schedule","calendar/?language=english","","","",,"0"],
apy_init();

