// Globals effecting all menus
	var PopNoOffMenus=5;	// 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
	207,			// Left position
	133,			// Top position
	"#AFAFB1",			// Normal font color
	"#2B2D28",		// Normal back color
	"#007AC3",			// High font color
	"#2B2D28",			// High back color
	"#000000",			// 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
	"top_about",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	"",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	"",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	PopMenu1_1=new Array(
		"Awards",	// ElementText
		"about-awards.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_2=new Array(
		"Directions",	// ElementText
		"about-directions.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_3=new Array(
		"Company History",	// ElementText
		"about-history.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_4=new Array(
		"Customer Service Documents",	// ElementText
		"customer-service-help.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu1_5=new Array(
		"Careers at Geographics",	// ElementText
		"about-careers.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText	
PopMenu2=new Array(		
	4,			// number of main items
	207,			// Left position
	162,			// Top position
	"#AFAFB1",			// Normal font color
	"#2B2D28",		// Normal back color
	"#007AC3",			// High font color
	"#2B2D28",			// High back color
	"#000000",			// 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
	"top_about",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	"",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	"",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	PopMenu2_1=new Array(
		"File Transfer",	// ElementText
		"http://www.geographicsinc.com/geoftp/geoftp_login.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu2_2=new Array(
		"Geo Express Proof",	// ElementText
		"http://proofs.geographicsinc.com",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu2_3=new Array(
		"Geo Imagebank",	// ElementText
		"prepress-imagebank.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
    PopMenu2_4=new Array(
		"PDF Instructions",	// ElementText
		"pdf-instructions.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText	
PopMenu3=new Array(		
	5,			// number of main items
	207,			// Left position
	191,			// Top position
	"#AFAFB1",			// Normal font color
	"#2B2D28",		// Normal back color
	"#007AC3",			// High font color
	"#2B2D28",			// High back color
	"#000000",			// 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
	"top_news",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	"",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	"",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	PopMenu3_1=new Array(
		"Digital Printing",	// ElementText
		"printing-digital.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu3_2=new Array(
		"Sheetfed Printing",	// ElementText
		"printing-sheetfed.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu3_3=new Array(
		"Web Printing",	// ElementText
		"printing-web.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu3_4=new Array(
		"Bindery Services",	// ElementText
		"printing-bindery.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu3_5=new Array(
		"UV Printing",	// ElementText
		"printing-uv.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		200,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

PopMenu4=new Array(		
	4,			// number of main items
	207,			// Left position
	220,			// Top position
	"#AFAFB1",			// Normal font color
	"#2B2D28",		// Normal back color
	"#007AC3",			// High font color
	"#2B2D28",			// High back color
	"#000000",			// 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
	"top_news",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	"",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	"",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	PopMenu4_1=new Array(
		"Fulfillment & Warehousing",	// ElementText
		"fulfill-warehousing.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu4_2=new Array(
		"Direct Marketing and Customer Relationship Management (CRM) Programs",	// ElementText
		"fulfill-mail.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu4_3=new Array(
		"On-line Asset Management",	// ElementText
		"fulfill-web.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu4_4=new Array(
		"Customized Business Solutions",	// ElementText
		"fulfill-pickpack.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
PopMenu5=new Array(		
	6,			// number of main items
	207,			// Left position
	140,			// Top position
	"#AFAFB1",			// Normal font color
	"#2B2D28",		// Normal back color
	"#007AC3",			// High font color
	"#2B2D28",			// High back color
	"#000000",			// 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
	"top_news",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	"",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	"",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	"",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	4,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click
	PopMenu5_1=new Array(
		"Forest Stewardship Council (FSC) Chain of Custody Certification",	// ElementText
		"geogreen-fsc.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu5_2=new Array(
		"Air Quality & Emissions",	// ElementText
		"geogreen-air.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu5_3=new Array(
		"Inks",	// ElementText
		"geogreen-inks.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu5_4=new Array(
		"Hazardous Waste",	// ElementText
		"geogreen-waste.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu5_5=new Array(
		"Recycling",	// ElementText
		"geogreen-recycling.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText	
	PopMenu5_6=new Array(
		"Encouragement of Sustainability",	// ElementText
		"geogreen-encouragement.asp",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		23,		// ElementHeight
		500,		// ElementWidth
		"#2B2D28",		// ElementBgColor
		"#2B2D28",		// ElementBgHighColor
		"#AFAFB1",		// ElementFontColor
		"#007AC3",		// ElementFontHighColor
		"#000000",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText