//UDMv3.8
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "virtual";		// alignment mode
var absLEFT = 	10;	   	// absolute left or right position (if menu is left or right aligned)
var absTOP = 	130		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = true;	// show empty cell borders

var baseHREF = "_scripts/MainMenu/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"gold";	// main nav cell background color
var rCOLOR = 	"goldenrod";	// main nav cell rollover color
var bCOLOR = 	"";	// main nav border color
var aLINK = 	"black";	// main nav link text color
var bSIZE = 	1;		      // main nav border size

var aHOVER = 	"";		   // main nav link hover-color (dual purpose)
var aDEC =     "none";		// main nav link decoration
var fFONT =    "Verdana,arial,sans-serif";	// main nav font face
var fSIZE = 	10;	   	// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	7;		      // main nav text indent (if text is left or right aligned)
var vPADDING = 	1;		   // main nav vertical cell padding
var vtOFFSET = 	0;		   // main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		   // keep rollover color when browsing menu
var vOFFSET = 	0;		      // shift the submenus vertically
var hOFFSET = 	8;		      // shift the submenus horizontally

var smCOLOR = 	"gold";	// submenu cell color
var srCOLOR = 	"goldenrod";	// submenu cell rollover color
var sbCOLOR = 	"#c0c0c0";	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";	      // submenu link hover-color (dual purpose)
var sbSIZE = 	1;		      // submenu border size

var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Verdana,comic sans ms,arial,sans-serif";	// submenu font face
var sfSIZE = 	10;		   // submenu font size (pixels)
var sfWEIGHT = "normal";	// submenu font weight
var stINDENT = 5;		      // submenu text indent (if text is left or right aligned)
var svPADDING = 1;		   // submenu vertical cell padding
var svtOFFSET = 0;		   // submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		      // submenu dropshadow size
var shCOLOR =	"#808080";	// submenu dropshadow color
var shOPACITY = 100;		   // submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -8;		// shift the child menus vertically
var chhOFFSET = 0;		// shift the child menus horizontally

var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 765;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)

//** LINKS ***********************************************************

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")

//*********************************************************************************
// home
//*********************************************************************************
MI("./Default.asp","Home",65,"center","","",0,0,"","","","","");

//*********************************************************************************
// On Sale
//*********************************************************************************
MI("","Sales &amp; Programs",115,"center","","",100,100,"","","","","");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(180,"left","left",0,0,"","","","","","","");

		// add submenu link items ("url","Link name","_target","alt text")
		// SI("WinterTraining.asp","Indoor Trainer Sale","","");
		SI("Specials.asp","See Our Monthly Bike Deals","","");
      //SI("javascript:openWindow('./KidsWheelinProgram.asp',580,480)","Kids Wheelin' Program","","");

//*********************************************************************************
// Bikes at Benidorm
//*********************************************************************************
MI("","Bikes We Sell",120,"center","","",0,0,"","","","","");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(180,"left","left",0,0,"","","","","","","");

		SI("http://www.specialized.com","Specialized","_blank","");
		SI("http://www.pinarello.com", "Pinarello", "_blank", "");
		SI("http://www.pivotcycles.com", "Pivot Cycles", "_blank", "");
		SI("http://www.ifbikes.com", "Independent Fabrication", "_blank", "");
		SI("http://www.konaworld.com","KONA","_blank","");
		SI("http://www.cannondale.com","Cannondale","_blank","");
		SI("http://www.serotta.com","Serotta","_blank","");
		SI("http://www.santacruzbicycles.com","Santa Cruz","_blank","");

		// add submenu link items ("url","Link name","_target","alt text")
		//SI("DisplayBikes.asp?Manufacturer=SPECIALIZED","Specialized","","");
		//SI("DisplayBikes.asp?Manufacturer=CANNONDALE","Cannondale","","");
		//SI("DisplayBikes.asp?Manufacturer=FELT","FELT","","");
		//SI("DisplayBikes.asp?Manufacturer=KONA","Kona","","");
		//SI("DisplayBikes.asp?Manufacturer=SANTACRUZ","Santa Cruz","","");
		//SI("DisplayBikes.asp?Manufacturer=INDEPENDENT","Independent Fabrication","","");
		//SI("DisplayBikes.asp?Manufacturer=WOMENS","Womens Bikes","","");
		//SI("DisplayBikes.asp?Manufacturer=KIDS","Kids Bikes","","");

//*********************************************************************************
// Service Menu
//*********************************************************************************
MI("","Services",80,"center","","",0,0,"","","","","");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(180,"left","left",0,0,"","","","","","","");

		// add submenu link items ("url","Link name","_target","alt text")
		SI("underconstruction.asp","Repairs","","");
		SI("underconstruction.asp","Rates and Policies","","");
		SI("http://www.bikefitct.com","Bike Fitting","_blank","");
		SI("ThuleVehicleFit.Asp","Thule Vehicle Fit","","");

//*********************************************************************************
// Cycling Tips
//*********************************************************************************
        SI("","Cycling Tips","","");
        
        CP(180,"left","center",0,0,"","","","","","","");
            CI("HammerNutrition.asp","How to Fuel Yourself","","");
            CI("javascript:openWindow2('http://rodale.onstreammedia.com/vss-bin/vss_SR/rodale/play?template=video_viewer.tmpl&asset_id=1004&flex_time=166&expression=bicycling&query_term=*','rodale_Clip','status,height=470,width=700,scrollbars=no,resizable=no,toolbar=no');","Change a Flat","","");
            CI("http://www.bicycling.com/article/1,6610,s1-5-31-15061-1,00.html","Suspension Dialed","_blank","");
            CI("javascript:openWindow2('http://rodale.onstreammedia.com/vss-bin/vss_SR/rodale/play?template=video_viewer.tmpl&asset_id=991&flex_time=166&expression=bicycling&query_term=*','rodale_Clip','status,height=470,width=700,scrollbars=no,resizable=no,toolbar=no');","How to Ride Switchbacks","","");
            CI("javascript:openWindow2('http://rodale.onstreammedia.com/vss-bin/vss_SR/rodale/play?template=video_viewer.tmpl&asset_id=382&flex_time=166&expression=bicycling&query_term=*','rodale_Clip','status,height=470,width=700,scrollbars=no,resizable=no,toolbar=no');","How to Ride Steeps","","");
            CI("javascript:openWindow2('http://rodale.onstreammedia.com/vss-bin/vss_SR/rodale/play?template=video_viewer.tmpl&asset_id=378&flex_time=166&expression=bicycling&query_term=*','rodale_Clip','status,height=470,width=700,scrollbars=no,resizable=no,toolbar=no');","How to Ride a Rock Garden","","");
            CI("javascript:openWindow2('http://rodale.onstreammedia.com/vss-bin/vss_SR/rodale/play?template=video_viewer.tmpl&asset_id=384&flex_time=166&expression=bicycling&query_term=*','rodale_Clip','status,height=470,width=700,scrollbars=no,resizable=no,toolbar=no');","How to Track Stand","","");

//*********************************************************************************
// About Us
//*********************************************************************************
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","About Benidorm",110,"center","","",0,0,"","","","","");
    // define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
    SP(185,"left","left",0,0,"","","","","","","");

    // add submenu link items ("url","Link name","_target","alt text")
    SI("ContactsPage.asp","How To Contact Us","","");
    SI("BenidormInTheNews.asp","Benidorm In The News","","");
    
    // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
    SI("","Photo Gallery","","");
        CP(180,"right","center",0,0,"","","","","","","");
        CI("BBGallery/Gallery.asp","Main Gallery","","");
        CI("BBGallery/gallery.asp?categoryid=6","Check-out our Bike Shop","","");
        CI("BBGallery/gallery.asp?categoryid=22","Customers Favorite Bikes","","");

   	SI("AboutUs.asp","Who Are We","","");
      SI("javascript:openWindow('./WhatsNew.asp',580,480)","What's New","","");

//*********************************************************************************
// Sale
//*********************************************************************************
//MI("./ConsignmentSale.asp","Consignment Sale",120,"center","","",0,0,"","","","","");


//*********************************************************************************
// Administrator
//*********************************************************************************

   var m_sUserName;
   var m_sUniqueId = "Benidorm";
   var m_sCookie = m_sUniqueId + "User"; 
   m_sUserName = getCookie(m_sCookie, "UserName");
   
  // if (m_sUserName == 'administrator')
  //    MI("admin.asp","Admin Options",110,"center","","",0,0,"");

//* DO NOT EDIT THIS BIT *
}//***********************
//************************

