//UDMv3.8.4
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN 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 = "left";		// alignment mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "";	// base path
var zORDER = 	10;		// base z-order of nav structure

var mCOLOR = 	"#D0261D";	// main nav cell color
var rCOLOR = 	"#ff4040";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"#000000";	// main nav border color
var aLINK = 	"#ffffff";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans-serif";	// main nav font face
var fSIZE = 	12;		// 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 = 	"#FF4040";	// submenu cell color
var srCOLOR = 	"#D0261D";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#000000";	// submenu border color
var saLINK = 	"#ffffff";	// submenu link color
var saHOVER = 	"";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";	// submenu font face
var sfSIZE = 	11;		// 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 =	"#404040";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow 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 = 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 = true;		// 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 = true;		// 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")
MI("http://www.hutchinson-real-estate.com","<span class='u'>H</span>ome",90,"right","","",0,0,"e","#D0261D","","","");

	

MI("http://www.hutchinson-real-estate.com/buyers.html","<span class='u'>B</span>uyers Info",80,"center","","",0,0,"w","#D0261D","","","");

	SP(157,"center","right",-4,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2)","","","","","","","");

	SI("http://www.hutchinson-real-estate.com/buyers8.html","8 Mistakes That Cost","","");
		
	SI("http://www.hutchinson-real-estate.com/closefee.html","Closing Costs","","");
			
	SI("javascript:openWindow('http://www.hutchinson-real-estate.com/mlslinks.html',760,500)","MLS Listings","","");
	SI("http://www.hutchinson-real-estate.com/real-estate-search.html","Homes Search","","");
	SI("http://www.results-net.com/qualifierbasic.html","Qualification Calculator","","");
	SI("http://www.results-net.com/calcusa.html","Mortgage Calculator","","");
	SI("http://www.hutchinson-real-estate.com/howmuch.html","How Much Are They Asking?","","");
	SI("http://www.hutchinson-real-estate.com/usemebuy.html","Why Use Our Services","","");
	SI("http://www.hutchinson-real-estate.com/buyers.html","More Buyer Links","","");
	


MI("http://www.hutchinson-real-estate.com/sellers.html","<span class='u'>S</span>ellers Info",85,"center","","",0,0,"s","#D0261D","","","");

	SP(157,"right","right",-4,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2)","","","","","","","");

	SI("http://www.hutchinson-real-estate.com/sellers8.html","8 Mistakes That Cost","","");
	SI("http://www.hutchinson-real-estate.com/evaluate.html","Property Evaluation","","");
	SI("http://www.hutchinson-real-estate.com/hintsp1.html","Preparing Your Home For Sale","","");
	SI("http://www.hutchinson-real-estate.com/pricing.html","Pricing Your Home For Sale","","");
	SI("http://www.hutchinson-real-estate.com/wdbcfrom.html","Where Do Buyers Come From?","","");
	SI("http://www.hutchinson-real-estate.com/howmuch2.html","How Much Did It Sell For?","","");
	SI("http://www.hutchinson-real-estate.com/usemesel.html","Why Use Our Services","","");
	SI("http://www.hutchinson-real-estate.com/dthilink.html","Home Improvement","","");
	SI("http://www.hutchinson-real-estate.com/sellers.html","More Seller Links","","");


MI("http://www.hutchinson-real-estate.com/real-estate-search.html","<span class='u'>H</span>ome Search",95,"center","","",0,0,"t","#D0261D","","","");

	SP(120,"right","right",-4,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2)","","","","","","","");

	SI("http://www.hutchinson-real-estate.com/real-estate-search.html","Personal Home Search","","");
	SI("javascript:openWindow('http://www.hutchinson-real-estate.com/mlslinks.html',780,540)","MLS Listings","","");
	

		

MI("http://www.hutchinson-real-estate.com/evaluate.html","<span class='u'>E</span>valuation",85,"center","","",0,0,"r","#D0261D","","","");

	SP(120,"right","right",-4,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2)","","","","","","","");

	SI("http://www.hutchinson-real-estate.com/evaluate.html","Property Evaluation","","");
	
	

MI("http://www.hutchinson-real-estate.com/relocation.html","<span class='u'>R</span>elocation",80,"center","","",0,0,"w","#D0261D","","","");

	SP(137,"right","right",-4,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2)","","","","","","","");

	SI("http://www.hutchinson-real-estate.com/relocation.html","Request Relo Package","","");
	SI("http://www.hutchinson-real-estate.com/relocate.html","Realtors In Other Cities","","");
		

	

MI("http://www.hutchinson-real-estate.com/dtrelink.html","<span class='u'>C</span>ommunity Info",100,"center","","",0,0,"w","#D0261D","","","");

	SP(180,"right","right",-4,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2)","","","","","","","");

	SI("http://www.hutchinson-real-estate.com/dtrelink.html","Community & Real Estate Links ","","");
	
	

MI("http://www.hutchinson-real-estate.com/profile.html","<span class='u'>C</span>ontact",70,"center","","",0,0,"w","#D0261D","","","");

	SP(75,"right","right",-4,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2)","","","","","","","");

	SI("http://www.hutchinson-real-estate.com/profile.html","About Us","","");
	SI("http://www.hutchinson-real-estate.com/referrals.html","Realtors Only","","");
	SI("mailto:brian@brseminars.com","Email","","");


//* DO NOT EDIT THIS BIT *
}//***********************
//************************

