//**** CSS Drop Down Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****
//
//   DO NOT STOP HERE! - THIS TEMPLATE FILE CONTAINS ACTUAL MENU SETTINGS FOR sample.html
//
//   We recommend deleting the quick tips section below and other comments before 
//   using this template on your web site to help reduce the total file size of your menu.




function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/

//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)


    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "sample_images/bullet.gif"
	this.rel_icon_rollover0 = "sample_images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "5,16"
	


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "sample_images/arrow.gif"
	this.abs_icon_rollover0 = "sample_images/arrow.gif"
	//this.abs_icon_image_wh0 = "13,10"
	//this.abs_icon_image_xy0 = "-20,13"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 0			//applies to horizontal menus only
	this.divider_height = 0			//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX = false




/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the 
   //width of items and menu groups may be defined, heights 
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = false		//applies to all menu groups
	this.is_horizontal_main = false		//applies to main group only
	
	this.menu_width = 153			//applies to vertical menus, for the main buttons only
	this.menu_width_items = 153		//applies to items in a horizontal menu
	//this.menu_height = 24
	//this.sub_menu_width = 250


   //Padding Values
  

	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "6,0,0,3"
	this.item_padding_sub = "0,0,0,0"
	

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 0

	this.item_border_main = 0
	this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)
	

	this.is_horizontalX = true
	
	this.menu_width4 = 500
	this.menu_width_items4 = 500
	this.menu_width_item4_0 = 500
	this.menu_width1 = 500
	this.menu_width_items1 = 500
	this.menu_width_item1_2 = 500

	this.menu_padding_subX = "10,5,10,5"
	this.item_padding_mainX = "10,5,10,5"
	this.item_padding_subX_X = "10,5,10,5"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1



/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following section to optionally associate menu groups 
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


	this.show_menu = ""
	this.hide_menu = ""
	

 //available specific settings


	this.show_menuX = "alert('show id')"
	this.hide_menuX = "alert('hide id')"
	

	//use the following to execute a JavaScript statement for any menu item
	//change 'X' below, to the menu items index number.
	
	this.clickX = "alert('Sample Click Code - Exposed Menu Event')"
	


/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/


   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

	this.opera_old_display_html = "Please update your opera browser.";



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0 = "Calendar"
	//this.icon_rel0 = 0
	//this.url0 = "myurl.html"	

	this.item1 = "Planning Documents"
	//this.icon_rel1 = 0
	//this.url1 = "graphics.htm"	

	this.item2 = "Presentations"
	this.url2 = "presentations.htm"
	
	this.item3 = "Community Involvement"
	//this.icon_rel2 = 0
	this.url3 = "comminvolvement.htm"	
	
	this.item4 = "University Villages Team"
	//this.icon_rel3 = 0
	//this.url4 = "projectteam.htm"	
	
	this.item5 = "Newsletter/Media"
	//this.icon_rel4 = 0
	this.url5 = "newslettermedia.htm"
	
	this.item6 = "Press Kit"
	//this.url6 = 

	this.item7 = "Links"
	//this.icon_rel5 = 0
	//this.url6 = "myurl.html"	
	
	this.item8 = "Contact"
	//this.icon_rel6 = 0
	//this.url8 = "mailto:info@marinauniversityvillages.com"


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0   Calender
  
	this.menu_xy0 = "-5,0"
	this.menu_width0 = 175

	this.item0_0 = "Development Schedule"
	this.item0_1 = "Events"
	//this.item0_2 = "Implementations"
	//this.item0_3 = "Unlimited Levels"
	//this.item0_4 = "Support"

	this.icon_rel0_0 = 0
	this.icon_rel0_1 = 0
	this.icon_rel0_2 = 0
	this.icon_rel0_3 = 0
	this.icon_rel0_4 = 0

	//Sample url link using new window target with specific sizing features added.
	this.url0_0 = 'devschedule.htm'
	//this.url_target0_0 = "_new"
	//this.url_features0_0 = "height=325,width=550,status=yes,toolbar=no,menubar=no,location=no";

	this.url0_1 = 'events.htm'
	this.url0_2 = ''
	//this.url0_3 = 'documents/sample_link.htm'
	//this.url0_4 = 'documents/sample_link.htm'



   //Sub Menu 1    --- Planning Documents ---
	
	this.menu_xy1 = "-5,0"
	this.menu_width1 = 240
        
	this.item1_0 = "Planning Graphics"
	this.item1_1 = "Specific Plan (5Mb pdf, Acrobat 6 required)"
	this.item1_2 = "EIR Documents"
	this.item1_3 = "Staff Reports"
	this.item1_4 = "Policy Papers"
	this.item1_5 = "Final Environmental Impact Report"
	this.item1_6 = "Volume II Technical Appendices"
	this.item1_7 = "Fiscal Impact Report"
	this.item1_8 = "Removal Action Work Plan"




	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_3 = 0
	this.icon_rel1_2 = 0
	this.icon_rel1_4 = 0
	this.icon_rel1_5 = 0
	this.icon_rel1_6 = 0
	this.icon_rel1_7 = 0
	this.icon_rel1_8 = 0


	this.url1_0 = 'graphics.htm'
	this.url1_1 = 'images/05_0404-specificPlan.pdf'
	this.url1_5 = 'images/FEIR/FEIR.htm'
	this.url1_6 = 'images/VolumeII-TechnicalAppendicies/index.htm'
	this.url1_8 = 'images/Fact-Sheet-RAW.pdf'

//Sub Menu 1 drop downs "EIR Documents"
	this.menu_xy1_2 = "-4,2"
	this.menu_width1_2 = 250

	this.item1_2_0 = "Notice of Availability"
	this.item1_2_1 = "Environmental Checklist & Notice of Preparation"
	this.item1_2_2 = "Draft EIR Notice of Availability"
	this.item1_2_3 = "Amended Notice of Availability"



	this.icon_rel1_2_0 = 0
	this.icon_rel1_2_1 = 0
	this.icon_rel1_2_2 = 0
	this.icon_rel1_2_3 = 0

	


	this.url1_2_0 = 'images/Notice of Availability.pdf'
	this.url1_2_1 = 'images/Notice of Preparation.pdf'
	this.url1_2_2 = 'images/NOA.pdf'
	this.url1_2_3 = 'images/NOA.Amended.021505.pdf'




//Sub Menu 1 drop downs "Staff Reports"
	this.menu_xy1_3 = "-4,2"
	this.menu_width1_3 = 200

	this.item1_3_0 = "Business Terms - Exhibit G"
	this.item1_3_1 = "Final Business Terms"
	this.item1_3_2 = "ANE Staff Report"
	this.item1_3_3 = "Master Plan Staff Report"
	this.item1_3_4 = "Specific Plan Study Session"
	this.item1_3_5 = "Tree Removal Criteria"
	this.item1_3_6 = "Design Review Board Report"
	this.item1_3_7 = "UV City Council Staff Report 05/17/05"
	

	this.icon_rel1_3_0 = 0
	this.icon_rel1_3_1 = 0
	this.icon_rel1_3_2 = 0
	this.icon_rel1_3_3 = 0
	this.icon_rel1_3_4 = 0
	this.icon_rel1_3_5 = 0
	this.icon_rel1_3_6 = 0
	this.icon_rel1_3_7 = 0

	this.url1_3_0 = 'images/citydocuments/BusinessTermsEXHIBIT-G.pdf'
	this.url1_3_1 = 'images/citydocuments/BusinessTermsFinalStf1.pdf'
	this.url1_3_2 = 'images/citydocuments/UV-ANEstaffreport-final.pdf'
	this.url1_3_3 = 'images/citydocuments/UVMasterPlan2-Stf.pdf'
	this.url1_3_4 = 'images/Specific Plan Study Session PC report 10-14-04.pdf'
	this.url1_3_5 = 'images/tree removal criteria Tree committee report 9-28-04.pdf'
	this.url1_3_6 = 'images/DRBstaffreport2-2-05.pdf'
	this.url1_3_7 = 'images/051705-CityCouncilStaffReport.pdf'
	

//Sub Menu 1 drop downs "Policy Papers"
	this.menu_xy1_4 = "-4,2"
	this.menu_width1_4 = 250

	this.item1_4_0 = "Below Market Rate Housing"
	this.item1_4_1 = "Retail Policy Paper"
	this.item1_4_2 = "Sustainability"


	this.icon_rel1_4_0 = 0
	this.icon_rel1_4_1 = 0
	this.icon_rel1_4_2 = 0

	this.url1_4_0 = 'images/policypapers/BMROrientationPaper.pdf'
	this.url1_4_1 = 'images/policypapers/RetailPolicyPaper.pdf'
	this.url1_4_2 = 'images/policypapers/sustain.pdf'

//Sub Menu 1 drop downs "Fiscal Impact Report"
	this.menu_xy1_7 = "-4,2"
	this.menu_width1_7 = 250

	this.item1_7_0 = "Fiscal Analysis"
	this.item1_7_1 = "Employment & Payroll Benefits"
	this.item1_7_2 = "Fiscal Impact Policy Paper Staff Report"
	this.item1_7_3 = "Resolution: Fiscal & Economic Impact Policy Paper"
	this.item1_7_4 = "Fiscal Impact Paper"


	this.icon_rel1_7_0 = 0
	this.icon_rel1_7_1 = 0
	this.icon_rel1_7_2 = 0
	this.icon_rel1_7_3 = 0
	this.icon_rel1_7_4 = 0
	


	this.url1_7_0 = 'images/FiscalImpact/FiscalAnalysis.pdf'
	this.url1_7_1 = 'images/FiscalImpact/Employment&Payroll.pdf'
	this.url1_7_2 = 'images/FiscalImpact/policypaperStaffReport.pdf'
	this.url1_7_3 = 'images/FiscalImpact/FiscalEconomicPolicy.pdf'
	this.url1_7_4 = 'images/FiscalImpact/FisImpactPaper.pdf'

/*---------------------------------------------

Sub Menu 1 drop downs

   //Sub Menu 1_0

	this.menu_xy1_0 = "-4,2"
	this.menu_width1_0 = 150

	this.item1_0_0 = "DHTML Menu"
	this.item1_0_1 = "DHTML Tree"
	this.item1_0_2 = "Vertical Scroll"
	this.item1_0_3 = "Scroll Window"

	this.icon_rel1_0_0 = 0
	this.icon_rel1_0_1 = 0
	this.icon_rel1_0_2 = 0
	this.icon_rel1_0_3 = 0

	this.url1_0_0 = 'documents/sample_link.htm'
	this.url1_0_1 = 'documents/sample_link.htm'
	this.url1_0_2 = 'documents/sample_link.htm'
	this.url1_0_3 = 'documents/sample_link.htm'
	


   //Sub Menu 1_1

	this.menu_xy1_1 = "-4,2"
	this.menu_width1_1 = 100

	this.item1_1_0 = "J & J"
	this.item1_1_1 = "Memorex"
	this.item1_1_2 = "Ouidad"

	this.icon_rel1_1_0 = 0
	this.icon_rel1_1_2 = 0
	this.icon_rel1_1_1 = 0

	this.url1_1_0 = 'documents/sample_link.htm'
	this.url1_1_2 = 'documents/sample_link.htm'
	this.url1_1_1 = 'documents/sample_link.htm'

---------------------------------------------*/
/*-----------------------------------
    //Sub Menu 2  Community Involvement, no current dropdowns

	this.menu_xy2 = "-5,0"
	this.menu_width2 = 200
	
	this.item2_0 = "QuickMenu Pro"
	this.item2_1 = "Web Effects"
	this.item2_2 = "CSS Menu"
	this.item2_3 = "Web Effects Java"

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0
	this.icon_rel2_3 = 0

	this.url2_0 = 'documents/sample_link.htm'
	this.url2_1 = 'documents/sample_link.htm'
	this.url2_2 = 'documents/sample_link.htm'
	this.url2_3 = 'documents/sample_link.htm'

-------------------------------------------*/
/*-----------------------------------------
    //Sub Menu 3   Community Involvement, no current dropdowns

	this.menu_xy3 = "-5,0"
	this.menu_width3 = 130
	
	this.item3_0 = "Cust. Service"
	this.item3_1 = "Tech. Support"
	this.item3_2 = "Product Sales"

	this.icon_rel3_0 = 0
	this.icon_rel3_1 = 0
	this.icon_rel3_2 = 0

	this.url3_0 = 'documents/sample_link.htm'
	this.url3_1 = 'documents/sample_link.htm'
	this.url3_2 = 'documents/sample_link.htm'
--------------------------*/


//Sub Menu 4  University Villages Team

	this.menu_xy4 = "-5,0"
	this.menu_width4 = 175 //This would normally affect the width of the submenu, but because an image is used you must change the image size.

	this.item4_0 = "Marina Community Partners Team"
	this.item4_1 = "The City of Marina Team"
	//this.item4_2 = "Features"

	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0
	this.icon_rel4_2 = 0

	this.url4_0 = 'managementteam.htm'
	this.url4_1 = 'cityteam.htm'
	//this.url4_2 = 'documents/sample_link.htm'

/*
	this.menu_xy1_0 = "-4,2"
	this.menu_width1_0 = 150

//Sub Menu 4 Drop Downs
	this.item4_0_0 = "DHTML Menu"
	this.item4_0_1 = "DHTML Tree"
	this.item4_0_2 = "Vertical Scroll"
	this.item4_0_3 = "Scroll Window"

	this.url4_0_0 = 'documents/sample_link.htm'
	this.url4_0_1 = 'documents/sample_link.htm'
	this.url4_0_2 = 'documents/sample_link.htm'
	this.url4_0_3 = 'documents/sample_link.htm'

	this.item4_1_0 = "blah"
*/
//Sub Menu 5 Press Kit

	this.menu_xy6 = "-5,0"
	this.menu_width6 = 175
	
	this.item6_0 = "Facts at a Glance"
	this.item6_1 = "Company Backgrounder"
	this.item6_2 = "Project Description"
	this.item6_3 = "Team Members"
	this.item6_4 = "Press Releases"
	this.item6_5 = "Current Events & Notices"
	
	this.icon_rel6_0 =0
	this.icon_rel6_1 =0
	this.icon_rel6_2 =0
	this.icon_rel6_3 =0
	this.icon_rel6_4 =0
	this.icon_rel6_5 =0
	
	this.url6_0 = 'images/Facts-At-A-Glance.pdf'
	this.url6_1='images/MCP_CompanyBackgrounder.pdf'
	this.url6_2='images/ProjectDescription.pdf'
	this.url6_3= 'images/AllTeamMembers.pdf'
	//this.url6_4=

//Sub Menu 1 drop downs "EIR Documents"
	this.menu_xy6_5 = "-4,2"
	this.menu_width6_5 = 150

	this.item6_5_0 = "Circulation Plan"
	this.item6_5_1 = "Road Closure A"
	this.item6_5_2 = "Road Closure A1"
	



	this.icon_rel6_5_0 = 0
	this.icon_rel6_5_1 = 0
	this.icon_rel6_5_2 = 0
	

	


	this.url6_5_0 = 'images/UV-CirculationPlan_020807.pdf'
	this.url6_5_1 = 'images/RoadClosure-A-03-07-07.pdf'
	this.url6_5_2 = 'images/RoadClosure-A1-03-07-07.pdf'
	
	
//Sub Menu 7  Links

	this.menu_xy7 = "-5,0"
	this.menu_width7 = 175

	this.item7_0 = "City of Marina"
	this.item7_1 = "F.O.R.A."
	this.item7_2 = "TAMC"
	this.item7_3 = "CSUMB"
	this.item7_4 = "Dahlin Group"
	this.item7_5 = "RBF Consulting"
	this.item7_6 = "Berloger Associates"
	this.item7_7 = "The Guzzardo Partnership"
	this.item7_8 = "Monterey Peninsula Engineering"
	this.item7_9 = "Cornish & Carey Commercial"
	this.item7_10 = "Mahoney Tancredi"
	
	this.icon_rel7_0 = 0
	this.icon_rel7_1 = 0
	this.icon_rel7_2 = 0
	this.icon_rel7_3 = 0
	this.icon_rel7_4 = 0
	this.icon_rel7_5 = 0
	this.icon_rel7_6 = 0
	this.icon_rel7_7 = 0
	this.icon_rel7_8 = 0
	this.icon_rel7_9 = 0
	this.icon_rel7_10 = 0

	this.url7_0 = 'http://www.ci.marina.ca.us'
	this.url7_1 = 'http://www.fora.org/'
	this.url7_2 = 'http://www.tamcmonterey.org/'
	this.url7_3 = 'http://csumb.edu/'
	this.url7_4 = 'http://www.dahlingroup.com'
	this.url7_5 = 'http://www.rbf.com'
	this.url7_6 = 'http://www.berlogar.com'
	this.url7_7 = 'http://www.tgp-inc.com'
	this.url7_8 = 'http://www.mpe2000.com'
	this.url7_9 = 'http://www.ccarey.com'
	this.url7_10 = 'http://www.mtcre.net'

   //Sub Menu 1_6



//Sub Menu 8  Contact Options

	this.menu_xy8 = "-5,0"
	this.menu_width8 = 175

	this.item8_0 = "Home Buyer Interest"
	this.item8_1 = "Shopping Center Leasing Interest"
	this.item8_2 = "Business Park Leasing Interest"

	
	this.icon_rel8_0 = 0
	this.icon_rel8_1 = 0
	this.icon_rel8_2 = 0


	this.url8_0 = 'http://www.dunesonmontereybay.com'
	this.url8_1 = 'mailto:pam.white@sheaproperties.com?subject=University Villages Shopping Center Leasing'
	this.url8_2 = 'mailto:pam.white@sheaproperties.com?subject=University Villages Business Park Leasing'


	


}///////////////////////// END Menu Data /////////////////////////////////////////


