// Globals effecting all menus
	var PopNoOffMenus=6;	// 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}

// About psych-k
PopMenu1=new Array(		
	7,			// number of main items	
	1,			// Left position
	28,			// Top position
	"#FFF",			// Normal font color
	"#006699",		// Normal back color
	"#97c66c",			// High font color
	"#006699",			// High back color
	"#FFFFFF",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// 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
	2,			// Delay
	0,			// Right to left unfold
	"navPsychK",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_left.gif",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	PopMenu1_1=new Array(
		"What is PSYCH-K?",	// ElementText
		"psych_k.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_2=new Array(
		"How does it work?",	// ElementText
		"psych_k_how_does_it_work.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu1_3=new Array(
		"What are its origins?",	// ElementText
		"psych_k_origins.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu1_4=new Array(
		"How is PSYCH-K unique?",	// ElementText
		"psych_k_differences.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_5=new Array(
		"How will it affect my life?",	// ElementText
		"psych_k_affect_life.php",		// ElementLink						 		
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_6=new Array(
		"Can it help my practice?",	// ElementText
		"psych_k_can_it_help.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_7=new Array(
		"Testimonials",	// ElementText
		"psych_k_testimonials.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

// Personal Sessions
PopMenu2=new Array(		
	3,			// number of main items	
	1,			// Left position
	28,			// Top position
	"#FFF",			// Normal font color
	"#0C273D",		// Normal back color
	"#FFF",			// High font color
	"#00457C",			// High back color
	"#00457C",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// 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
	2,			// Delay
	0,			// Right to left unfold
	"navPersonal",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_left.gif",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	
	PopMenu2_1=new Array(
		"What to expect",	// ElementText
		"personal.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_2=new Array(
		"Services",	// ElementText
		"personal_services.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_3=new Array(
		"Schedule a Personal Session",	// ElementText
		"contact.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

// Benefits
PopMenu3=new Array(		
	4,			// number of main items	
	1,			// Left position
	28,			// Top position
	"#FFF",			// Normal font color
	"#0C273D",		// Normal back color
	"#FFF",			// High font color
	"#00457C",			// High back color
	"#00457C",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// 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
	2,			// Delay
	0,			// Right to left unfold
	"navBusiness",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_left.gif",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	
	PopMenu3_1=new Array(
		"Benefits",	// ElementText
		"business.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		215,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu3_2=new Array(
		"Professional Profile",	// ElementText
		"business_about_joan.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		215,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu3_3=new Array(
		"A unique partnership",	// ElementText
		"business_partnership.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		215,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu3_4=new Array(
		"Organizational training: PER-K",	// ElementText
		"business_organizational_training.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		215,		// ElementWidth
		"#006699",		// ElementBgColor
		"#006699",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#97c66c",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

// About Joan
PopMenu4=new Array(		
	2,			// number of main items	
	1,			// Left position
	28,			// Top position
	"#FFF",			// Normal font color
	"#0C273D",		// Normal back color
	"#FFF",			// High font color
	"#00457C",			// High back color
	"#00457C",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// 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
	2,			// Delay
	0,			// Right to left unfold
	"navAbout",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_left.gif",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	
	PopMenu4_1=new Array(
		"Meet Joan",	// ElementText
		"about_joan.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		150,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu4_2=new Array(
		"A letter from Joan",	// ElementText
		"letter_from_joan.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		150,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText


// Workshops
PopMenu5=new Array(		
	7,			// number of main items	
	1,			// Left position
	28,			// Top position
	"#FFF",			// Normal font color
	"#0C273D",		// Normal back color
	"#FFF",			// High font color
	"#00457C",			// High back color
	"#00457C",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// 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
	2,			// Delay
	0,			// Right to left unfold
	"navWorkshops",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_left.gif",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	
	PopMenu5_1=new Array(
		"PSYCH-K Basic Workshop",	// ElementText
		"workshops.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_2=new Array(
		"PSYCH-K Advanced Workshop",	// ElementText
		"workshops_advanced.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu5_3=new Array(
		"Divine Integration Retreat",	// ElementText
		"divine_integration.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_4=new Array(
		"Egypt Journey of Awakening",	// ElementText
		"egypt.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_5=new Array(
		"Bali Self Transformation",	// ElementText
		"bali.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_6=new Array(
		"Upcoming Workshops",	// ElementText
		"workshops_upcoming.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu5_7=new Array(
		"Workshop Registration",	// ElementText
		"workshops_registration.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		200,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

// Community
PopMenu6=new Array(		
	3,			// number of main items	
	1,			// Left position
	28,			// Top position
	"#FFF",			// Normal font color
	"#0C273D",		// Normal back color
	"#FFF",			// High font color
	"#00457C",			// High back color
	"#00457C",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// 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
	2,			// Delay
	0,			// Right to left unfold
	"navResources",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"/images/arrow_right.gif",		// Arrow right
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_down.gif",	// Arrow down
	9,			// Arrow Width
	8,			// Arrow Height
	"/images/arrow_left.gif",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	PopMenu6_1=new Array(
		"Your Beliefs Matter PSYCH-K Newsletter and Reports",	// ElementText
		"community.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		40,		// ElementHeight
		215,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu6_2=new Array(
		"PSYCH-K Resources",	// ElementText
		"community_resources.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		215,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu6_3=new Array(
		"Joan's Photo Album",	// ElementText
		"album.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		215,		// ElementWidth
		"#006699",		// ElementBgColor
			"#006699",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#97c66c",		// ElementFontHighColor
			"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
