// Globals effecting all menus
	var PopNoOffMenus=8;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=0.25, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.25, wipeStyle=1)";

	var PopMenuShadow="";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=0, offY=0, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=0)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

PopMenu1=new Array(		// global variables for PopMenu1
	6,			// number of main items
	8,			// Left position
	30,			// Top position
	"white",			// Normal font color
	"#000066",		// Normal back color
	"#EEEEEE",			// High font color
	"#26267F",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// Delay
	0,			// Right to left unfold
	"nav1",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	5,			// Left padding
	0);			// Unfold On Click

		
		PopMenu1_1=new Array(
		"Staff",	// ElementText
		"/staff.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_2=new Array(
		"Management Circle",	// ElementText
		"/management.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_3=new Array(
		"Financial Info",	// ElementText
		"/financial_info.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_4=new Array(
		"Member and Affiliate Orgs",	// ElementText
		"/member_affiliate_orgs_list.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_5=new Array(
		"Media Kit",	// ElementText
		"/documents/media_kit.pdf",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_6=new Array(
		"Herstory",	// ElementText
		"/herstory.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
PopMenu2=new Array(		// global variables for PopMenu2
	1,			// number of main items
	8,			// Left position
	30,			// Top position
	"white",			// Normal font color
	"#000066",		// Normal back color
	"#EEEEEE",			// High font color
	"#26267F",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// Delay
	0,			// Right to left unfold
	"nav2",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	5,			// Left padding
	0);			// Unfold On Click

	PopMenu2_1=new Array(
		"Under Construction",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		

PopMenu3=new Array(		// global variables for PopMenu3
	4,			// number of main items
	8,			// Left position
	30,			// Top position
	"white",			// Normal font color
	"#000066",		// Normal back color
	"#EEEEEE",			// High font color
	"#26267F",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// Delay
	0,			// Right to left unfold
	"nav3",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	5,			// Left padding
	0);			// Unfold On Click

	PopMenu3_1=new Array(
		"Join SisterSong",	// ElementText
		"/join_sistersong.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu3_2=new Array(
		"Volunteer or Intern",	// ElementText
		"/volunteer.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu3_3=new Array(
		"Working Committees",	// ElementText
		"/committees.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu3_4=new Array(
		"Join the ListServ",	// ElementText
		"/join_listServ.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
PopMenu4=new Array(		// global variables for PopMenu4
	4,			// number of main items
	8,			// Left position
	30,			// Top position
	"white",			// Normal font color
	"#000066",		// Normal back color
	"#EEEEEE",			// High font color
	"#26267F",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// Delay
	0,			// Right to left unfold
	"nav4",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	5,			// Left padding
	0);			// Unfold On Click

	PopMenu4_1=new Array(
		"Latest News",	// ElementText
		"/latest_news.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_2=new Array(
		"Publications and Articles",	// ElementText
		"/publications.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_3=new Array(
		"Collective Voices Newspaper",	// ElementText
		"/newspaper.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_4=new Array(
		"Media Kit",	// ElementText
		"/documents/media_kit.pdf",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
PopMenu5=new Array(		// global variables for PopMenu5
	4,			// number of main items
	8,			// Left position
	30,			// Top position
	"white",			// Normal font color
	"#000066",		// Normal back color
	"#EEEEEE",			// High font color
	"#26267F",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// Delay
	0,			// Right to left unfold
	"nav5",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	5,			// Left padding
	0);			// Unfold On Click

	PopMenu5_1=new Array(
		"MotherHouse",	// ElementText
		"/CapitalCampaign.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu5_2=new Array(
		"Capital Campaign",	// ElementText
		"/CapitalCampaign.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu5_3=new Array(
		"Scholarship Fund",	// ElementText
		"/scholarshipfund.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu5_4=new Array(
		"RJ Training Fund",	// ElementText
		"RJTrainingFund.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
PopMenu6=new Array(		// global variables for PopMenu6
	4,			// number of main items
	8,			// Left position
	30,			// Top position
	"white",			// Normal font color
	"#000066",		// Normal back color
	"#EEEEEE",			// High font color
	"#26267F",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// Delay
	0,			// Right to left unfold
	"nav6",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	5,			// Left padding
	0);			// Unfold On Click

	PopMenu6_1=new Array(
		"Photo Galleries",	// ElementText
		"/gallery.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu6_2=new Array(
		"SisterStuff",	// ElementText
		"/sisterStuff.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu6_3=new Array(
		"Resources for Women of Color",	// ElementText
		"/Resources_for_WOC.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu6_4=new Array(
		"Resources for Young Activists",	// ElementText
		"resources_young.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#000066",		// ElementBgColor
		"#26267F",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
PopMenu7=new Array(		// global variables for PopMenu7
	2,			// number of main items
	0,			// Left position
	22,			// Top position
	"white",			// Normal font color
	"#660000",		// Normal back color
	"#EEEEEE",			// High font color
	"#26267F",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// Delay
	0,			// Right to left unfold
	"nav7",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	5,			// Left padding
	0);			// Unfold On Click

	PopMenu7_1=new Array(
		"Individual Membership",	// ElementText
		"/join_individual.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#a12d18",		// ElementBgColor
		"#ac5959",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu7_2=new Array(
		"Organizational Membership",	// ElementText
		"/join_organization.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#a12d18",		// ElementBgColor
		"#ac5959",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

PopMenu8=new Array(		// global variables for PopMenu8
	4,			// number of main items
	0,			// Left position
	22,			// Top position
	"white",			// Normal font color
	"#660000",		// Normal back color
	"#EEEEEE",			// High font color
	"#26267F",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	1,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	0,			// Delay
	0,			// Right to left unfold
	"nav8",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	3,			// Top padding
	5,			// Left padding
	0);			// Unfold On Click

	PopMenu8_1=new Array(
		"Donate Online",	// ElementText
		"/donate.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#a12d18",		// ElementBgColor
		"#ac5959",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu8_2=new Array(
		"Donate by Phone",	// ElementText
		"/donate_phone.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#a12d18",		// ElementBgColor
		"#ac5959",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu8_3=new Array(
		"Donate by Mail",	// ElementText
		"/donate_mail.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#a12d18",		// ElementBgColor
		"#ac5959",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu8_4=new Array(
		"Corporate Matching Gifts",	// ElementText
		"/corporate_matching.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		155,		// ElementWidth
		"#a12d18",		// ElementBgColor
		"#ac5959",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#EEEEEE",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText