var isHorizontal=0;

var blankImage="";
var fontStyle="Normal 10pt Tahoma";
//changes the text on the drop down button, changes text on hover
var fontColor=["#CC0000","#FFFFFF"];
var fontDecoration=["none","none"];
//Drop down menu back color, drop down menu hover color
var itemBackColor=["#000000","#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=#FFFFFF,#B20202", "itemBorderWidth=0","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 = 
[
    ["Products","products.html","","","",,"0"],
	["About Us","about.html","","","",,"0"],
	["New Products","NewProducts.html","","","",,"0"],
    ["Custom Molding","custommolding.html","","","",,"0"],
    ["Reel Calculator","reelcalc.html","","","",,"0"],
    ["Contact","contactus.html","","","",,"0"],
    ["Home","index.html","","","",,"0"],	
    ["Links","links.html","","","",,"0"],
];
//    ["Schedule","calendar/?language=english","","","",,"0"],
apy_init();
