// Globals effecting all menus
	var PopNoOffMenus=7;	// 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(		
	5,			// number of main items
	0,			// Left position
	29,			// Top position
	"#FFF",			// Normal font color
	"#B39542",		// Normal back color
	"#007BD8",			// High font color
	"#B39542",			// 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
	1,			// Delay
	0,			// Right to left unfold
	"nav_searchSub",			// 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(
		"Home Plans Search",	// ElementText
		"/homeplans/index.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu1_2=new Array(
		"Newest Plans",	// ElementText
		"/homeplans/newest_plans.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu1_3=new Array(
		"Best Selling",	// ElementText
		"/homeplans/best_selling.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_4=new Array(
		"Southern Living",	// ElementText
		"/homeplans/southern_living.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_5=new Array(
		"Specialty Plans",	// ElementText
		"/homeplans/specialty_plans.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText


PopMenu2=new Array(		
	4,			// number of main items
	0,			// Left position
	29,			// 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
	1,			// Delay
	0,			// Right to left unfold
	"nav_productsSub",			// 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(
		"About Our Home Plans",	// ElementText
		"/products/plans.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_2=new Array(
		"Material Workbooks",	// ElementText
		"/products/material_workbooks.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_3=new Array(
		"Artwork",	// ElementText
		"/products/artwork.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu2_4=new Array(
		"Publications",	// ElementText
		"/products/publications.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
PopMenu3=new Array(		
	3,			// number of main items
	0,			// Left position
	29,			// 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
	1,			// Delay
	0,			// Right to left unfold
	"nav_servicesSub",			// 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(
		"Modifications",	// ElementText
		"/services/modifications/index.html",		// ElementLink
		"",		// ElementBgImage
		3,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu3_1_1=new Array(
		"Modification General Info",	// ElementText
		"/services/modifications/index.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		250,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu3_1_2=new Array(
		"Homeowner's Modifications Request",	// ElementText
		"/services/modifications/request_a_quote.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		350,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu3_1_3=new Array(
		"Builder's Modifications Request",	// ElementText
		"/services/modifications/request_a_quote_builders.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		300,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu3_2=new Array(
		"Builder/Developer Services",	// ElementText
		"/services/builder_developer.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu3_3=new Array(
		"Custom Artwork",	// ElementText
		"/services/custom_artwork.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		150,		// ElementWidth
		"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	


PopMenu4=new Array(		
	5,			// number of main items
	0,			// Left position
	29,			// 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
	1,			// Delay
	0,			// Right to left unfold
	"nav_generalSub",			// 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(
	"About FBA",	// ElementText
	"/info/about.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText

PopMenu4_2=new Array(
	"License Agreements",	// ElementText
	"/info/license_agreement.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText

PopMenu4_3=new Array(
	"Copyright Info",	// ElementText
	"/info/copyright.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText
PopMenu4_4=new Array(
	"FBA News",	// ElementText
	"#",		// ElementLink
	"",		// ElementBgImage
	2,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText

		PopMenu4_4_1=new Array(
			"News",	// ElementText
			"/announcements/index.html",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			23,		// ElementHeight
			150,		// ElementWidth
			"#B39542",		// ElementBgColor
			"#B39542",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#007BD8",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_4_2=new Array(
			"Builder's Show",	// ElementText
			"/announcements/builders_show.html",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			23,		// ElementHeight
			150,		// ElementWidth
			"#B39542",		// ElementBgColor
			"#B39542",		// ElementBgHighColor
			"white",		// ElementFontColor
			"#007BD8",		// ElementFontHighColor
			"white",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
		"");		// ElementStatusText


PopMenu4_5=new Array(
	"Employment",	// ElementText
	"/info/employment.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusTe


PopMenu5=new Array(		
	5,			// number of main items
	0,			// Left position
	29,			// 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
	1,			// Delay
	0,			// Right to left unfold
	"nav_helpSub",			// 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(
	"Contact Info",	// ElementText
	"/contact",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText

PopMenu5_2=new Array(
	"FAQ's",	// ElementText
	"/info/faq.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText

PopMenu5_3=new Array(
	"Ordering Info",	// ElementText
	"/order/index.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText
PopMenu5_4=new Array(
	"Search Help",	// ElementText
	"/search_help.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText
PopMenu5_5=new Array(
	"Architectural Terms",	// ElementText
	"/info/architectural_terms.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusTe


PopMenu6=new Array(		
	2,			// number of main items
	0,			// Left position
	29,			// 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
	1,			// Delay
	0,			// Right to left unfold
	"nav_linksSub",			// 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(
	"Helpful Links",	// ElementText
	"/links/index.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText

PopMenu6_2=new Array(
	"Link to Frankbetz.com",	// ElementText
	"/links/linktous.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	150,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText

PopMenu7=new Array(		
	2,			// number of main items
	0,			// Left position
	29,			// 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
	1,			// Delay
	0,			// Right to left unfold
	"nav_buildersSub",			// 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

	
PopMenu7_1=new Array(
	"Featured Builders",	// ElementText
	"/builders/featured_builders.html",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	130,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText

PopMenu7_2=new Array(
	"Builder in Your Area",	// ElementText
	"/builders/",		// ElementLink
	"",		// ElementBgImage
	0,		// ElementNoOfSubElements
	23,		// ElementHeight
	130,		// ElementWidth
	"#B39542",		// ElementBgColor
		"#B39542",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#007BD8",		// ElementFontHighColor
		"white",		// ElementBorderColor
	"",		// ElementFontFamily
	-1,		// ElementFontSize in pixel
	-1,		// ElementBold
	-1,		// ElementItalic
	"left",		// ElementTextAlign
	"");		// ElementStatusText





