// 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=#eeeeee, offX=0, offY=0, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee, 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(		
	10,			// number of main items
	0,			// Left position
	42,			// Top position
	"#d3c090",			// Normal font color
	"#eeeeee",		// Normal back color
	"#eeeeee",			// High font color
	"#d3c090",			// High back color
	"#d3c090",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	11,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	0,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_insulation", 		// 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
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu1_1=new Array(
		"Spray Foam Insulation",	// ElementText
		"/SprayFoam/", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#000",		// ElementFontHighColor
		"#ffffff",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_2=new Array(
		"Fiberglass Insulation",	// ElementText
		"/Insulation/Fiberglass.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_3=new Array(
		"Cellulose Insulation",	// ElementText
		"/Insulation/Cellulose.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_4=new Array(
		"Energy Audits",	// ElementText
		"/EnergyAudits/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		""); 	// ElementStatusText
	PopMenu1_5 = new Array(
		"Insulation Removal", // ElementText
		"/Insulation/InsulationRemoval.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText
	PopMenu1_6 = new Array(
		"Crawl Space Encapsulation", // ElementText
		"/Insulation/CrawlSpaceEncapsulation.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText
	PopMenu1_7 = new Array(
		"Blower Door Testing", // ElementText
		"/Insulation/BlowerDoorTesting.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText
	PopMenu1_8 = new Array(
		"Duct Blaster Testing", // ElementText
		"/Insulation/DuctBlasterTesting.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText
	PopMenu1_9=new Array(
		"Icynene Photo Gallery",	// ElementText
		"/PhotoGallery/Icynene.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		""); 	// ElementStatusText	
	PopMenu1_10=new Array(
		"Interactive Energy House",	// ElementText
		"/InteractiveEnergyHouse/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#000",		// ElementFontHighColor
		"#ffffff",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
PopMenu2=new Array(		
	8,			// number of main items
	0,			// Left position
	42,			// Top position
	"#d3c090",			// Normal font color
	"#000",		// Normal back color
	"#000",			// High font color
	"#d3c090",			// High back color
	"#d3c090",			// Border color
	"verdana",	// Fontfamily
	0,			// 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"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_sprayfoam",			// 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
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu2_1=new Array(
		"Closed Cell (Centra Spray)",	// ElementText
		"/SprayFoam/ClosedCellSprayFoam.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu2_2=new Array(
		"Open Cell (Icynene)",	// ElementText
		"/SprayFoam/OpenCellSprayFoam.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	
	PopMenu2_3=new Array(
		"Energy Audits",	// ElementText
		"/EnergyAudits/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu2_4 = new Array(
		"Air Sealing", // ElementText
		"/SprayFoam/AirSealing.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu2_5 = new Array(
		"Crawl Space Encapsulation", // ElementText
		"/Insulation/CrawlSpaceEncapsulation.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText	
				
	PopMenu2_6 = new Array(
		"Icynene Photo Gallery", // ElementText
		"/PhotoGallery/Icynene.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu2_7 = new Array(
		"Interactive Energy House", // ElementText
		"/InteractiveEnergyHouse/", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu2_8 = new Array(
		"Insulation", // ElementText
		"/Insulation/", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText
	
PopMenu3=new Array(		
	9,			// number of main items
	0,			// Left position
	42,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// 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"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_fireplaces",			// 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
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu3_1=new Array(
		"Gas Fireplaces",	// ElementText
		"/Fireplaces/GasFireplaces.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu3_2=new Array(
		"Wood Fireplaces",	// ElementText
		"/Fireplaces/WoodFireplaces.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu3_3=new Array(
		"Gas Stoves",	// ElementText
		"/Fireplaces/GasStoves.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu3_4 = new Array(
		"Wood Stoves", // ElementText
		"/Fireplaces/WoodStoves.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu3_5 = new Array(
		"Gas Logs", // ElementText
		"/Fireplaces/GasLogs.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu3_6 = new Array(
		"Wood Fireplace Inserts", // ElementText
		"/Fireplaces/WoodFireplaceInserts.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu3_7 = new Array(
		"Mantles and Marble", // ElementText
		"/Fireplaces/Mantles.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu3_8 = new Array(
		"Tools, Accessories and Screens", // ElementText
		"/Fireplaces/Tools.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu3_9 = new Array(
		"Copper Chimney Pots", // ElementText
		"/Fireplaces/ChimneyPots.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText
	
PopMenu4=new Array(		
	2,			// number of main items
	0,			// Left position
	42,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// 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"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_housewrap",			// 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
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu4_1=new Array(
		"Gas Stoves",	// ElementText
		"/Stoves/Gas.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
			
	PopMenu4_2=new Array(
		"Wood Stoves",	// ElementText
		"/Stoves/WoodBurning.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	

PopMenu5=new Array(		
	1,			// number of main items
	0,			// Left position
	42,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// 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"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_grills",			// 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
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
			

	PopMenu5_1 = new Array(
		"Outdoor Kitchens", // ElementText
		"/Grills/OutdoorKitchens.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText
	
	
	
PopMenu6=new Array(		
	6,			// number of main items
	0,			// Left position
	42,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// 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"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_photos",			// 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
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
		
	PopMenu6_1=new Array(
		"Gas Grills & Outdoor Kitchens", // ElementText
		"/PhotoGallery/GasGrills.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu6_2=new Array(
		"Fireplace Photos", // ElementText
		"/PhotoGallery/Fireplace.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu6_3=new Array(
		"Copper Chimney Pots", // ElementText
		"/PhotoGallery/CopperChimneyPots.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
			
		
	PopMenu6_4=new Array(
		"Icynene Photos", // ElementText
		"/PhotoGallery/Icynene.aspx", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu6_5=new Array(
		"Insulation Videos", // ElementText
		"/Videos/", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu6_6 = new Array(
		"Showroom Photos", // ElementText
		"/PhotoGallery/Showroom.aspx", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText
		
		PopMenu7=new Array(		
	4,			// number of main items
	0,			// Left position
	42,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// 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"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_aboutus",			// 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
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu7_1=new Array(
		"Testimonials",	// ElementText
		"/Testimonials/", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu7_2=new Array(
		"Affiliations",	// ElementText
		"/Affiliations/", 	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu7_3 = new Array(
		"Keith Porter Specialties", // ElementText
		"http://www.KeithPorterSpecialties.com", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText

	PopMenu7_4 = new Array(
		"Oconee Porter Insulation", // ElementText
		"http://www.OconeePorterInsulation.com", 	// ElementLink
		"", 	// ElementBgImage
		0, 	// ElementNoOfSubElements
		23, 	// ElementHeight
		175, 	// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"", 	// ElementFontFamily
		-1, 	// ElementFontSize in pixel
		-1, 	// ElementBold
		-1, 	// ElementItalic
		"left", 	// ElementTextAlign
		""); 	// ElementStatusText
		
		PopMenu8=new Array(		
	1,			// number of main items
	0,			// Left position
	42,			// Top position
	"#49565F",			// Normal font color
	"#D5E0D2",		// Normal back color
	"#49565F",			// High font color
	"#D5E0D2",			// High back color
	"#B8C6B5",			// Border color
	"verdana",	// Fontfamily
	0,			// 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"
	0,			// Horizontal overlap
	1,			// Vertical overlap
	1,			// Delay
	0,			// Right to left unfold
	"nav_contact",			// 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
	"",	// Arrow left
	9,			// Arrow Width
	8,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	
	PopMenu8_1=new Array(
		"Map and Directions",	// ElementText
		"/Contact/Maps.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		175,		// ElementWidth
		"#651616", 	// ElementBgColor
		"#d3c090", 	// ElementBgHighColor
		"#ffffff", 	// ElementFontColor
		"#000", 	// ElementFontHighColor
		"#ffffff", 	// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
