/*


*/


////////////
//        //
// STYLES //
//        //
////////////

// MenuBar
var mm_styleMenuBarBackgroundColour = '#307040';
var mm_styleMenuBarHighlightBackgroundColour = '#9CBCA2';
var mm_styleMenuBarBorderColour = '#FFFFFF';
var mm_styleMenuBarBorderWidth = '1px';
var mm_styleMenuBarBorderStyle = 'none';
var mm_styleMenuBarPadding = '3px 1px 3px 0px';

var mm_styleMenuBarItemBorderColour = '#FFFFFF';
var mm_styleMenuBarItemBorderWidth = '0 1px 0 0';
var mm_styleMenuBarItemBorderStyle = 'solid';
if(Browser == Explorer)
	var mm_styleMenuBarItemPadding = '1px 10px 1px 10px';
else
	var mm_styleMenuBarItemPadding = '3px 10px 4px 10px';		// Dunno why, just wierd.

var mm_styleMenuBarMargin = '0';
var mm_styleMenuBar_NORM = "padding:2px 2px 3px 2px; font-family:Verdana; font-size:9pt; font-weight:bold; font-style:italic; color:white; text-decoration:none;";
var mm_styleMenuBar_HOVR = "font-family:Verdana; font-size:9pt; font-weight:bold; font-style:italic; color:white; text-decoration:none;";
var mm_styleMenuBar_VIST = "font-family:Verdana; font-size:9pt; font-weight:bold; font-style:italic; color:white; text-decoration:none;";
var mm_styleMenuBar_LINK = "font-family:Verdana; font-size:9pt; font-weight:bold; font-style:italic; color:white; text-decoration:none;";

// Menus
var mm_styleMenuBackgroundColour = '';
var mm_styleMenuHighlightBackgroundColour = '#CBDBCE';
var mm_styleMenuBorderColour = '#FFFFFF; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9';
var mm_styleMenuBorderWidth = '1px';
var mm_styleMenuBorderStyle = 'solid';
var mm_styleMenuBorder2Colour = '#307040';
var mm_styleMenuBorder2Width = '0px';
var mm_styleMenuBorder2Style = 'solid';
var mm_styleMenu_NORM = "font-family:Verdana; font-size:9pt; font-weight:normal; color:white; text-decoration:none;";
var mm_styleMenu_HOVR = "font-family:Verdana; font-size:9pt; font-weight:normal; color:white; text-decoration:none;";
var mm_styleMenu_VIST = "font-family:Verdana; font-size:9pt; font-weight:normal; color:white; text-decoration:none;";
var mm_styleMenu_LINK = "font-family:Verdana; font-size:9pt; font-weight:normal; color:white; text-decoration:none;";

// Menu Items
var mm_imageSubmenu = "/js/submenu.gif";

var mm_styleMenuItemBackgroundColour = '#CBDBCE';
var mm_styleMenuItemHighlightBackgroundColour = '#EAF0EB';
var mm_styleMenuItemPadding = '3px 20px 3px 8px';
var mm_styleMenuItemBorderColour = '#FFFFFF';
var mm_styleMenuItemBorderWidth = '0 1px 0 0';
var mm_styleMenuItemBorderStyle = 'none';
var mm_styleMenuItem_NORM = "font-family:Verdana; font-size:9pt; font-weight:b; color:#183820; text-decoration:none;";
var mm_styleMenuItem_HOVR = "font-family:Verdana; font-size:9pt; font-weight:normal; color:#183820; text-decoration:none;";
var mm_styleMenuItem_VIST = "font-family:Verdana; font-size:9pt; font-weight:normal; color:#183820; text-decoration:none;";
var mm_styleMenuItem_LINK = "font-family:Verdana; font-size:9pt; font-weight:normal; color:#183820; text-decoration:none;";



// CREATE MENU STRUCTURE

function ShowMenu()
{
	mm_Start();

	var tURL = 'http://www.manoirdelezuel.com';

	// CREATE MENUS
//	var mHome = mm_CreateMenu('Home', 'Le Manoir de Lezuel', null, tURL+'/', '_top');
	var mManoir = mm_CreateMenu('Le Manoir', 'Le Manoir', null, tURL+'/manoir/', '_top');
	var mGrenier = mm_CreateMenu('Le Grenier', 'Le Grenier', null, tURL+'/grenier/', '_top');
	var mBB = mm_CreateMenu('B&B', 'Bed & Breakfast', null, tURL+'/b&b/', '_top');
	var mLocation = mm_CreateMenu('Location', 'Location', null, tURL+'/location/', '_top');
//	var mCelebrations = mm_CreateMenu('Celebrations', 'Special Celebrations', null, tURL+'/occassions/', '_top');
	var mLocal = mm_CreateMenu('Local Attractions', 'Local Attractions', null, '/local/', '_top');
//		var mGolf = mm_CreateMenu('Golf', 'Golf Breaks', null, tURL+'/local/golf.php', '_top');
	var mContact = mm_CreateMenu('Contact Us', 'Contact Us', null, '/contact/', '_top');

	// MENU ITEMS
	// Home

	// Le Manoir
	mm_InsertMenuItem(mManoir, 0, 'Accomodation', 'Accomodation', null, '/manoir/', '_top', null);
	mm_InsertMenuItem(mManoir, 1, 'Facilities', 'Facilities', null, '/manoir/facilities.php', '_top', null);
//	mm_InsertMenuItem(mManoir, 2, 'Private Dining', 'Private Dining', null, '/manoir/dining.php', '_top', null);
	mm_InsertMenuItem(mManoir, 2, 'Housekeeping Services', 'Housekeeping Services', null, '/manoir/housekeeping.php', '_top', null);
	mm_InsertMenuItem(mManoir, 3, 'Virtual Tour', 'Virtual Tour', null, '/tour/', '_top', null);
	mm_InsertMenuItem(mManoir, 4, 'Tariff & Booking Enquiry', 'Tariff & Booking Enquiry', null, '/manoir/booking.php', '_top', null);

	// Le Grenier
	mm_InsertMenuItem(mGrenier, 0, 'Accomodation', 'Accomodation', null, '/grenier/', '_top', null);
	mm_InsertMenuItem(mGrenier, 1, 'Facilities', 'Facilities', null, '/grenier/facilities.php', '_top', null);
	mm_InsertMenuItem(mGrenier, 2, 'Housekeeping Services', 'Housekeeping Services', null, '/grenier/housekeeping.php', '_top', null);
	mm_InsertMenuItem(mGrenier, 3, 'Virtual Tour', 'Virtual Tour', null, '/tour/', '_top', null);
	mm_InsertMenuItem(mGrenier, 4, 'Tariff & Booking Enquiry', 'Tariff & Booking Enquiry', null, '/grenier/booking.php', '_top', null);

	// B&B
	mm_InsertMenuItem(mBB, 0, 'Accomodation', 'Accomodation', null, '/b&b/', '_top', null);
	mm_InsertMenuItem(mBB, 1, 'Facilities', 'Facilities', null, '/b&b/facilities.php', '_top', null);
//	mm_InsertMenuItem(mBB, 2, 'Dining In', 'Dining In', null, '/b&b/dining.php', '_top', null);
	mm_InsertMenuItem(mBB, 2, 'Tariff & Booking Enquiry', 'Tariff & Booking Enquiry', null, '/b&b/booking.php', '_top', null);

	// Location
	mm_InsertMenuItem(mLocation, 0, 'Where We Are', 'Where We Are', null, '/location/', '_top', null);
	mm_InsertMenuItem(mLocation, 1, 'Local Area', 'Local Area', null, '/location/localarea.php', '_top', null);
	mm_InsertMenuItem(mLocation, 2, 'Directions', 'Directions', null, '/location/directions.php', '_top', null);
	mm_InsertMenuItem(mLocation, 3, 'Travel Arrangements', 'Travel Arrangements', null, '/location/travel.php', '_top', null);

	// Celebrations
//	mm_InsertMenuItem(mCelebrations, 0, 'Special Occassions', 'Special Occassions', null, '/occassions/', '_top', null);
//	mm_InsertMenuItem(mCelebrations, 1, 'Honeymoon or Romantic Holiday', 'Honeymoon or Romantic Holiday', null, '/occassions/romantic.php', '_top', null);
//	mm_InsertMenuItem(mCelebrations, 2, 'Sample Menu', 'Sample Menu', null, '/occassions/menu.php', '_top', null);
//	mm_InsertMenuItem(mCelebrations, 3, 'Tariff & Booking Enquiry', 'Tariff & Booking Enquiry', null, '/occassions/booking.php', '_top', null);

	// Local Attractions
	mm_InsertMenuItem(mLocal, 0, 'Seaside Attractions & Beaches', 'Seaside Attractions & Beaches', null, '/local/', '_top', null);
	mm_InsertMenuItem(mLocal, 1, 'Family Activities', 'Family Activities', null, '/local/family.php', '_top', null);
	mm_InsertMenuItem(mLocal, 2, 'Market Days', 'Market Days', null, '/local/markets.php', '_top', null);
	mm_InsertMenuItem(mLocal, 3, 'Fishing', 'Fishing', null, '/local/fishing.php', '_top', null);
	mm_InsertMenuItem(mLocal, 4, 'Bird Watching', 'Bird Watching', null, '/local/birds.php', '_top', null);
	mm_InsertMenuItem(mLocal, 5, 'Walking & Cycling', 'Walking & Cycling', null, '/local/walking.php', '_top', null);
	mm_InsertMenuItem(mLocal, 6, 'Pony & Horse Riding', 'Pony & Horse Riding', null, '/local/riding.php', '_top', null);
	mm_InsertMenuItem(mLocal, 7, 'Sailing & Watersports', 'Sailing & Watersports', null, '/local/watersports.php', '_top', null);
	mm_InsertMenuItem(mLocal, 8, 'Go Karting', 'Go Karting', null, '/local/gokart.php', '_top', null);
	mm_InsertMenuItem(mLocal, 9, 'Golf Breaks', 'Golf Breaks', null, '/local/golf.php', '_top', null);

		// Golf
//		mm_InsertMenuItem(mGolf, 0, 'Local Courses', 'Local Courses', null, '/local/golf.php', '_top', null);
//		mm_InsertMenuItem(mGolf, 1, 'Group Bookings', 'Group Bookings', null, '/about/international', '_top', null);

	// Contact Us
	mm_InsertMenuItem(mContact, 0, 'Contact Details', 'Contact Details', null, '/contact/', '_top', null);
	mm_InsertMenuItem(mContact, 1, 'Check Availability', 'Check Availability', null, '/contact/booking.php', '_top', null);
	mm_InsertMenuItem(mContact, 2, 'Online Enquiry', 'Online Enquiry', null, '/contact/query.php', '_top', null);
	mm_InsertMenuItem(mContact, 3, 'Booking Form', 'Booking Form', null, '/contact/download.php', '_top', null);
	mm_InsertMenuItem(mContact, 4, 'Terms & Conditions', 'Terms & Conditions', null, '/contact/tac.php', '_top', null);


	
	// ADD MENUS TO MENUBAR
//	mm_AddToMenuBar(mHome);
	mm_AddToMenuBar(mManoir);
	mm_AddToMenuBar(mGrenier);
	mm_AddToMenuBar(mBB);
	mm_AddToMenuBar(mLocation);
//	mm_AddToMenuBar(mCelebrations);
	mm_AddToMenuBar(mLocal);
	mm_AddToMenuBar(mContact);

	// SHOW THE MENU
	mm_ShowMenu();
}