

	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='#192b9b';			// Background color when mouse is not over
	var LowSubBgColor='#192b9b';			// Background color when mouse is not over on subs
	var HighBgColor='#2dbb2b';			// Background color when mouse is over
	var HighSubBgColor='#2dbb2b';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='ffffff';			// Font color when mouse is over
	var FontSubHighColor='ffffff';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="times,serif"	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=192;				// Menu offset x coordinate
	var StartLeft=20;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='menu';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=1;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Welcome","/index.shtml","",0,25,170);
Menu2=new Array("POP! Takes Flight","/takingflight/index.shtml","",0,25,170);
Menu3=new Array("POP! at Events","/events/index.shtml","",2,25,170);
	Menu3_1=new Array("Past","/events/past.shtml","",3,22,100);	
		Menu3_1_1=new Array("2005","/events/past.shtml","",0,22,100);
		Menu3_1_2=new Array("2006","/events/past2006.shtml","",0,22,100);
		Menu3_1_3=new Array("2007","/events/past2007.shtml","",0,22,100);
	Menu3_2=new Array("Future","/events/future.shtml","",0,22,100);
Menu4=new Array("Sponsor Opportunities","/sponsorops/index.shtml","",0,25,170);
Menu5=new Array("Sponsors","/sponsors/index.shtml","",0,25,170);
Menu6=new Array("Meet the Artists","/artists/index.shtml","",11,25,170);
	Menu6_1=new Array("Donna Hooker","/artists/hooker/index.shtml","",0,22,220);	
	Menu6_2=new Array("Loretta Martinez","/artists/martinez/index.shtml","",0,22,220);
	Menu6_3=new Array("Dori Pace/Judy Smith","/artists/pacesmith/index.shtml","",0,22,220);
	Menu6_4=new Array("Gordon Ross","/artists/ross/index.shtml","",0,22,220);
	Menu6_5=new Array("Stefan Savides","/artists/savides/index.shtml","",0,22,220);
	Menu6_6=new Array("Amy Thompson/Eric Strickland","/artists/thompsonstrickland/index.shtml","",0,22,220);
	Menu6_7=new Array("Susan Liskey","/artists/liskey/index.shtml","",0,22,220);
	Menu6_8=new Array("Bev Fairclo-Ott/Daniel Rey","/artists/ott-rey/index.shtml","",0,22,220);
	Menu6_9=new Array("Gallery 803","/artists/803/index.shtml","",0,22,220);
	Menu6_10=new Array("Leslie Rodgers","/artists/rodgers/index.shtml","",0,22,220);
	Menu6_11=new Array("Fran Coker","/artists/coker/index.shtml","",0,22,220);
Menu7=new Array("Esoterica","/faqs/index.shtml","",3,25,170);
	Menu7_1=new Array("FAQs","/faqs/faqs.shtml","",0,22,220);
	Menu7_2=new Array("Buy a Pelican","/faqs/buy.shtml","",0,22,220);
	Menu7_3=new Array("Guidelines for Artists","/faqs/artist.shtml","",0,22,220);
Menu8=new Array("Pelican Gallery & Gifts","/gallery/index.shtml","",0,25,170);
Menu9=new Array("Tour Sites","/map/index.shtml","",0,25,170);
Menu10=new Array("Backstage","/backstage/index.shtml","",0,25,170);
//Menu11=new Array("Auction","/auction/index.shtml","",0,25,170);
Menu11=new Array("Links","/links/index.shtml","",0,25,170);
Menu12=new Array("Contact Us","/contactus/index.shtml","",0,25,170);

