/***********************************************************************************
*	(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=17;			// Number of first level items

	var LowBgColor='#eeeeee';			// Background color when mouse is not over
	var LowSubBgColor='#eeeeee';		        // Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs

	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='0000FF';			// Font color when mouse is over
	var FontSubHighColor='0000FF';			// Font color subs when mouse is over

	var BorderColor='999999';			// Border color
	var BorderSubColor='999999';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			        // Border between elements 1 or 0
	
        var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				        // 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=142;				// Menu offset x coordinate
	var StartLeft=13;				// 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=2;				// Top padding

	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			        // 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=['../gifs/tri.gif',5,10,'../gifs/tridown.gif',10,5,'gifs/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// **********************************************************************

function fRedText(sText)
{
 var sRedText
 sRedText="&nbsp;<B><font color='FF0000'>"+sText+"</font></B>"
 return (sRedText)
}

function fGreenText(sText)
{
 var sGreenText
 sGreenText="&nbsp;<B><font color='009900'>"+sText+"</font></B>"
 return (sGreenText)
}

function fDivider(sText,sBackColor,sForeColor,sSize)
{
  var sString  

  sString="<table bgcolor='"+sBackColor+"' width='140' height=20 border=0 cellspacing='0'><tr><td>"
  sString=sString+"<B><font color='"+sForeColor+"' face='tahoma,arial,comic sans ms,technical' size='"+sSize+"'>&nbsp;"
  sString=sString+sText
  sString=sString+"</B></font></td></tr></table>"
  return (sString)
}

function webdate()
{
  var mydate=new Date()
  var year=mydate.getYear()  
  var month=mydate.getMonth()
  var daym=mydate.getDate()
  var webdate

  if (year < 1000) year+=1900  
  if (daym<10) daym="0"+daym
  var montharray=new Array("Jan.","Feb.","Mar.","Apr.","May","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec.")  
  webdate = fDivider(montharray[month]+" "+daym+", "+year,"000080","FFFFFF","2")
  return (webdate)
}

// **********************************************************************

// 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(webdate() ,"","",0,20,114);

Menu2=new Array(fRedText("NEWS & EVENTS"),"../index.html","",0,20,114);

Menu3=new Array("Home","../home.html","",0,20,110);

//Menu4=new Array("&nbsp;Club Calendar&nbsp;<img src=../gifs/star.gif>","","",16);

Menu4=new Array("Club Calendar","","",13);
	Menu4_1=new Array("Standardized","../stdcalendar.html","",0,20,100);
	Menu4_2=new Array("January","../cal2010/10jan.html","",0);
	Menu4_3=new Array("February","../cal2010/10feb.html","",0);
	Menu4_4=new Array("March","../cal2010/10mar.html","",0);
	Menu4_5=new Array("April","../cal2010/10apr.html","",0);
	Menu4_6=new Array("May","../cal2010/10may.html","",0);
	Menu4_7=new Array("June","../cal2010/10jun.html","",0);
	Menu4_8=new Array("July","../cal2010/10jul.html","",0);
	Menu4_9=new Array("August","../cal2010/10aug.html","",0);
	Menu4_10=new Array("September","../cal2010/10sep.html","",0);
	Menu4_11=new Array("October","../cal2010/10oct.html","",0);
	Menu4_12=new Array("November","../cal2010/10nov.html","",0);
	Menu4_13=new Array("December","../cal2010/10dec.html","",0);

Menu5=new Array("Club Information","","",5);
        Menu5_1=new Array("About PCGC","../aboutus.html","",0,20,100);
	Menu5_2=new Array("Contact Us","../contactus.html","",0);
	Menu5_3=new Array("Directions","../directions.html","",0);
        Menu5_4=new Array("Club Membership","../memapp.html","",0);

	Menu5_5=new Array("JOIN the NRA!","../nraapp.html","",0);
	

//Menu6=new Array("&nbsp;Club Newsletters&nbsp;<img src=../gifs/icon_offsite.gif>","../newsletters/nonewsletters.html","",0,20,125);

Menu6=new Array("&nbsp;Club Newsletters&nbsp;<img src=../gifs/icon_offsite.gif>","","",4);
	Menu6_1=new Array("Feb 20 2010 (pdf)","../newsletters/PCGC Newsletter Feb 2010.pdf","",0,20,115);
	Menu6_2=new Array("","",0);
	Menu6_3=new Array("Feb 20 2010 (pdf)","../newsletters/PCGC Newsletter Feb 2010.pdf","",0);
 	Menu6_4=new Array("","",0);
	
	
Menu7=new Array(fDivider("Programs","008000","FFFFFF","2"),"","",0,20,110);

Menu8=new Array("High Power Rifle","","",3);
	Menu8_1=new Array("HP Rifle's Home","../highpower.html","",0,20,150);
	Menu8_2=new Array("Rules & Equipment","../hpprimer.html","",0);
	Menu8_3=new Array("Match Results (pdf)","","",6);
		Menu8_3_1=new Array("May 2009","../hipower/hpmatch200905.pdf","",0,20,75);
                Menu8_3_2=new Array("Jun 2009","../hipower/hpmatch200906.pdf","",0);
                Menu8_3_3=new Array("Jul 2009","../hipower/hpmatch200907.pdf","",0);
                Menu8_3_4=new Array("Aug 2009","../hipower/hpmatch200908.pdf","",0);
                Menu8_3_5=new Array("Oct 2009","../hipower/hpmatch200910.pdf","",0);
                Menu8_3_6=new Array("May 2010","../hipower/hpmatch201005.pdf","",0);




Menu9=new Array("Smallbore Silhouette","../silhouette.html","",0,20,125);

//Menu9=new Array("&nbsp;Silhouettes&nbsp;<img src=../gifs/new4.gif>","../silhouette.html","",0,20,125);

//Menu9=new Array("Metallic Silhouette","","",2);
//        Menu9_1=new Array("Silhouette's Home","../silhouette.html","",0,20,120);
//	Menu9_2=new Array("Rules & Equipment","../silprimer.html","",0);	

// Menu10=new Array("NC CC Safety","../cchsafety.html","",0,20,125);	

Menu10=new Array("Skeet","","",4);
	Menu10_1=new Array("Skeet's Home","../skeet.html","",0,20,175);
	Menu10_2=new Array("Scorecards from Remington","http://www.remington.com/library/downloads/score_cards.asp","",0);
        Menu10_3=new Array("Skeet Fundamentals","http://www.remington.com/library/downloads/brochures.asp","",0);
	Menu10_4=new Array("National Skeet Shooting Assc.","http://mynssa.com","",0);

Menu11=new Array("Jr. Shooters Program","../jrrifleteam.html","",0,20,125);

Menu12=new Array("Trap","","",4);
	Menu12_1=new Array("Trap's Home","../trap.html","",0,20,170);
	Menu12_2=new Array("Scorecards from Remington","http://www.remington.com/library/downloads/score_cards.asp","",0);
        Menu12_3=new Array("Trap Fundamentals","http://www.remington.com/library/downloads/brochures.asp","",0);
	Menu12_4=new Array("Amateur Trap Association","http://shootata.com","",0);



Menu13=new Array(fDivider("Misc.","008000","FFFFFF","2"),"","",0,20,110);

Menu14=new Array("PCGC Weather","http://www.weather.com/weather/local/28782","",0,20,110);

Menu15=new Array("Websites of Interest","","",3);			
	Menu15_1=new Array("USA Carry","http://www.usacarry.com/concealed_carry_permit_information.html","",0,20,175);	
	Menu15_2=new Array("Civilian Marksmanship Program","http://www.odcmp.com","",0);
	Menu15_3=new Array("National Rifle Association","","",6);
		Menu15_3_1=new Array("NRA's Home","http://www.nra.org","",0,20,150);
		Menu15_3_2=new Array("NRA Headquarters' Home","http://www.nrahq.org","",0);
		Menu15_3_3=new Array("High Power Rifle Competition","http://www.nrahq.org/compete/highpower.asp","",0);
		Menu15_3_4=new Array("Silhouette Competition","http://www.nrahq.org/compete/silhouette.asp","",0);
		Menu15_3_5=new Array("Smallbore Rifle","http://www.nrahq.org/compete/smallbore.asp","",0);
		Menu15_3_6=new Array("Women On Target","http://www.nrahq.org/women/wot.asp","",0);

Menu16=new Array("Free Downloads","","",3);
	Menu16_1=new Array("Adobe Reader  8.1","http://www.adobe.com/products/acrobat/readstep2.html","",0,20,110);
	Menu16_2=new Array("Internet Explorer  6","http://www.microsoft.com/downloads/details.aspx?FamilyID=1e1550cb-5e5d-48f5-b02b-20b602228de6&DisplayLang=en ","",0);
	Menu16_3=new Array("Internet Explorer  7","http://www.microsoft.com/windows/downloads/ie/getitnow.mspx","",0);	

Menu17=new Array(fDivider("Updated 14-Aug-09","800000","FFFFFF","1"),"","",0,20,110);