//UDMv3.8.5
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************


///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8.5 by Brothercake
//  http://www.udm4.com/udm3/ 
//
//  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 = true;	// show empty cells
var showBORDERS = true;	// show empty cell borders

var baseHREF = "dscript89/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#EAF0FF";	// main nav cell color
var rCOLOR = 	"#C4CAF4";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#39527B"	// main nav border color
var aLINK = 	"#000055";	// 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 = 	13;		// 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 = 	2;		// 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 = 	-1;		// shift the submenus vertically
var hOFFSET = 	-1;		// shift the submenus horizontally

var smCOLOR = 	"#E3F3FB";	// submenu cell color
var srCOLOR = 	"#FFFFFF";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#3F366D"	// submenu border color
var saLINK = 	"#000055";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial,sans-serif";  // 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 = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// menu drop shadow size 
var shCOLOR =	"#bcbcbc";	// menu drop shadow color
var shOPACITY = 75;		// menu drop shadow opacity (not ie4/ns4/op5)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = 5;		// shift the child menus vertically 			
var chhOFFSET = -3;		// 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 = 330;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "title";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// 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 ***********************************************************

MI("","<img src='"+baseHREF+"icon.gif' alt='' width=11 height=16 alt='' border=0>",29,"center","","",0,0,"");

// 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://planmagic.com","PlanMagic.com",145,"center","","PlanMagic Business Resource Center",0,0,"","","","",""); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(145,"left","left",0,0,"","","","","","","");
	
	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://planmagic.com","Home page","","");
	SI("http://planmagic.com/company.html","About us","","");
	SI("http://planmagic.com/products.html","Products","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(160,"left","left",-1,-1,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://planmagic.com/business_planning.html","PlanMagic Business","","");
		CI("http://planmagic.com/marketing_planning.html","PlanMagic Marketing","","");
		CI("http://planmagic.com/finance_pro.html","PlanMagic Finance Pro","","");
		CI("http://plan-a-restaurant.com","PlanMagic Restaurant","","");
		CI("http://planmagic.com/business_plan/hotel_business_plan.html","PlanMagic Hotel","","");

	SI("http://planmagic.com/directory/index.html","Business directory","","");
	SI("http://planmagic.com/news.html","Business news","","");
	SI("http://planmagic.com/sponsors.html","Advertising","","");

MI("http://planmagic.com/products.html","Business Software",150,"center","","Business planning software",0,0,"","","","",""); 

	SP(150,"left","left",0,0,"","","","","","","");
	
	SI("http://planmagic.com/business_planning.html","Business planning","","");

		CP(150,"left","left",-1,-1,"","","","","","","");

		CI("http://planmagic.com/business_planning.html","Info page","","");
		CI("http://planmagic.com/whyplan.htm","Why a business plan","_blank","");
		CI("http://planmagic.com/reviews.html","Reviews","","");
		CI("http://planmagic.com/download.html","Download","","");
		CI("http://planmagic.com/tourbiz/tourbiz.htm","Online demo","","");
		CI("http://planmagic.com/license.htm","Licenses","","");

	SI("http://planmagic.com/marketing_planning.html","Marketing planning","","");

		CP(150,"left","left",-1,-1,"","","","","","","");

		CI("http://planmagic.com/marketing_planning.html","Info page","","");
		CI("http://planmagic.com/tourmar/mar00003.htm","Why a marketing plan","_blank","");
		CI("http://planmagic.com/reviews.html","Reviews","","");
		CI("http://planmagic.com/download.html","Download","","");
		CI("http://planmagic.com/tourmar/tourmar.htm","Online demo","","");
		CI("http://planmagic.com/license.htm","Licenses","","");

	SI("http://planmagic.com/finance_pro.html","Financial planning","","");

		CP(120,"left","left",-1,-1,"","","","","","","");

		CI("http://planmagic.com/finance_pro.html","Info page","","");
		CI("http://planmagic.com/reviews.html","Reviews","","");

		CI("http://planmagic.com/download.html","Download","","");
		CI("http://planmagic.com/license.htm","Licenses","","");


	SI("http://planmagic.com","Hospitality software","","");

		CP(120,"left","left",-1,-1,"","","","","","","");

		CI("http://planmagic.com/business_plan/restaurant_business_plan.html","Restaurant plan","","");
		CI("http://planmagic.com/business_plan/bar_business_plan.html","Bar business plan","","");
		CI("http://planmagic.com/business_plan/bed_&_breakfast_business_plan.html","B&B business plan","","");
		CI("http://planmagic.com/business_plan/hotel_business_plan.html","Hotel planning","","");
		CI("http://planmagic.com/business_plan/resort_business_plan.html","Resort planning","","");

MI("http://planmagic.com/download.html","Downloads",140,"center","","",0,0,"","","","",""); 

	SP(140,"left","left",0,0,"","","","","","","");
	
	SI("http://planmagic.com/download.html","PlanMagic Business","","");
	SI("http://planmagic.com/download.html","PlanMagic Marketing","","");
	SI("http://planmagic.com/download.html","PlanMagic Finance Pro","","");
	SI("http://planmagic.com/update.html","Updates","_blank","");
		
MI("http://planmagic.com/register.html","Register",135,"center","","Click here to order!",0,0,"","","","",""); 

MI("http://planmagic.com/contact.html","Contact",135,"center","","Contact us",0,0,"","","","",""); 

	SP(135,"right","right",0,0,"","","","","","","");

	SI("http://planmagic.com/affiliate.html","Affiliate program","",""); 
	SI("http://planmagic.com/feedback.html","Feedback","",""); 
	SI("http://planmagic.com/contact.html","Contact us","","");


//* DO NOT EDIT THIS BIT *
}//***********************
//************************

