//UDMv3.4.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "left";		// alignment
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 (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "http://dgam.org/java/menu/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"EEEEEE";		// main nav cell color
var rCOLOR = 	"orange";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"eeeeee"	// main nav border color
var aLINK = 	"blue";	// main nav link color
var aHOVER = 	"black";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"garamond";	// 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 = 	"white";	// submenu cell color

var srCOLOR = 	"orange";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"eeeeee"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"black";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"garamond";// 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 =	0;		// 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 = 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 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = false;		// 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 = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5
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 = 0;		//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://dgam.org/cgi-bin/index.cgi","<span class='u'>H</span>ome",80,"center","_top","",0,0,"h","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(85,"left","left",-4,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	//SI("http://dgam.org/cgi-bin/resume.cgi","Resume","_top","");

		
MI("","<span class='u'>C</span>ontact Me",100,"center","","",0,0,"c","","","","");

	SP(95,"left","left",-4,0,"","","","","","","");

	SI("aim:goim?screenname=asopert&message=Hello","AIM","","");
	SI("http://dgam.org/cgi-bin/email.cgi","Email","","");
	SI("javascript:pageDave()","Page Cell","","");


MI("","<span class='u'>M</span>edia",90,"center","","",0,0,"m","","","","");

	SP(85,"left","left",-4,0,"","","","","","","");

	SI("http://dgam.org/cgi-bin/webcam.cgi","Gam Cam","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(60,"left","left",10,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://dgam.org/cgi-bin/stream.cgi","Live!","_top","");
		CI("http://dgam.org/cgi-bin/webcam.cgi","Regular","_top","");

	SI("http://dgam.org/cgi-bin/pictureframe.cgi?group=zzz&z=2","Pictures","_top","");
	SI("http://dgam.org/cgi-bin/videoframe.cgi?group=zzz&z=2","Videos","","_top");
	

MI("","<span class='u'>I</span>nfo",80,"center","","",0,0,"r","","","","");

	SP(85,"left","left",-4,0,"","","","","","","");

	SI("http://dgam.org/cgi-bin/guestbook/guestshow.cgi","Guest Book","_top","");
	SI("http://dgam.org/cgi-bin/dvd.cgi","Movie List","_top","");
	SI("http://dgam.org/cgi-bin/quote.cgi","Stock Quotes","_top","");
	SI("","Class Work","","");
		CP(120,"left","left",10,-18,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://dgam.org/e90/generic.html","Senior Design Project","_top","");
		CI("http://dgam.org/e21/index.htm","Digital Logic","_blank","");
		CI("http://dgam.org/stat/index.htm","Statistics","_top","");
		CI("http://dgam.org/kasia/index.htm","Women in Engineering","_top","");

MI("","<span class='u'>T</span>ools",80,"center","","",0,0,"r","","","","");

	SP(85,"left","left",-4,0,"","","","","","","");
	SI("http://dgam.org/cgi-bin/directions.cgi?dir=2","Directions","_top","");
	SI("http://dgam.org/cgi-bin/ebay.cgi?bin=1&gal=1&ins=1&intr=1","Ebay Costs","_top","");
	SI("http://dgam.org/cgi-bin/stats.cgi","Server Stats","","");
		CP(50,"left","left",0,-15,"","","","","","","");

		CI("http://dgam.org/cgi-bin/stats.cgi","Overall","_top","");
		CI("http://dgam.org/cgi-bin/visitors.cgi","Recent","_top","");
	SI("http://gammill.mine.nu:82","X10 Control","","");	

MI("","<span class='u'>R</span>emote",90,"center","","",0,0,"r","","","","");

	SP(95,"left","left",-4,0,"","","","","","","");
//	SI("http://dgam.org/cgi-bin/resolution.cgi?direct=remote","Remote Desktop","_blank","");
	SI("http://gammill.mine.nu:32000/mail/fastlog.html","Dmail","_top","");
		CP(100,"left","left",10,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("https://webmail.perfora.net","marmill.com","_top","");
		CI("http://gammill.mine.nu:32000/mail/fastlog.html","gammill.mine.nu","_top","");
	SI("javascript:doPopUp(372,320)","Remote Desktop","","");
	SI("http://gammill.mine.nu:8080","Router","_top","");
	SI("https://admin.1and1.com","Website","","");
		CP(80,"left","left",0,-20,"","","","","","","");
		CI("http://gammill.mine.nu/useradmin/main.asp","User","_blank","");
		CI("http://gammill.mine.nu/admin","Admin","_blank","");
		CI("http://gammill.mine.nu/cgi/serverlog.cgi","Stats","_blank","");
		
//	SI("","VNC","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
//		CP(80,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
//		CI("http://gammill.homeip.net:5800","Bigsexy","_blank","");
//		CI("http://dgam.org:5800","Server","_blank","");
//		CI("http://schaan.mine.nu:5800","Lucas","_blank","");


MI("","<span class='u'>L</span>inks",80,"center","","",0,0,"r","","","","");

	SP(85,"left","left",-4,0,"","","","","","","");
	SI("","People","_top","");
		CP(50,"left","left",0,-10,"","","","","","","");

		CI("http://www.marmill.com","Kai","_top","");
		CI("http://sarah.marmill.com","Sarah","_top","");
	SI("","Dave's Picks","_top","");
		CP(100,"left","left",10,-15,"","","","","","","");

		CI("http://dgam.org/cgi-bin/pagegrab.cgi?loc=www.bensbargains.net","Bens Bargains","_top","");
		CI("http://www.localhikes.com","Local Hikes","_blank","");
		CI("http://dgam.org/cgi-bin/pagegrab.cgi?loc=www.howstuffworks.com","HowStuffWorks","_top","");
		CI("http://www.netspace.org/ssh/","SSH for Web","_blank","");

//	SI("http://dgam.org/login.htm","My Accounts","","");

	
MI("ftp://gammill.mine.nu","<span class='u'>F</span>iles",80,"center","_blank","",0,0,"f","","","","");
	SP(90,"left","left",-4,0,"","","","","","","");

	SI("http://dgam.org/cgi-bin/account.cgi?t=1","Get Account!","_top","");	
	SI("http://dgam.org/cgi-bin/account.cgi?t=2","Setup Software","_top","");	
//	SI("ftp://gammill.mine.nu/Mp3s","Music","_blank","");
		//CP(80,"left","left",5,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		//CI("ftp://bigsexy.homeip.net/Mp3s","Regular","_blank","");
		//CI("ftp://bigsexy.homeip.net/Christmas/Music","Xmas","_blank","");

//	SI("","Movies","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
//		CP(100,"left","left",-15,-18,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
//		CI("ftp://gammill.mine.nu/DVD%20Rips%20Archive","Archive","_blank","");
//		CI("ftp://gammill.mine.nu/DVD%20Rips%20New","New","_blank","");
//		CI("ftp://gammill.mine.nu/DVD%20Rips%20On%20CD","Offline","_blank","");
//	SI("","Videos","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
//		CP(100,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		//CI("ftp://bigsexy.homeip.net/Christmas/Movies","Xmas!","_blank","");
//		CI("ftp://gammill.mine.nu/Videos","Assorted","_blank","");
//		CI("ftp://gammill.mine.nu/TV%20Shows","TV Shows","_blank","");

//	SI("","Installs","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
//		CP(80,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
//		CI("ftp://gammill.mine.nu/Installs","Applications","_blank","");
//		CI("ftp://gammill.mine.nu/Games","Games","_blank","");

MI("","Fun <span class='u'>S</span>tuff",100,"center","","",0,0,"s","","","","");
	SP(80,"left","left",-4,12,"","","","","","","");

	SI("","Games","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		CP(100,"left","left",0,-16,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=4secondmadness.swf","4 Second","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=cricket.swf","Cricket","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=gameshouse&first=","House of Cards","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=midget_Tossing.swf","Midget Tossing","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=mini_Putt.swf","Mini Golf","_top","");


	SI("","More Games","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		CP(100,"left","left",-17,-13,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.oldschool-themovie.com/_GAME/game.swf","Old School","_blank","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=gamespong&first=pong.dcr","Pong","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=gamessnow&first=snowcraft.dcr","Snow Fight","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=flamjam_the_Monkey.swf","Spank the Monkey","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=stick_fight.swf","Stick Fight","_top","");		

	SI("","Funny","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		CP(100,"left","left",-30,-10,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=koko_the_Monkey.swf","Koko","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=kikkomaso_orig.swf","Kikkoman","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=weee.swf","Weee!","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=mr_Nice.swf","Mr. Nice","_top","");
		//CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=poopies.swf","Poopies","_top","");

	SI("","Bush","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		CP(100,"left","left",-20,-10,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://dgam.org/cgi-bin/videoframe.cgi?pic=bushblair_endlesslove.jpg&group=zzz&z=1","Endless Love","_top","");
		CI("http://dgam.org/cgi-bin/videoframe.cgi?pic=Bush_PresAddress.jpg&group=zzz&z=1","Pres Address","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=bush_Modeling.swf","Modeling","_top","");
		CI("http://dgam.org/cgi-bin/resolution.cgi?direct=games&first=dishonestdubya.swf","DisDubya","_top","");

//**DO NOT EDIT THIS *****
}//***********************
//************************
