//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  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 = "left";		// alignment
var absLEFT = 	5;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	92; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#7D7D7D";	// main nav cell color
var rCOLOR = 	"#7D7D7D";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"brown";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	14;		// 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 = 	7;		// 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 = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#7D7D7D";	// submenu cell color

var srCOLOR = 	"#454545";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"A6A6A6"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Verdana, Arial, Helvetica, sans-serif";// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"bold"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 0;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 0;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 0;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 0;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// 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;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right 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") [** last four are new **]
addMainItem("http://www.coldwellbankerkasey.com/","<img src='/images/top_home.gif'>",59,"center","","",0,0,"","#7D7D7D","#7D7D7D","#7D7D7D","#7D7D7D");

addMainItem("/property_search.htm","<img src='/images/top_propertysearch.gif'>",98,"center","","",0,0,"","#7D7D7D","#7D7D7D","#7D7D7D","#7D7D7D");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(215,"left","left",-4,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")

	addSubmenuItem("/map-search.html","Map Search","","");
	addSubmenuItem("/residential.html","Residential Property Search","","");
	addSubmenuItem("/land.html","Land Search","","");
	addSubmenuItem("/commercial.html","Commercial Property Search","","");
	addSubmenuItem("/multifamily.html","Multi-Family Search","","");
	addSubmenuItem("/general.html","Search by All Property Types","","");
	addSubmenuItem("/new_home_communities.htm","New Home Communities","","");
	addSubmenuItem("/golf_communities.htm","Golf Communities","","");
	addSubmenuItem("/previews.html","Previews Luxury Homes","","");
	addSubmenuItem("/openhouses.html","Open Houses","","");
	addSubmenuItem("/new_listings.html","New Listings","","");
	addSubmenuItem("/virtualtour.html","Virtual Tour Search","","");
	addSubmenuItem("/national.htm","National Search","","");


addMainItem("","<img src='/images/top_buyers.gif'>",49,"center","","",0,0,"","","","","");

defineSubmenuProperties(215,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("/buying_new_home.htm","Buying a New Home","","");
	addSubmenuItem("/steps_get_started.htm","Steps to Get Started","","");
	addSubmenuItem("/apply_mortgage.htm","Applying for a Mortgage","","");
	addSubmenuItem("/determine_needs.htm","Determine Your Housing Needs","","");
	addSubmenuItem("/search_market.htm","Search the Market","","");
	addSubmenuItem("/negotiation.htm","Negotiation","","");
	addSubmenuItem("/financing.htm","The Financing Process","","");
	addSubmenuItem("/closing.htm","Closing the Purchase","","");
	addSubmenuItem("/glossary.htm","Real Estate Glossary","","");
	

addMainItem("","<img src='/images/top_sellers.gif'>",48,"center","","",0,0,"","","","","");

defineSubmenuProperties(250,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("/what_is_important.htm","What is Important to you?","","");
	addSubmenuItem("/selecting_real_estate.htm","Selecting Your Real Estate Company","","");
	addSubmenuItem("/marketing_tools.htm","Our Marketing Tools","","");
	addSubmenuItem("/buyers_to_your_door.htm","Buyers to your Door!","","");
	addSubmenuItem("/how_much.htm","How Much is Your Home Worth?","","");
	addSubmenuItem("/sales_process.htm","The Sales Process","","");
	addSubmenuItem("/home_enhancement.htm","Home Enhancement","","");
	addSubmenuItem("/home_warranty.htm","Home Warranty","","");
	addSubmenuItem("/glossary.htm","Real Estate Glossary","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
//		defineChildmenuProperties(112,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("/http://www.vancouversun.com","Vancouver Sun","","");
		

addMainItem("http://www.netmovein.com/home/landscape?cid=86465","<img src='/images/top_mortgage.gif'>",63,"center","_blank","",0,0,"","","","","");


addMainItem("","<img src='/images/top_relocation.gif'>",67,"center","","",0,0,"","","","","");

	defineSubmenuProperties(195,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("/meet_our_team.htm","Meet Our Relocation Team","","");
	addSubmenuItem("/relocation_guide.htm","Moving?","","");
	addSubmenuItem("/relocation_checklist.htm","Moving Checklist","","");
	addSubmenuItem("/relocation_form.htm","Relocation Package","","");
	addSubmenuItem("/school_reports.htm","School Reports","","");
	addSubmenuItem("/corporate_relocation.htm","Corporate Relocation","","");

		
addMainItem("/community_tour.htm","<img src='/images/top_communitytour.gif'>",98,"center","","",0,0,"","","","","");
	
	defineSubmenuProperties(190,"left","left",-4,0,"","","","","","","");
	
		addSubmenuItem("/realestate/asheville/","Asheville Real Estate","","");
		addSubmenuItem("/realestate/blackmountain/","Black Mountain Real Estate","","");
		addSubmenuItem("/realestate/brevard/","Brevard Real Estate","","");
		addSubmenuItem("/realestate/hendersonville/","Hendersonville Real Estate","","");
		addSubmenuItem("/realestate/waynesville/","Waynesville Real Estate","","");
		

addMainItem("","<img src='/images/top_aboutus.gif'>",61,"center","","",0,0,"","","","","");

	defineSubmenuProperties(185,"left","left",-4,0,"","","","","","","");

		addSubmenuItem("/our_history.htm","Our History","","");
		addSubmenuItem("/our_mission.htm","Our Mission","","");
		addSubmenuItem("/our_services.htm","Our Services","","");
		addSubmenuItem("/about_coldwell.htm","About Coldwell Banker","","");
		addSubmenuItem("/careers.htm","Careers","","");
		
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
			defineChildmenuProperties(85,"left","left",-10,-10,"","","","","","","");
				addChildmenuItem("/careers_advertising.htm","Advertising","","");
				addChildmenuItem("/careers_services.htm","Services","","");
				addChildmenuItem("/careers_resources.htm","Resources","","");
				addChildmenuItem("/careers_training.htm","Training","","");
		
		addSubmenuItem("/manager_profiles.htm","Manager Profiles","","");
		addSubmenuItem("/press_releases.htm","Press Releases","","");
		addSubmenuItem("/privacy_policy.htm","Privacy Policy","","");

addMainItem("","<img src='/images/top_agentsoffices.gif'>",89,"center","","",0,0,"","","","","");

	defineSubmenuProperties(100,"left","left",-4,0,"","","","","","","");
	
		addSubmenuItem("/agent.php","Agent Search","","");
		addSubmenuItem("/offices.htm","Offices","","");

addMainItem("","<img src='/images/top_contactus.gif'>",63,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","left",-4,0,"","","","","","","");

		addSubmenuItem("/contact_corporate.htm","Corporate Office","","");
		addSubmenuItem("/contact_downtown.htm","Downtown Office","","");
		addSubmenuItem("/contact_south.htm","South Asheville Office","","");	
		addSubmenuItem("/contact_hendersonville.htm","Hendersonville Office","","");
		addSubmenuItem("/contact_waynesville.htm","Waynesville Office","","");
		addSubmenuItem("/contact_black.htm","Black Mountain Office","","");
		addSubmenuItem("/contact_champion.htm","Champion Hills Model","","");
		


addMainItem("","<img src='/images/top_languages.gif'>",59,"center","","",0,0,"","","","","");
defineSubmenuProperties(65,"left","left",-4,0,"","","","","","","");
  
    if (!window.referer_url || window.referer_url == '') {
   		addSubmenuItem("/referer.php","English","","");
	   	addSubmenuItem("/es/referer.php","Espaņol","","");
	  } else {
   		addSubmenuItem("/" + referer_url,"English","","");
	   	addSubmenuItem("/es/" + referer_url,"Espaņol","","");
	  }

//**DO NOT EDIT THIS *****
}//***********************
//************************
