//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 = "free";		// alignment mode
var absLEFT = 	108;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	15; 		// 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 = "http://www.applied-magic.com/js/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"";	// main nav cell color
var rCOLOR = 	"";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"";	// main nav border color
var aLINK = 	"";	// 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 = 	11;		// 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 = 	-6;		// shift the submenus vertically
var hOFFSET = 	20;		// shift the submenus horizontally

var smCOLOR = 	"#412B8D";	// submenu cell color
var srCOLOR = 	"#6452A1";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"#6452A1";	// submenu border color
var saLINK = 	"#E7E4E9";	// submenu link color
var saHOVER = 	"#E7E4E9";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,sans-serif";	// submenu font face
var sfSIZE = 	12;		// 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 =	2;		// submenu dropshadow size
var shCOLOR =	"#6452A1";	// 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 = -1;		// shift the child menus vertically
var chhOFFSET = -1;		// shift the child menus horizontally

var openTIMER = 10;		// 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 = 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;		//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("","",100,"left","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(150,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.applied-magic.com/prod_all.html","All Products","","");
	SI("http://www.applied-magic.com/prod_appliances.html","Editing Appliances","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(150,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.applied-magic.com/sequel.html","Sequel","","");
		CI("http://www.applied-magic.com/screenplay.html","ScreenPlay","","");
		CI("http://www.applied-magic.com/screenlayplus.html","ScreenPlay Plus","","");
		
	SI("http://www.applied-magic.com/prod_erd.html","ERD Bundles","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(150,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.applied-magic.com/sequel.html","Sequel ERD","","");
		CI("http://www.applied-magic.com/screenplay.html","ScreenPlay ERD","","");
		
	SI("http://www.applied-magic.com/prod_addons.html","Appliance Add-Ons","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(150,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.applied-magic.com/sequel.html","Accessories","","");
		CI("http://www.applied-magic.com/screenplay.html","Software","","");
		CI("http://www.applied-magic.com/sequel.html","Additional Storage","","");
		CI("http://www.applied-magic.com/screenplay.html","Upgrades","","");
		CI("http://www.applied-magic.com/sequel.html","Third Party","","");
		CI("http://www.applied-magic.com/screenplay.html","Training Videos","","");
		
	SI("http://www.applied-magic.com/prod_duplicator.html","DVD Duplicator","","");
	SI("http://www.applied-magic.com/prod_hdcinema","HD Cinema","","");

		
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","",100,"left","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(150,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.applied-magic.com/prod_products.html","Editing","","");		
	SI("http://www.applied-magic.com/prod_erd.html","Production","","");
	SI("http://www.applied-magic.com/prod_academic.html","Eductaion","","");
	SI("http://www.applied-magic.com/prod_hdcinema.html","High Definition","","");
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","",100,"left","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(150,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.applied-magic.com/forum.html","Forum","","");		
	SI("http://www.applied-magic.com/casestudies.html","Case Studies","","");
	SI("http://www.applied-magic.com/testimonials.html","Testimonials","","");
		
MI("","",100,"center","","",0,0,"","","","","");

	SP(150,"left","left",0,0,"","","","","","","");

	SI("http://www.amagic.com/registration.html","Registration","","");
	SI("http://www.applied-magic.com/techsupport.html","Technical Support","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(150,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.applied-magic.com/sequel.html","Manual","","");
		CI("http://www.applied-magic.com/screenplay.html","FAQ","","");
		CI("http://www.applied-magic.com/screenlayplus.html","Forum","","");
		CI("http://www.applied-magic.com/sequel.html","Contact Dealer","","");
		CI("http://www.applied-magic.com/screenplay.html","Contact Applied Magic","","");
		
	SI("http://www.applied-magic.com/warranty.html","Warranty","","");
	SI("http://www.applied-magic.com/Downloads.html","Downloads","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(150,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.applied-magic.com/sequel.html","Manual","","");
		CI("http://www.applied-magic.com/screenplay.html","Manual - Spanish","","");
		CI("http://www.applied-magic.com/screenlayplus.html","Addendum 1","","");
		CI("http://www.applied-magic.com/sequel.html","Addendum 2","","");
		CI("http://www.applied-magic.com/screenplay.html","Upgrade Instructions","","");
		CI("http://www.applied-magic.com/screenplay.html","Software Instructions","","");

MI("","",100,"left","","",0,0,"","","","","");

	SP(150,"left","left",0,0,"","","","","","","");

	SI("http://store.yahoo.com/amagic/index.html","Online Store","","");
	SI("http://www.applied-magic.com/dealers.asp","Locate Dealer","");
	SI("http://www.applied-magic.com/contact.html","AM Direct","",""); 
	SI("http://www.applied-magic.com/customerservice.html","Customer Service","","");
	
MI("","",100,"left","","",0,0,"","","","","");

	SP(150,"left","left",0,0,"","","","","","","");

	SI("http://store.yahoo.com/amagic/tradeshows.html","Trade Shows","","");
	SI("http://www.applied-magic.com/workshops.html","Workshops","",""); 


MI("","",100,"center","","",0,0,"","","","","");

	SP(150,"left","left",0,0,"","","","","","","");

	SI("http://www.applied-magic.com/aboutus.html","About Us","","");
	SI("http://www.applied-magic.com/marketing.html","Press","","");
	SI("http://www.applied-magic.com/careers.html","Careers","","");
	SI("http://www.applied-magic.com/contact.html","Contact Us","","");


//* DO NOT EDIT THIS BIT *
}//***********************
//************************

