//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 = 	108;		// absolute left or right position (if menu is left or right aligned)
var absLEFT = 	195;		// absolute left or right position (if menu is left or right aligned)
//var absTOP = 	15; 		// absolute top position
var absTOP = 	75; 		// 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 = "resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

//var mCOLOR = 	"#ffefc6";	// main nav cell color
var mCOLOR = 	"";	        // main nav cell color
//var rCOLOR = 	"#ececec";	// main nav cell rollover color
var rCOLOR = 	"#E3E3DB";	// main nav cell rollover color
//var bSIZE = 	1;		// main nav border size
var bSIZE = 	0;		// main nav border size
//var bCOLOR = 	"#cc9966";	// main nav border color
var bCOLOR = 	"";	        // main nav border color
//var aLINK = 	"#990033";	// main nav link color
var aLINK = 	"#000000";	// main nav link color
//var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aHOVER = 	"#ff0000";		// main nav link hover-color (dual purpose)
//var aDEC = 	"none";		// main nav link decoration
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 fWEIGHT = 	"bold";		// main nav font weight
//var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
//var vPADDING = 	11;		// main nav vertical cell padding
var vPADDING = 	0;		// 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 vOFFSET = 	0;		// shift the submenus vertically
//var hOFFSET = 	4;		// shift the submenus horizontally
var hOFFSET = 	0;		// shift the submenus horizontally

//var smCOLOR = 	"#ffefc6";	// submenu cell color
var smCOLOR = 	"#E3E3DB";	// submenu cell color
//var srCOLOR = 	"#ececec";	// submenu cell rollover color
var srCOLOR = 	"#E3E3DB";	// submenu cell rollover color
//var sbSIZE = 	1;		// submenu border size
var sbSIZE = 	2;		// submenu border size
//var sbCOLOR = 	"#cc9966";	// submenu border color
var sbCOLOR = 	"#ffffff";		// submenu border color
//var saLINK = 	"#3333aa";	// submenu link color
var saLINK = 	"000000";	// submenu link color
//var saHOVER = 	"#990000";	// submenu link hover-color (dual purpose)
var saHOVER = 	"#ff0000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
//var sfFONT = 	"comic sans ms,arial,sans-serif";	// submenu font face
var sfFONT = 	"arial,sans-serif";	// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
//var sfWEIGHT = 	"normal";	// submenu font weight
var sfWEIGHT = 	"bold";		// submenu font weight
//var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
//var svPADDING = 1;		// submenu vertical cell padding
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset ( pixels from middle)

//var shSIZE =	3;		// submenu dropshadow size
var shSIZE =	5;		// submenu dropshadow size
var shCOLOR =	"#bcbcbc";	// 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 chvOFFSET = 4;		// shift the child menus vertically
var chvOFFSET = 2;		// shift the child menus vertically
//var chhOFFSET = 7;		// shift the child menus horizontally
var chhOFFSET = -7;		// shift the child menus horizontally

//var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openTIMER = 0;		// menu opening delay time (not ns4/op5/op6)
//var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 0;	        // child-menu opening delay time (not ns4/op5/op6)
//var closeTIMER = 400;		// menu closing delay time
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("http://www.brothercake.com/dropdown/index.html","<span class='u'>U</span>ltimate Drop Down Menu",194,"center","","",0,0,"u","#ffeac0","","","");
MI("store.htm","<span class='u'>S</span>HOPPING",96,"center","","",0,0,"s","","","","");

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

	// add submenu link items ("url","Link name","_target","alt text")
	SI("flight-mart.htm","Aircraft Parts & Pilot Supplies","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(230,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://buymicaela.net/frames/asa2fly.htm","Pilot Supplies","","Flight-Mart");
		CI("http://buymicaela.net/cgi-bin/cart.pl?DX=71","Flight Simulation","","Flight-Mart");
CI("https://one.safe-page.net/buymicaela/forms/flight-mart_RPQ_general_aviation.htm","General Aviation Aircraft Parts","_blank","Flight-Mart");
		CI("https://one.safe-page.net/buymicaela/forms/flight-mart_RPQ_commercial_aviation.htm","Commercial Aviation Aircraft Parts","_blank","Flight-Mart");
		

	SI("store.htm#Computers","Computers","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(200,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("#","Factory-Direct Desktops","","");
		CI("#","Factory-Direct Notebooks","","");
		CI("#","Factory-Direct Servers","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Pre-Configured Computers&RX=261-288","Pre-Configured Desktops","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Pre-Configured Computers&RX=241-248","Pre-Configured Notebooks","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Pre-Configured Computers&DX=290","Pre-Configured Servers","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Pre-Configured Computers&DX=251","Tablet PCs","","");

	SI("store.htm#Digital Imaging","Digital Imaging","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(120,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Digital%20Imaging&DX=201","Cameras","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Digital%20Imaging&DX=211","Projectors","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Digital%20Imaging&DX=221","Scanners","","");
		CI("http://buymicaela.net/frames/da-lite.htm","Screens","_blank","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Digital%20Imaging&DX=231","Webcams","","");
	        CI("http://micaela.rite2u.com","Rite2uŽ Store","_blank","");
		
	SI("store.htm#Medical Systems","Medical Systems","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(180,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.buymicaela.net/frames/altapoint.htm","AltaPoint<br>Practice Management<br>Software","_blank","");
		CI("http://buymicaela.net/frames/dermlite.htm","Digital Dermoscopy","_blank","");
		CI("http://buymicaela.net/frames/Medical_Keyboards.htm","Medical Keyboards","_blank","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Medical Systems&DX=2","PDA Healthcare Guides","","");

	SI("http://micaela.rite2u.com","Micaela Rite2uŽ Store","_blank","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(180,"left","left",0,0,"","","","","","","");
  		CI("http://micaela.rite2u.com/scripts/cgiip.exe/ag.w?Request=topPage&dept=1","Computer Products","_blank","");
 		CI("http://micaela.rite2u.com/scripts/cgiip.exe/ag.w?Request=topPage&dept=4","Video Game Products","_blank","");

	SI("store.htm#Mobile Computing","Mobile Computing","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(200,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Mobile Computing&DX=1","Handhelds (PDAs)","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Mobile Computing&RX=241-248","Pre-Configured Notebooks","","");
		CI("#","Custom Notebooks","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Mobile Computing&DX=249","Notebook Accessories","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Mobile Computing&DX=251","Tablet PCs","","");

	SI("store.htm#Networking & Components","Networking & Components","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(230,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Networking%20%26%20Components&DX=125","Cables & Power Protection","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Networking%20%26%20Components&DX=121","Connectivity Upgrades","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Networking%20%26%20Components&DX=91","Hubs, Switches and Routers","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Networking%20%26%20Components&DX=131","Internal Devices","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Networking%20%26%20Components&DX=111","Memory Upgrades","","");
	        CI("http://micaela.rite2u.com","Micaela Rite2uŽ Store","_blank","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Networking%20%26%20Components&DX=101","Network Interface Cards (NICs)","","");

	SI("store.htm#Peripherals","Peripherals","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(180,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Peripherals&DX=21","Consumables","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Peripherals&DX=41","External Devices","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Peripherals&DX=71","Gaming & Simulation","","");
CI("http://buymicaela.net/store.htm#Keyboards","Keyboards","","");
	        CI("http://micaela.rite2u.com","Micaela Rite2uŽ Store","_blank","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Peripherals&DX=61","Mice","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Peripherals&DX=31","Monitors","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Peripherals&DX=11","Printers","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Peripherals&DX=81","Speakers","","");

	SI("store.htm#Software","Software","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(250,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Software&DX=151","Business","","");
		CI("http://buymicaela.net/frames/marblesoft.htm","Children & Special Kids","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Software&DX=171","Graphics & Presentation","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Software&DX=161","Home & Entertainment","","");
	        CI("http://micaela.rite2u.com","Micaela Rite2uŽ Store","_blank","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Software&DX=181","Operating Systems","","");
		CI("http://www.buymicaela.net/cgi-bin/cart.pl?ST=Software&DX=141","Programming Languages & Utilities","","");

//MI("","E<span class='u'>x</span>amples",94,"center","","",0,0,"x","#ffe4ba","","","");
MI("services.htm","S<span class='u'>E</span>RVICES",96,"center","","",0,0,"e","","","","");

	//SP(182,"right","right",4,0,"","#ffffcc","#ffdcab","#ff9600","#99cc99","#990000","#009900");
        SP(230,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("services.htm#Technical Support","Technical Support","","");
	SI("services.htm#Computer Systems Administration","Computer Systems Administration","","");
	SI("services.htm#Network Administration","Network Administration","","");
	SI("services.htm#Systems Engineering","Systems Engineering","","");
	SI("services.htm#Real-Time Embedded Systems","Real-Time Embedded Systems","","");
	SI("services.htm#Custom Software Development","Custom Software Development","","");
	SI("services.htm#MCI Broadband Services","MCI Broadband Services","","");
	SI("http://www.micaela.bz","Micaela Internet","","");
	
//MI("http://www.brothercake.com","<span class='u'>B</span>rothercake",120,"center","","",0,0,"b","#ffdeb4","","","");
MI("products.htm","<span class='u'>P</span>RODUCTS",96,"center","","",0,0,"p","","","","");

	//SP(120,"left","center",8,0,"","","","","","","");
        //SP(250,"right","left",0,0,"","","","","","","");
        SP(200,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("products.htm#Consumer Products","Consumers","","");
	SI("products.htm#Home/Home Office Products","Homes/Home Offices","","");
	SI("products.htm#Small/Medium Business Products","Small/Medium Businesses","","");
	//SI("products.htm#Large Business Products","Large Business Products","","");
	SI("products.htm#Medical & Chiropractic Products","Healthcare Facilities","","");
        //SI("products.htm#Aviation Products","Aviation Products","","");
	//SI("products.htm#Dermatology Products","Dermatology Products","","");

//MI("","<span class='u'>R</span>esources",98,"center","","",0,0,"r","#ffe4ba","","","");
MI("flight-mart.htm","<span class='u'>F</span>LIGHT-MART",108,"center","","",0,0,"f","","","","");

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

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://buymicaela.net/frames/asa2fly.htm","Pilot Supplies","","");
	SI("http://buymicaela.net/cgi-bin/cart.pl?DX=71","Flight Simulation","","");
        SI("","Aircraft Parts","","");

		// 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("https://one.safe-page.net/buymicaela/forms/flight-mart_RPQ_general_aviation.htm","General Aviation","_blank","Flight-Mart");
		CI("https://one.safe-page.net/buymicaela/forms/flight-mart_RPQ_commercial_aviation.htm","Commercial Aviation","_blank","Flight-Mart");




//MI("","<span class='u'>E</span>ntertainment",124,"center","","",0,0,"e","#ffeac0","","","");
MI("news.htm","NEWS",48,"center","","",0,0,"","","","","");


//MI("","<span class='u'>E</span>ntertainment",124,"center","","",0,0,"e","#ffeac0","","","");
MI("about.htm","ABOUT US",95,"center","","",0,0,"","","","","");

MI("careers.htm","CAREERS",70,"center","","",0,0,"","","","","");
	SP(120,"left","left",0,0,"","","","","","","");







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

