

	// Globals effecting all menus
	var PopNoOffMenus=2;	// 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=.5, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	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}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.





// BEGIN SERVICES MENU = MENU 1



PopMenu1=new Array(		// global variables for PopMenu1
	1,			// number of main items
	-2,			// Left position
	-2,			// Top position
	"",			// Normal font color
	"",		// Normal back color
	"",			// High font color
	"",			// High back color
	"",			// Border color
	"Verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.75,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	10,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.




PopMenu1_1=new Array(
		"",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		4,		// ElementNoOfSubElements
		20,		// ElementHeight
		100,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"white",	// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"tahoma",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		


		PopMenu1_1_1=new Array("Professional Consulting","javascript:top.location.href='http://www.interiorofficeconcepts.com/services/sales.htm'","",0,20,225,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		PopMenu1_1_2=new Array("AutoCAD","javascript:top.location.href='http://www.interiorofficeconcepts.com/services/autocad.htm'","",0,20,200,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		PopMenu1_1_3=new Array("Project Management","javascript:top.location.href='http://www.interiorofficeconcepts.com/services/project-management.htm'","",0,20,200,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		PopMenu1_1_4=new Array("Installations & Corporate Moves","javascript:top.location.href='http://www.interiorofficeconcepts.com/services/installations-corporate-moves.htm'","",0,20,200,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
					
					




// BEGIN PRODUCT LINES = MENU 2



PopMenu2=new Array(		// global variables for PopMenu2
	1,			// number of main items
	-2,			// Left position
	-2,			// Top position
	"",			// Normal font color
	"",		// Normal back color
	"",			// High font color
	"",			// High back color
	"",			// Border color
	"Verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.75,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	10,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu2_1 is different from PopMenu2_1_1. The result is the same. PopMenu2_1 is more understandable. PopMenu2_1_1 loads faster.




PopMenu2_1=new Array(
		"",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		2,		// ElementNoOfSubElements
		20,		// ElementHeight
		100,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"white",	// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"tahoma",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		


                PopMenu2_1_1=new Array("Product Information","","",18,20,145,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
  		             PopMenu2_1_1_1=new Array("Conference Rooms","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/conference-rooms.htm'","",0,20,185,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_2=new Array("Educational Institutions","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/educational-institutions.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_3=new Array("Engineering & Drafting","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/engineering-drafting.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_4=new Array("Ergonomic Accessories","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/ergonomic-accessories.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_5=new Array("Ergonomic Task Seating","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/ergonomic-task-seating.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_6=new Array("Executive Offices","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/executive-offices.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_7=new Array("Executive Seating","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/executive-seating.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_8=new Array("Financial Institutions","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/financial-institutions.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_9=new Array("Green Products","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/green-products.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_10=new Array("Guest Seating","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/guest-seating.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_11=new Array("Healthcare Solutions","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/healthcare-solutions.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_12=new Array("Knoll Systems Furniture","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/knoll-systems-furniture.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_13=new Array("Lobby & Waiting Areas","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/lobby-waiting-areas.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_14=new Array("Meeting & Training Rooms","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/meeting-training-rooms.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_15=new Array("Private Offices","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/private-offices.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_16=new Array("Reception Stations","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/reception-stations.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_17=new Array("Storage Solutions","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/storage-solutions.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
		             PopMenu2_1_1_18=new Array("Work Station Solutions","javascript:top.location.href='http://www.interiorofficeconcepts.com/product-information/work-station-solutions.htm'","",0,20,300,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");

		PopMenu2_1_2=new Array("Manufacturers","javascript:top.location.href='http://www.interiorofficeconcepts.com/manufacturers/index.html'","",0,20,120,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
                     

	




// BEGIN OUR CUSTOMERS MENU = MENU 3



PopMenu3=new Array(		// global variables for PopMenu3
	1,			// number of main items
	-2,			// Left position
	-2,			// Top position
	"",			// Normal font color
	"",		// Normal back color
	"",			// High font color
	"",			// High back color
	"",			// Border color
	"Verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.75,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	10,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.




PopMenu3_1=new Array(
		"",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		6,		// ElementNoOfSubElements
		20,		// ElementHeight
		100,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"white",	// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"tahoma",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		


                PopMenu3_1_1=new Array("Corporate Offices","javascript:top.location.href='http://www.interiorofficeconcepts.com/project-list/corporate-offices.htm'","",0,20,215,"FFD796","9A1C1C","211C5E","white","991C1C","",-1,-1,-1,"","");
                PopMenu3_1_2=new Array("Educational Institutions","javascript:top.location.href='http://www.interiorofficeconcepts.com/project-list/educational-institutions.htm'","",0,20,215,"FFD796","9A1C1C","211C5E","white","FFCA65","",-1,-1,-1,"","");
                PopMenu3_1_3=new Array("Healthcare Facilities","javascript:top.location.href='http://www.interiorofficeconcepts.com/project-list/healthcare-facilities.htm'","",0,20,215,"FFD796","9A1C1C","211C5E","white","FFCA65","",-1,-1,-1,"","");
                PopMenu3_1_4=new Array("Financial Institutions","javascript:top.location.href='http://www.interiorofficeconcepts.com/project-list/financial-institutions.htm'","",0,20,215,"FFD796","9A1C1C","211C5E","white","FFCA65","",-1,-1,-1,"","");
                PopMenu3_1_5=new Array("Hospitality Industry","javascript:top.location.href='http://www.interiorofficeconcepts.com/project-list/hospitality-industry.htm'","",0,20,215,"FFD796","9A1C1C","211C5E","white","FFCA65","",-1,-1,-1,"","");
                PopMenu3_1_6=new Array("Government/State/County/City","javascript:top.location.href='http://www.interiorofficeconcepts.com/project-list/government-state-county-city.htm'","",0,20,215,"FFD796","9A1C1C","211C5E","white","FFCA65","",-1,-1,-1,"","");

					
					
					
	