/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#0066ff';			// Background color when mouse is not over
	var LowSubBgColor='yellow';			// Background color when mouse is not over on subs
	var HighBgColor='#3366bb';			// Background color when mouse is over
	var HighSubBgColor='red';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';		// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical";	// Font family menu items
	var FontSize=9;						// Font size menu items
	var FontBold=1;						// 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='center';			// 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=108;					// Menu offset x coordinate
	var StartLeft=3;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=3;					// Left padding
	var TopPaddng=4;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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='';					// 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=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;					// 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("About Us","index.html","",8,25,80);
	Menu1_1=new Array("A-Z Index","indexaz.html","",0,25,160);
	Menu1_2=new Array("Who We Are","Whoweare.htm","",0);
	Menu1_3=new Array("Board of Directors","Directors.htm","",0);
	Menu1_4=new Array("Membership Application","Membappl.pdf","",0);
	Menu1_5=new Array("ByLaws","ByLaws.htm","",0);
	Menu1_6=new Array("Contact Us","ContactUs.html","",0);
	Menu1_7=new Array("PLCC Membership Benefits","Membship.html","",0);
	Menu1_8=new Array("PLCC History","PLCCHistory.html","",0);

Menu2=new Array("Events","","",3);
	Menu2_1=new Array("General Meeting","GenMtg.html","",0,25,155);
	Menu2_2=new Array("Past Meetings Handouts","hand_out.htm","",0);
	Menu2_3=new Array("Saturday Workshop","Saturday.htm","",0);

Menu3=new Array("Education","","",5);
	Menu3_1=new Array("Saturday Workshop","Saturday.htm","",0,25,155);
	Menu3_2=new Array("Special Interest Groups","","",6);
		Menu3_2_1=new Array("Office Applications","OfficeSIG.html","",0,25,130);
		Menu3_2_2=new Array("Windows Live Mail","WLiveMailSIG.html","",0);
		Menu3_2_3=new Array("Photography","PhotographySIG.html","",0);
		Menu3_2_4=new Array("Special Topics","SpecialTopicsSIG.html","",0);
		Menu3_2_5=new Array("MAC","PLCCMACSIG.html","",0);
		Menu3_2_6=new Array("Pro Show Gold","ProShowSIG.html","",0);
	Menu3_3=new Array("Classes","","",3);
		Menu3_3_1=new Array("Photo Editing","Photography.htm","",0,25,200);
		Menu3_3_2=new Array("PC Beginning Computer Course","","",2);
			Menu3_3_2_1=new Array("Class Syllabus","Syllabus.htm","",0,25,150);
			Menu3_3_2_2=new Array("Next Scheduled Class","BegClass.htm","",0);
		Menu3_3_3=new Array("MAC Beginning Computer Course","Beginning MAC Class.htm","",2);
			Menu3_3_3_1=new Array("MAC Class Syllabus","MAC Syllabus.htm","",0,25,150);
			Menu3_3_3_2=new Array("Next Scheduled Class","Beginning MAC Class.htm","",0);
	Menu3_4=new Array("Need Mentoring","mentoring.htm","",0);
	Menu3_5=new Array("Warren Berg Scholarship","Berg.htm","",0);
	
Menu4=new Array("Web Links","","",10);
	Menu4_1=new Array("Computers","","",6,25,200);
		Menu4_1_1=new Array("Diagnostics","","",2,25,120);
			Menu4_1_1_1=new Array("PCPITSTOP","http://www.pcpitstop.com","",0,25,85);
			Menu4_1_1_2=new Array("BELARC","http://www.belarc.com","",0);
			Menu4_1_2_3=new Array("Free Software","","",6);
					Menu4_1_2_3_1=new Array("Snapfiles","http://www.snapfiles.com/","",0,25,125);
					Menu4_1_2_3_2=new Array("Backup Programs","","",2);
						Menu4_1_2_3_2_1=new Array("HsinLin.Com Freeware","http://www.hsinlin.com/software/backup.html","",0,25,145);
						Menu4_1_2_3_2_2=new Array("Freebyte Backup","http://www.freebyte.com/fbbackup/","",0);
								
		Menu4_1_2=new Array("Programs","","",3);
			Menu4_1_2_1=new Array("SNAGIT","http://www.snagit.com","",0,25,130);
			Menu4_1_2_2=new Array("Start Up Programs","http://www.sysinfo.org/startuplist.php","",0);

					Menu4_1_2_3_3=new Array("Open Office","http://www.openoffice.org/product/index.html","",0);
					Menu4_1_2_3_4=new Array("Spoofstick","http://www.spoofstick.com","",0);
					Menu4_1_2_3_5=new Array("SiteAdvisor","http://www.siteadvisor.com","",0);
					Menu4_1_2_3_6=new Array("Need a Magnifier","http://magnifier.sourceforge.net","",0);
		
		Menu4_1_3=new Array("Magazines","","",3);
			Menu4_1_3_1=new Array("Smart Computing","http://www.smartcomputing.com","",0,25,120);
			Menu4_1_3_2=new Array("PC Magazine","http://www.pcmagazine.com","",0);
			Menu4_1_3_3=new Array("PC World","http://www.pcworld.com","",0);		
		
		Menu4_1_4=new Array("Computer Terms","","",3);
			Menu4_1_4_1=new Array("Dictionary of Computer Terms","http://whatis.techtarget.com/","",0,25,195);
			Menu4_1_4_2=new Array("WEBOPEDIA","http://www.webopedia.com","",0);
			Menu4_1_4_3=new Array("File Extensions","http://www.filext.com","",0);
		
		Menu4_1_5=new Array("Windows XP","","",3);
			Menu4_1_5_1=new Array("Power Toys for XP","http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx","",0,25,195);
			Menu4_1_5_2=new Array("How to use Windows XP","http://www.microsoft.com/windowsxp/default.mspx","",0);
			Menu4_1_5_3=new Array("Troubleshooting Windows XP","http://kellys-komer-xp.com/xp.html","",0);
		
		Menu4_1_6=new Array("Computer Tips","","",1);
			Menu4_1_6_1=new Array("WorldStart.com","http://www.worldstart.com/newsletters.htm","",0,25,120);

			
	
	Menu4_2=new Array("Search Engines","","",2,25,105);
		Menu4_2_1=new Array("GOOGLE","http://www.google.com","",0,25,190);
		Menu4_2_2=new Array("YAHOO","http://www.yahoo.com","",0);
			
	Menu4_3=new Array("Key Shortcuts","","",2);
		Menu4_3_1=new Array("Microsoft Key Shortcuts","http://www.computerhope.com/shortcut.htm","",0,25,200);
		Menu4_3_2=new Array("Outlook Express Key Shortcuts ","http://www.lboro.ac.uk/computing/access/oe-shortcuts.html","",0);
	
	Menu4_4=new Array("Virus Protection & information","","",5);
		Menu4_4_1=new Array("Government Spam Website","http://www.ftc.gov/bcp/conline/edcams/spam/index.html","",0,25,250);
		Menu4_4_2=new Array("Snopes","http://www.snopes.com","",0);
		Menu4_4_3=new Array("Virus Tutorial","http://www.cknow.com/vtutor","",0);
		Menu4_4_4=new Array("On Guard Online by Federal Government","http://onguardonline.gov/index.html","",0);
		Menu4_4_5=new Array("SpyWareWarrior","http://www.spywarewarrior.com/","",0);
				
	Menu4_5=new Array("Photography","","",1);
		Menu4_5_1=new Array("PICASA","http://www.picasa.com","",0,25,175);
		
	Menu4_6=new Array("Health","","",1);
		Menu4_6_1=new Array("Medical Sites","/Handouts/sep_2006.htm","",0,25,175);

	Menu4_7=new Array("Libraries/Genealogy","","",2);
		Menu4_7_1=new Array("Jefferson County Library","http://www.jcl.lib.wa.us","",0,25,175);
		Menu4_7_2=new Array("Kitsap Regional Library","http://www.krl.org/","",0);
		Menu4_7_3=new Array("Library Index","http://www.libraryspot.org/","",0);
		
	Menu4_8=new Array("Recipes","","",0);
		
	Menu4_9=new Array("Port Ludlow","","",3);
		Menu4_9_1=new Array("Go Northwest","http://www.gonorthwest.com/Washington/olympic/Port_Ludlow/Port_Ludlow.htm","",0,25,165);
		Menu4_9_2=new Array("Virtual Tour on a Free CD","http://visitor.constantcontact.com/email.jsp?m=1100517060248","",0);
		Menu4_9_3=new Array("Port Ludlow Village","","",4);
			Menu4_9_3_1=new Array("Port Ludlow Village Council","http://www.plvc.org/council.htm","",0,25,200);
			Menu4_9_3_2=new Array("Port Ludlow Arts Council","http://www.plvc.org/music0506.htm","",0);
			Menu4_9_3_3=new Array("South Bay Community Association","http://www.plvc.org/sbca.htm","",0);
			Menu4_9_3_4=new Array("The Beach Club at Port Ludlow","http://www.lmcbeachclub.com/","",0);
		
	Menu4_10=new Array("Olympic Peninsula Destinations","","",3);
		Menu4_10_1=new Array("Interesting Destinations","http://www.youra.com","",0,25,195);
		Menu4_10_2=new Array("Olympic Peninsula Home Page","http://www.olympicpeninsula.org","",0);
		Menu4_10_3=new Array("Jefferson County website","http://www.co.jefferson.wa.us","",0);
		
	Menu4_11=new Array("Archives","","",7);
		Menu4_11_1=new Array("2002","Archives_2002.htm","",0,25,60);
		Menu4_11_2=new Array("2003","Archives_2003.htm","",0);
		Menu4_11_3=new Array("2004","Archives_2004.htm","",0);
		Menu4_11_4=new Array("2005","Archives_2005.htm","",0);
		Menu4_11_5=new Array("2006","Archives_2006.htm","",0);
		Menu4_11_6=new Array("2007","Archives_2007.htm","",0);
		Menu4_11_7=new Array("2008","Archives_2008.htm","",0);
		
Menu5=new Array("Shopping","","",4);
	Menu5_1=new Array("mwave","http://dmoz.org/Shopping/","",0,25,200);
	Menu5_2=new Array("How to Buy a Laptop","http://howtobuyalaptop.com/","",0);
	Menu5_3=new Array("Price & Product Comparisions","","",2);
		Menu5_3_1=new Array("Price Watch","http://www.pricewatch.com/","",0,25,100);
		Menu5_3_2=new Array("Price Grabber","http://www.pricegrabber.com/","",0);
	Menu5_4=new Array("Ink Cartridges","http://accstation.com/","",0);	
				
Menu6=new Array("Recycling","","",2);
	Menu6_1=new Array("Computer Parts Disposal Site","recycle.htm","",0,25,185);
	
	Menu6_2=new Array("Ink Cartridge Recycle Program","ink.htm","",0);
	
	Menu6_5=new Array("Need a Magnifier","http://magnifier.sourceforge.net","",0);

Menu7=new Array("Calendar","calendar.html","",0);

Menu8=new Array("Archives","","",8);
		Menu8_1=new Array("A-Z INDEX","indexaz.html","",0,25,225);
		Menu8_2=new Array("2002","Archives_2002.htm","",0);
		Menu8_3=new Array("2003","Archives_2003.htm","",0);
		Menu8_4=new Array("2004","Archives_2004.htm","",0);
		Menu8_5=new Array("2005","Archives_2005.htm","",0);
		Menu8_6=new Array("2006","Archives_2006.htm","",0);
		Menu8_7=new Array("2007","Archives_2007.htm","",0);
		Menu8_8=new Array("2008","Archives_2008.htm","",0);