var isHorizontal=0;

var topDX = 1;		// 1st level submenu left/right offset
var topDY = 0;		// 1st level submenu top/bottom offset
var DX = 50;		// Submenu X offset
var DY = 0;			// Submenu Y offset

var blankImage="";
var fontStyle="normal 8pt Tahoma";
var fontColor=["#ffffff","#000000"];
var fontDecoration=["none","none"];

var itemBackColor=["#cc3300","#ffcc66"];
var itemBorderWidth=1;
var itemAlign="left";
var itemBorderColor=["#cc3300","#cc3300"];
var itemBorderStyle=["solid","solid"];
var itemBackImage=["",""];

var subMenuAlign = "left";

var menuBackImage="";
var menuBackColor="#cc3300";
var menuBorderColor="#ffcc66";
var menuBorderStyle="solid";
var menuBorderWidth=1;
var transparency=0;
var transition=24;
var transDuration=300;
var shadowColor="";
var shadowLen=0;
var menuWidth="";

var iconTopWidth  = 16;
var iconTopHeight = 16;
var iconWidth  = 16;
var iconHeight = 16;

//var itemCursor="default";
var itemCursor="hand";
var itemTarget="";
var statusString="text";
var arrowImageMain=[];
var arrowImageSub=[];
var arrowWidth =9;
var arrowHeight=9;
var itemSpacing=1;
var itemPadding=3;

var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="right";

var separatorVImage="";
var separatorVWidth="5";
var separatorVHeight="16";

var moveCursor = "hand";
var moveImage  = "";
var moveWidth      = 12;
var moveHeight     = 24;

var movable = 0;
var absolutePos = 1;
var posX = 10;
var posY  = 120;

var floatable=1;
var floatIterations=5;

google_ad_client = "pub-0770354619364207";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFCC66";
google_color_bg = "CC0000";
google_color_link = "FFCC66";
google_color_text = "FFCC66";
google_color_url = "FFCC66";

var itemStyles =
[[
//  ["itemBackColor=#cc3300,#ffcc66", "itemBorderWidth=1","itemBorderColor=#cc3300,#ffcc66"]
]];

var menuStyles =
[[
//  ["menuBorderWidth=1","menuBackColor=#cc3300"]
]];

var menuItems = 
[
    ["Home","index.php","","","Home",,"0"],
	["The Main House","accommodation.php","","","",,"0"],
    ["The Gite","gite.php","","","",,"0"],
//    ["|-"],
    ["The Garden","surroundings.php","","","",,"0"],
//    ["|You can place <b>any HTML code</b><br> to item, for example <u>image</u>:<br><img src=img/logo.gif>","testlink.html",,,,,,"0"],
    ["Things to do","","","","",,"0"],
		["|St. Mathieu Lake","mathieulake.php","","","",,,"0"],
		["|Videix Lake","videixlake.php","","","",,,"0"],
		["|The Fete","fete.php","","","",,,"0"],
		["|Local Attractions","attractions.php","","","",,,"0"],
		["|Cycling","cycling.php","","","",,,"0"],
//		["|Walking","#","","","",,,"0"],
//		["|Horse Riding","#","","","",,,"0"],
//		["|Cycling","#","","","",,,"0"],
	["Places to visit","","","","",,"0"],
//		["|Rochechouart","#","","","",,,"0"],
//		["|Oradur-sur-Glane","#","","","",,,"0"],
//		["|Limoges","#","","","",,,"0"],
		["|Les Salles Lavauguyon","les-salles-lavauguyon.php","","","",,,"0"],
//	["Day Trips","","","","",,"0"],
//		["|Brantome","#","","","",,,"0"],
//		["|Bordeaux","#","","","",,,"0"],
//		["|Cognac","#","","","",,,"0"],
	["Eating Out","eating_out.php","","","",,"0"],
	["Image Gallery","gallery.php","","","",,"0"],
	["Directions","#","","","",,"0"],
		["|Getting there","how_to_get_there.php","","","",,,"0"],
		["|Distances","distance.php","","","",,,"0"],
	["Bookings","#","","","",,"0"],
		["|Book On Line","reservations.php","","","",,,"0"],
		["|Terms & Conditions","terms.php","","","",,,"0"],
	["Tariff","#","","","",,"0"],
//		["|2006","prices.php","","","",,,"0"],
		["|2010","prices2010.php","","","",,,"0"],
	["Availability","","","","",,"0"],
		["|Gite","availabilitygite.php","","","",,,"0"],
		["|Main House","availabilitymain.php","","","",,,"0"],
		["|Both","availabilityboth.php","","","",,,"0"],
	["Contact Us","contact.php","","","",,"0"]
];

apy_init();

