

	// Globals effecting all menus
	var PopNoOffMenus=3;	// 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 REAL ESTATE LISTINGS 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
		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
		


		PopMenu1_1_1=new Array("Search Listings Database","javascript:top.location.href='http://www.buyselloregonrealestate.com/southern-oregon-real-estate-listings.htm'","",0,20,200,"FFFFFF","009B32","211C5E","white","000000","",-1,-1,-1,"","");
		PopMenu1_1_2=new Array("Featured Listings","javascript:top.location.href='http://www.buyselloregonrealestate.com/southern-oregon-real-estate-listings/featured-listings/index.html'","",0,20,200,"FFFFFF","009B32","211C5E","white","000000","",-1,-1,-1,"","");
					




// BEGIN BUYERS MENU = 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
		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
		


		PopMenu2_1_1=new Array("Helpful Information for Buyers","javascript:top.location.href='http://www.buyselloregonrealestate.com/buyers/index.html'","",0,20,270,"FFFFFF","009B32","000000","white","000000","",-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("First Time Home Buyer Credit Info.  American Recovery & Reinvestment Act   of 2009.","javascript:top.location.href='http://www.buyselloregonrealestate.com/buyers/first-time-home-buyer-credit.htm'","",0,50,270,"FFFFFF","009B32","000000","white","000000","",-1,-1,-1,"","");
               	PopMenu2_1_3=new Array("Search Real Estate Listings","javascript:top.location.href='http://www.buyselloregonrealestate.com/southern-oregon-real-estate-listings.htm'","",0,20,250,"FFFFFF","009B32","000000","white","000000","",-1,-1,-1,"","");
		PopMenu2_1_4=new Array("Need Help locating the right property?  Tell me what you're looking for, and I'll help you find it.","javascript:top.location.href='http://www.buyselloregonrealestate.com/buyers/find-southern-oregon-rogue-valley-real-estate-for-sale-form.htm'","",0,50,270,"FFFFFF","009B32","000000","white","000000","",-1,-1,-1,"","");
     

	




// BEGIN SELLERS 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
		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
		


		PopMenu3_1_1=new Array("Helpful Information for Sellers","javascript:top.location.href='http://www.buyselloregonrealestate.com/sellers/index.html'","",0,20,280,"FFFFFF","009B32","000000","white","000000","",-1,-1,-1,"","");
		PopMenu3_1_2=new Array("How much is my home or property worth?  Request a free Comparative Market Analysis & receive a professional opinion of current market value.","javascript:top.location.href='http://www.buyselloregonrealestate.com/sellers/southern-oregon-rogue-valley-real-estate-market-value-request-CMA.htm'","",0,65,280,"FFFFFF","009B32","000000","white","000000","",-1,-1,-1,"","");
               
	
	
					
					
// BEGIN SOUTHERN OREGON AREA INFORMATION MENU = MENU 4



PopMenu4=new Array(		// global variables for PopMenu4
	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.




  PopMenu4_1=new Array(
		"",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		1,		// ElementNoOfSubElements
		20,		// ElementHeight
		100,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"white",	// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"tahoma",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		


		PopMenu4_1_1=new Array("Coming Soon","javascript:top.location.href='http://www.buyselloregonrealestate.com/southern-oregon-area-information/index.html'","",0,20,200,"FFFFFF","009B32","211C5E","white","000000","",-1,-1,-1,"","");
		PopMenu4_1_2=new Array("","javascript:top.location.href='http://www.buyselloregonrealestate.com/southern-oregon-area-information/index.html'","",0,20,200,"FFFFFF","009B32","211C5E","white","000000","",-1,-1,-1,"","");
					
