//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  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
var absLEFT =  2;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	178; 		// 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 = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#336699";	// main nav cell color
var rCOLOR = 	"white";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"white"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"#336699";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	0;		// 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 = 	5;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#E0E0E0";	// submenu cell color

var srCOLOR = 	"black";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"white"	// submenu border color
var saLINK = 	"#336699";	// submenu link color
var saHOVER = 	"white";		// submenu link hover-color (dual purpose)
var saDEC = 	"undderline";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"bold"	// submenu font weight
var stINDENT = 	0;		// 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 =	4;		// submenu drop shadow size
var shCOLOR =	"black";	// 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 = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

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 = 500;		// override grid height
var documentWIDTH = 770;		// 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;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


addMainItem("http://www.landyvision.com","Home",110,"center","","Return to Home Page",0,0,"","","","","");


addMainItem("","Photography",130,"center","","Elliott Landy's photos",0,0,"","","","","");

	defineSubmenuProperties(160,"center","center",-4,0,"","","","","","","");

	addSubmenuItem("#","Rock & Roll photos","","Rock & Roll photos");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(130,"left","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","#FFCC00","","","","black","white");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.landyvision.com/photos/Woodstock_69/index.htm","Woodstock 69","","photos of Woodstock '69");
		addChildmenuItem("http://www.landyvision.com/photos/Bob_Dylan/index.htm","Bob Dylan","","photos of Bob Dylan");
		addChildmenuItem("http://www.landyvision.com/photos/The_Band/index.htm","The Band","","photos of The Band");
		addChildmenuItem("http://www.landyvision.com/photos/Jimi_Hendrix/index.htm","Jimi Hendrix","","photos of Jimi Hendrix");
		addChildmenuItem("http://www.landyvision.com/photos/Jim_Morrison/index.htm","Jim Morrison","","photos of Jim Morrison");
		addChildmenuItem("http://www.landyvision.com/photos/Van_Morrison/index.htm","Van Morrison","","photos of Van Morrison");
		addChildmenuItem("http://www.landyvision.com/photos/Janis_Joplin/index.htm","Janis Joplin","","photos of Janis Joplin");
		addChildmenuItem("http://www.landyvision.com/photos/60s_artists/index.htm","60s music legends","","photos of 60s music legends");
		
	addSubmenuItem("http://www.landyvision.com/photos/Civil_Rights_Movement/index.htm","60s Civil Rights","","photos of the 60s Civil Rights Movement");
	addSubmenuItem("http://www.landyvision.com/photos/celebrities/index.htm","60s celebrities","","photos of 60s celebrities");
	addSubmenuItem("http://www.landyvision.com/photos/Flower_photos/index.htm","Flower photos","","Elliott's flower photos");
	addSubmenuItem("http://www.landyvision.com/NYKaleidoscapes/index.htm","NY City Kaleidoscapes","","NY City Kaleidoscapes");
	addSubmenuItem("http://www.landyvision.com/photos/Pixelated_Art/index.htm","Pixelated photos","","Pixelated Art");
	addSubmenuItem("http://www.landyvision.com/photos/Misc_Photos/index.htm","Misc photos","","other photos");


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("http://www.landyvision.com/The_Sixties_Generation/index.html","Elliott's Writings",140,"center","","Elliott's Writings",0,0,"","","","","");

defineSubmenuProperties(175,"left","center",-4,0,"","","","","","","");

	addSubmenuItem("http://www.landyvision.com/The_Sixties_Generation/vision_of_a_generation.html","The Vision of a Generation","","The Vision of a Generation");
	addSubmenuItem("http://www.landyvision.com/The_Sixties_Generation/star_and_stones.html","Stars & Stones","","Stars & Stones");
	addSubmenuItem("http://www.landyvision.com/The_Sixties_Generation/high_on_the_music.html","High on the Music","","High on the Music");
	addSubmenuItem("http://www.landyvision.com/The_Sixties_Generation/the_band.html","The Band","","The Band");
	addSubmenuItem("http://www.landyvision.com/The_Sixties_Generation/bob_dylan.html","Photographing Bob Dylan","","Photographing Bob Dylan");
	addSubmenuItem("http://www.landyvision.com/The_Sixties_Generation/the_woodstock_festival","The Woodstock Festival","","The Woodstock Festival");
	addSubmenuItem("http://www.landyvision.com/The_Sixties_Generation/moving_on.html","Moving On","","Moving On");

addMainItem("http://www.landyvision.com/phototalk.html","PhotoTalks",110,"center","","Elliott Landy's PhotoTalks -video & narration",0,0,"","","","","");


addMainItem("","Elliott Landy",127,"center","","About Elliott Landy",0,0,"","","","","");

	defineSubmenuProperties(130,"left","center",-4,0,"","","","","","","");

	addSubmenuItem("http://www.landyvision.com/blog.html","Elliott's Blog","","Elliott's Blog");
	addSubmenuItem("http://www.landyvision.com/bio.html","Biography","","Elliott's biography");
	addSubmenuItem("http://www.landyvision.com/Exhibitions/index.htm","Exhibitions","","Elliott's Exhibitions");
	addSubmenuItem("http://www.landyvision.com/Q&A.htm","Ask Elliott","","Ask Elliott a Question");
	addSubmenuItem("http://www.landyvision.com/contactme.html","Contact","","Elliott Landy's Contact info");


addMainItem("","Elliott's Products",145,"center","","Elliott's Products",0,0,"","#FFCC00","#FFCC00","#006699","#006699");

	defineSubmenuProperties(160,"left","center",-4,0,"","","","","","","");

	addSubmenuItem("","Books","","Elliott Landy's books");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","#FFCC00","","","","black","white");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.landyvision.com/book-2009.html","Woodstock Vision","","Woodstock Vision - The Spirit of a Generation");
		addChildmenuItem("http://www.landyvision.com/dylan.html","Dylan in Woodstock","","Bob Dylan in Woodstock");
		
	addSubmenuItem("","CD ROM","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","#FFCC00","","","","black","white");
		
	// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.landyvision.com/cdrom.html","Woodstock Vision","","Woodstock Vision - The Spirit of a Generation");

	addSubmenuItem("","Video","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","#FFCC00","","","","black","white");
		
	// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.tablemannersvideo.com","Table Manners Video","_blank","Table manners for everyday use");
	
	addSubmenuItem("","Screensaver","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(170,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","#FFCC00","","","","black","white");
		
	// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://en.infinisys.co.jp/product/jhendrix_ss/index.shtml","Jimi Hendrix Screensaver","_blank","Jimi Hendrix Screensaver");
	
	addSubmenuItem("","Rock & Roll Prints","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","#FFCC00","","","","black","white");
		
	// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("","Coming Soon...","","Coming Soon...");
	
	addSubmenuItem("","Classic Rock Posters","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","#FFCC00","","","","black","white");
		
	// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("","Coming Soon...","","Coming Soon...");
	


//**DO NOT EDIT THIS *****
}//***********************
//************************
