// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004


	// Globals effecting all menus
	var PopNoOffMenus=4;	// 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 Search Listings MENU = MENU 1



PopMenu1=new Array(		// global variables for PopMenu1
	1,			// number of main items
	203,			// Left position
	275,			// 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
	1,			// First line horizontal
	1,			// 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
		"http://www.leedavidsonrealtor.com/images/nav-transp-SearchListings.gif",		// ElementBgImage
		2,		// ElementNoOfSubElements
		25,		// ElementHeight
		100,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",	        // ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"tahoma",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		


		PopMenu1_1_1=new Array("Search My Listings","javascript:top.location.href='http://www.leedavidsonrealtor.com/search_southern_oregon_real_estate_listings.htm'","",0,20,200,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		PopMenu1_1_2=new Array("Search the Multiple Listings","javascript:top.location.href='http://www.leedavidsonrealtor.com/search_southern_oregon_real_estate_multiple_listings_MLS.htm'","",0,20,200,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
			
					
					



// BEGIN For Buyers = MENU 2



PopMenu2=new Array(		// global variables for PopMenu2
	1,			// number of main items
	335,			// Left position
	275,			// 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
	1,			// First line horizontal
	1,			// 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
		"images\nav-transp-ForBuyers.gif",		// ElementBgImage
		3,		// ElementNoOfSubElements
		25,		// ElementHeight
		75,		// 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("Preparation for buying","javascript:top.location.href='http://www.leedavidsonrealtor.com/prepare_to_buy_southern_oregon_real_estate.htm'","",0,20,185,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		PopMenu2_1_2=new Array("How much can I afford?","javascript:top.location.href='http://www.leedavidsonrealtor.com/southern_oregon_real_estate_what_can_I_afford_to_buy.htm'","",0,20,185,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		PopMenu2_1_3=new Array("Preferred Lenders","","",1,20,200,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		   PopMenu2_1_3_1=new Array("Countrywide Home Loans","javascript:top.location.href='http://www.leedavidsonrealtor.com/southern_oregon_lender_countrywide_home_loans.htm'","",0,20,185,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");

				

	




// BEGIN For Sellers MENU = MENU 3



PopMenu3=new Array(		// global variables for PopMenu1
	1,			// number of main items
	586,			// Left position
	275,			// 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
	1,			// First line horizontal
	1,			// 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
		"images\nav-transp-ForSellers.gif",		// ElementBgImage
		2,		// ElementNoOfSubElements
		25,		// ElementHeight
		75,		// ElementWidth
		"",	// ElementBgColor
		"",	// ElementBgHighColor
		"",	// ElementFontColor
		"",	// ElementFontHighColor
		"",	// ElementBorderColor
		"tahoma",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		


		PopMenu3_1_1=new Array("Preparation before you sell","javascript:top.location.href='http://www.leedavidsonrealtor.com/prepare_to_sell_southern_oregon_real_estate.htm'","",0,20,245,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
					PopMenu3_1_1_1=new Array("sub category","page.htm","",0,20,170,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		//			               PopMenu3_1_1_1_1=new Array("<img src="+BaseHref+"\"house1-sm.jpg\">","","",0,99,128,"","","","","","",-1,-1,-1,"","");
					               
	
			
	       	PopMenu3_1_2=new Array("Comparative Market Analysis (CMA)","javascript:top.location.href='http://www.leedavidsonrealtor.com/southern_oregon_real_estate_comparative_market_analysis_CMA.htm'","",0,20,245,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");






// BEGIN Resources MENU - MENU 4



PopMenu4=new Array(		// global variables for PopMenu1
	1,			// number of main items
	690,			// Left position
	275,			// 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
	1,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.05,			// 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
		"images\nav-transp-Resources.gif",		// ElementBgImage
		4,		// ElementNoOfSubElements
		25,		// ElementHeight
		75,		// 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("Government","","",3,20,120,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	           PopMenu4_1_1_1=new Array("State of Oregon","javascript:top.location.href='http://www.leedavidsonrealtor.com/state_of_oregon_information.htm'","",4,20,150,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		   	 PopMenu4_1_1_1_1=new Array("Secretary of State","javascript:top.location.href='http://www.leedavidsonrealtor.com/oregon_secretary_of_state.htm'","",0,20,315,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		   	 PopMenu4_1_1_1_2=new Array("Department of Motor Vehicles (DMV)","javascript:top.location.href='http://www.leedavidsonrealtor.com/oregon_department_of_motor_vehicles_DMV.htm'","",0,20,315,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		   	 PopMenu4_1_1_1_3=new Array("Department of Transportation (ODOT)","javascript:top.location.href='http://www.leedavidsonrealtor.com/oregon_department_of_motor_transportation_ODOT.htm'","",0,20,315,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		   	 PopMenu4_1_1_1_4=new Array("Department of Health & Human Services (DHS)","javascript:top.location.href='http://www.leedavidsonrealtor.com/oregon_department_of_health_and_human_services_DHS.htm'","",0,20,315,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");

		  		   
		   PopMenu4_1_1_2=new Array("Jackson County","javascript:top.location.href='http://www.leedavidsonrealtor.com/jackson_county_oregon.htm'","",7,20,150,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	              PopMenu4_1_1_2_1=new Array("City of Ashland","javascript:top.location.href='http://www.leedavidsonrealtor.com/city_of_ashland_oregon.htm'","",0,20,160,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		      PopMenu4_1_1_2_2=new Array("City of Central Point","javascript:top.location.href='http://www.leedavidsonrealtor.com/city_of_central_point_oregon.htm'","",0,20,160,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		      PopMenu4_1_1_2_3=new Array("City of Eagle Point","javascript:top.location.href='http://www.leedavidsonrealtor.com/city_of_eagle_point_oregon.htm'","",0,20,160,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		      PopMenu4_1_1_2_4=new Array("City of Gold Hill","javascript:top.location.href='http://www.leedavidsonrealtor.com/city_of_gold_hill_oregon.htm'","",0,20,160,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		      PopMenu4_1_1_2_5=new Array("City of Jacksonville","javascript:top.location.href='http://www.leedavidsonrealtor.com/city_of_jacksonville_oregon.htm'","",0,20,160,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		      PopMenu4_1_1_2_6=new Array("City of Medford","javascript:top.location.href='http://www.leedavidsonrealtor.com/city_of_medford_oregon.htm'","",0,20,160,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		      PopMenu4_1_1_2_7=new Array("City of Shady Cove","javascript:top.location.href='http://www.leedavidsonrealtor.com/city_of_shady_cove_oregon.htm'","",0,20,160,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");

	           
	           
	           
	           
	           
	           PopMenu4_1_1_3=new Array("Josephine County","javascript:top.location.href='http://www.leedavidsonrealtor.com/josephine_county_oregon.htm'","",2,20,150,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
                      PopMenu4_1_1_3_1=new Array("City of Cave Junction","javascript:window.open('http://www.cavejunction.com','_blank')","",0,20,160,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		      PopMenu4_1_1_3_2=new Array("City of Grants Pass","javascript:top.location.href='http://www.leedavidsonrealtor.com/city_of_grants_pass_oregon.htm'","",0,20,160,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		     

	
				
	       	PopMenu4_1_2=new Array("Business","","",4,20,120,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	       	             PopMenu4_1_2_1=new Array("Eagle Point Chamber of Commerce","javascript:top.location.href='http://www.leedavidsonrealtor.com/chamber_of_commerce_eagle_point_oregon.htm'","",0,20,400,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		       	     PopMenu4_1_2_2=new Array("Medford/Jackson County Chamber of Commerce","javascript:top.location.href='http://www.leedavidsonrealtor.com/chamber_of_commerce_medford_jackson_county_oregon.htm'","",0,20,400,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	       	             PopMenu4_1_2_3=new Array("Grants Pass/Josephine County Chamber of Commerce","javascript:top.location.href='http://www.leedavidsonrealtor.com/chamber_of_commerce_grants_pass_josephine_county_oregon.htm'","",0,20,400,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	       	             PopMenu4_1_2_4=new Array("Southern Oregon Regional Economic Development (SOREDI)","javascript:top.location.href='http://www.leedavidsonrealtor.com/southern_oregon_regional_economic_development_SOREDI.htm'","",0,20,400,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");

                PopMenu4_1_3=new Array("Schools","","",5,20,170,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
                             PopMenu4_1_3_1=new Array("Oregon Department of Education","javascript:top.location.href='http://www.leedavidsonrealtor.com/oregon_department_of_education.htm'","",0,20,240,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		       	     PopMenu4_1_3_2=new Array("Rogue Community College","javascript:top.location.href='http://www.leedavidsonrealtor.com/rogue_community_college_RCC.htm'","",0,20,240,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	       	             PopMenu4_1_3_3=new Array("Southern Oregon University","javascript:top.location.href='http://www.leedavidsonrealtor.com/southern_oregon_university_SOU.htm'","",0,20,240,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	       	             PopMenu4_1_3_4=new Array("Jackson County Schools K-12","javascript:top.location.href='http://www.leedavidsonrealtor.com/schools_in_jackson_county_oregon.htm'","",0,20,240,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	       	             PopMenu4_1_3_5=new Array("Josephine County Schools K-12","javascript:top.location.href='http://www.leedavidsonrealtor.com/schools_in_josephine_county_oregon.htm'","",0,20,240,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");

                PopMenu4_1_4=new Array("Hospitals","","",4,20,170,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
                   PopMenu4_1_4_1=new Array("Ashland Community Hospital","javascript:top.location.href='http://www.leedavidsonrealtor.com/southern_oregon_hospitals_ashland_community_hospital.htm'","",0,20,245,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
		   PopMenu4_1_4_2=new Array("Providence Medford Medical Center","javascript:top.location.href='http://www.leedavidsonrealtor.com/southern_oregon_hospitals_providence_medford_medical_center.htm'","",0,20,245,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	       	   PopMenu4_1_4_3=new Array("Rogue Valley Medical Center","javascript:top.location.href='http://www.leedavidsonrealtor.com/southern_oregon_hospitals_rogue_valley_medical_center.htm'","",0,20,245,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");
	       	   PopMenu4_1_4_4=new Array("Three Rivers Community Hospital","javascript:top.location.href='http://www.leedavidsonrealtor.com/southern_oregon_hospitals_three_rivers_community_hospital.htm'","",0,20,245,"CDC7B5","A6B099","292621","292621","504B41","",-1,-1,-1,"","");




// BEGIN Referrals MENU = MENU 5



PopMenu5=new Array(		// global variables for PopMenu1
	1,			// number of main items
	793,			// Left position
	275,			// 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
	1,			// First line horizontal
	1,			// 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.




PopMenu5_1=new Array(
		"",	// ElementText
		"",		// ElementLink
		"images\nav-transp-Referrals.gif",		// ElementBgImage
		0,		// ElementNoOfSubElements
		25,		// ElementHeight
		65,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"white",	// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"tahoma",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		













// #################################################################################################################


