

	// Globals effecting all menus
	var PopNoOffMenus=6;	// number of seperate menus
	var BaseHref="http://www.connielyle.com";		// 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 About Connie MENU = MENU 1



PopMenu1=new Array(		// global variables for PopMenu1
	1,			// number of main items
	235,			// Left position
	133,			// 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
		"javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_agent_connie_lyle.htm'",		// ElementLink
		"images\nav-Transp-AboutConnie.gif",		// ElementBgImage
		4,		// ElementNoOfSubElements
		25,		// 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("My Promise","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_agent_connie_lyle_promise.htm'","",0,20,175,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
	//		PopMenu1_1_1_1=new Array("San Diego Real Estate","javascript:top.location.href='http://www.connielyle.com/real-estate-listings/indeNew-Homes-Construction/1990-Blue-Grass.htm'","",1,20,170,"A0B797","4575B6","black","white","black","",-1,-1,-1,"","");
	//	              PopMenu1_1_1_1_1=new Array("<img src="+BaseHref+"\"Collwood-sm.jpg\">","","",0,200,133,"","","","","","",-1,-1,-1,"","");
	       	PopMenu1_1_2=new Array("What People Are Saying","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_agent_connie_lyle_references.htm'","",0,20,175,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		PopMenu1_1_3=new Array("Office Information","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_agent_connie_lyle_office.htm'","",0,20,175,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		PopMenu1_1_4=new Array("Contact Connie","javascript:top.location.href='mailto:connie@connielyle.com?subject=Sent from connielyle.com website'","",0,20,175,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");

	



// BEGIN Listings MENU = MENU 2



PopMenu2=new Array(		// global variables for PopMenu2
	1,			// number of main items
	340,			// Left position
	133,			// 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
		"javascript:top.location.href='http://www.connielyle.com/search_san_diego_area_real_estate_listings_ALL.htm'",		// ElementLink
		"images\nav-Transp-Listings.gif",		// ElementBgImage
		3,		// ElementNoOfSubElements
		25,		// ElementHeight
		72,		// 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("Showcase Listings","javascript:top.location.href='http://www.connielyle.com/real-estate-listings/index.html'","",0,20,280,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
	 //               PopMenu2_1_1_1=new Array("San Diego Real Estate","","",1,20,225,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
	//	              PopMenu2_1_1_1_1=new Array("<img src="+BaseHref+"\"http://www.connielyle.com/images/listings/4545-Collwood/Collwood-sm.jpg\">","","",0,200,133,"","","","","","",-1,-1,-1,"","");
			
			
			
			
	                //     PopMenu2_1_1_2=new Array("Washington Mutual Home Loans","javascript:top.location.href='http://www.jasonvoshomes.com/financing-wamu.htm'","",0,20,225,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		PopMenu2_1_2=new Array("Search San Diego Real Estate Listings","javascript:top.location.href='http://www.connielyle.com/search_san_diego_area_real_estate_listings_MLS.htm'","",0,20,280,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		PopMenu2_1_3=new Array("Property Inquiry","javascript:top.location.href='http://www.connielyle.com/san_diego_area_property_inquiry_form.htm'","",0,20,280,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		

	




// BEGIN Buyers MENU = MENU 3



PopMenu3=new Array(		// global variables for PopMenu1
	1,			// number of main items
	415,			// Left position
	133,			// 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
		"javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_buyers_help.htm'",		// ElementLink
		"images\nav-Transp-Buyers.gif",		// ElementBgImage
		4,		// ElementNoOfSubElements
		25,		// ElementHeight
		65,		// 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("Preparing to Buy","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_buyers_preparation.htm'","",0,20,180,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");		      
		//       PopMenu3_1_1_1=new Array("Our Realtor","javascript:top.location.href='http://www.jasonvoshomes.com/our-realtor.htm'","",0,20,185,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
       	       //      PopMenu3_1_1_2=new Array("Title Insurance & Escrow","javascript:top.location.href='http://www.jasonvoshomes.com/title-escrow.htm'","",0,20,185,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
			
	       	PopMenu3_1_2=new Array("What Can I Afford?","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_what_can_I_afford.htm'","",0,20,180,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		//       PopMenu3_1_2_1=new Array("Central Point","javascript:top.location.href='http://www.jasonvoshomes.com/schools-Central-Point-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
	       //       PopMenu3_1_2_2=new Array("Eagle Point","javascript:top.location.href='http://www.jasonvoshomes.com/schools-Eagle-Point-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
       	      //       PopMenu3_1_2_3=new Array("Medford","javascript:top.location.href='http://www.jasonvoshomes.com/schools-Medford-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
              //       PopMenu3_1_2_4=new Array("Phoenix-Talent","javascript:top.location.href='http://www.jasonvoshomes.com/schools-Phoenix-Talent-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");

		PopMenu3_1_3=new Array("Request a Buyer's Packet","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_request_buyers_packet.htm'","",0,20,180,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
                     //  PopMenu3_1_3_1=new Array("Central Point","javascript:top.location.href='http://www.jasonvoshomes.com/city-of-Central-Point-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
		     //  PopMenu3_1_3_2=new Array("Eagle Point","javascript:top.location.href='http://www.jasonvoshomes.com/city-of-Eagle-Point-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
		    //   PopMenu3_1_3_3=new Array("Medford","javascript:top.location.href='http://www.jasonvoshomes.com/city-of-Medford-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
		   //    PopMenu3_1_3_4=new Array("Phoenix","javascript:top.location.href='http://www.jasonvoshomes.com/city-of-Phoenix-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
		  //     PopMenu3_1_3_5=new Array("Talent","javascript:top.location.href='http://www.jasonvoshomes.com/city-of-Talent-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");

		PopMenu3_1_4=new Array("Search Criteria","javascript:top.location.href='http://www.connielyle.com/san_diego_area_property_inquiry_form.htm'","",0,20,180,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");





// BEGIN Sellers MENU - MENU 4



PopMenu4=new Array(		// global variables for PopMenu1
	1,			// number of main items
	485,			// Left position
	133,			// 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.




PopMenu4_1=new Array(
		"",	// ElementText
		"javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_sellers_help.htm'",		// ElementLink
		"images\nav-Transp-Sellers.gif",		// ElementBgImage
		3,		// ElementNoOfSubElements
		25,		// ElementHeight
		64,		// 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("Preparing to Sell","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_sellers_preparation.htm'","",0,20,203,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");

	       	PopMenu4_1_2=new Array("Comparative Market Analysis","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_request_cma.htm'","",0,20,203,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
	       	//             PopMenu4_1_2_1=new Array("Client References","javascript:top.location.href='http://www.jasonvoshomes.com/references.htm'","",0,20,200,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
		//             PopMenu4_1_2_2=new Array("Trade References","javascript:top.location.href='http://www.jasonvoshomes.com/references.htm#TradeReferences'","",0,20,200,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
	       	//             PopMenu4_1_2_3=new Array("Supplier References","javascript:top.location.href='http://www.jasonvoshomes.com/references.htm#SupplierReferences'","",0,20,200,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");

                PopMenu4_1_3=new Array("Request a Buyers Packet","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_request_sellers_packet.htm'","",0,20,203,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");







// BEGIN Referrals MENU = MENU 5



PopMenu5=new Array(		// global variables for PopMenu1
	1,			// number of main items
	555,			// Left position
	133,			// 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
		"javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_agent_connie_lyle_referrals.htm'",		// ElementLink
		"images\nav-Transp-Referrals.gif",		// ElementBgImage
		3,		// ElementNoOfSubElements
		25,		// ElementHeight
		77,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"white",	// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"tahoma",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		

                PopMenu5_1_1=new Array("Need an Agent out of the Area?","javascript:top.location.href='san_diego_area_real_estate_agent_connie_lyle_referral_outofarea.htm'","",0,20,270,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");

	       	PopMenu5_1_2=new Array("Know Someone in Need of My Services?","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_agent_connie_lyle_referral_sendsite.htm'","",0,20,270,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
	       	//             PopMenu4_1_2_1=new Array("Client References","javascript:top.location.href='http://www.jasonvoshomes.com/references.htm'","",0,20,200,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
		//             PopMenu4_1_2_2=new Array("Trade References","javascript:top.location.href='http://www.jasonvoshomes.com/references.htm#TradeReferences'","",0,20,200,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
	       	//             PopMenu4_1_2_3=new Array("Supplier References","javascript:top.location.href='http://www.jasonvoshomes.com/references.htm#SupplierReferences'","",0,20,200,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");

                PopMenu5_1_3=new Array("Agent Direct Referrals","javascript:top.location.href='http://www.connielyle.com/san_diego_area_real_estate_agent_connie_lyle_referral_agent_direct.htm'","",0,20,270,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");




// BEGIN Resources MENU = MENU 6



PopMenu6=new Array(		// global variables for PopMenu1
	1,			// number of main items
	635,			// Left position
	133,			// 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.




PopMenu6_1=new Array(
		"",	// ElementText
		"javascript:top.location.href='http://www.connielyle.com/san_diego_area_resources.htm'",		// ElementLink
		"images\nav-Transp-Resources.gif",		// ElementBgImage
		5,		// ElementNoOfSubElements
		25,		// ElementHeight
		85,		// ElementWidth
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"white",	// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"tahoma",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		


	        PopMenu6_1_1=new Array("Family Disaster Plan","javascript:top.location.href='http://www.connielyle.com/family-disaster-plan-emergency-survival-guide.htm'","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");		      
		//       PopMenu6_1_1_1=new Array("Our Realtor","javascript:top.location.href='http://www.jasonvoshomes.com/our-realtor.htm'","",0,20,185,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
       	       //      PopMenu6_1_1_2=new Array("Title Insurance & Escrow","javascript:top.location.href='http://www.jasonvoshomes.com/title-escrow.htm'","",0,20,185,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
			
	       	PopMenu6_1_2=new Array("Area Schools","javascript:top.location.href='http://www.connielyle.com/san-diego-area-schools.htm'","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		//       PopMenu6_1_2_1=new Array("Central Point","javascript:top.location.href='http://www.jasonvoshomes.com/schools-Central-Point-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
	       //       PopMenu6_1_2_2=new Array("Eagle Point","javascript:top.location.href='http://www.jasonvoshomes.com/schools-Eagle-Point-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
       	      //       PopMenu6_1_2_3=new Array("Medford","javascript:top.location.href='http://www.jasonvoshomes.com/schools-Medford-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");
              //       PopMenu6_1_2_4=new Array("Phoenix-Talent","javascript:top.location.href='http://www.jasonvoshomes.com/schools-Phoenix-Talent-Oregon.htm'","",0,20,120,"F1E4D8","CA9865","black","white","black","",-1,-1,-1,"","");

		PopMenu6_1_3=new Array("Local Planning Departments","","",8,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
                       PopMenu6_1_3_1=new Array("City of Del Mar","javascript:top.location.href='http://www.connielyle.com/city-of-del-mar.htm'","",0,20,160,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		       PopMenu6_1_3_2=new Array("City of Imperial Beach","javascript:top.location.href='http://www.connielyle.com/city-of-imperial-beach.htm'","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		       PopMenu6_1_3_3=new Array("City of La Mesa","javascript:top.location.href='http://www.connielyle.com/city-of-la-mesa.htm'","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		       PopMenu6_1_3_4=new Array("City of National City","","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		       PopMenu6_1_3_5=new Array("City of Oceanside","javascript:top.location.href='http://www.connielyle.com/city-of-oceanside.htm'","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		       PopMenu6_1_3_6=new Array("City of Poway","javascript:top.location.href='http://www.connielyle.com/city-of-poway.htm'","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		       PopMenu6_1_3_7=new Array("City of San Diego","javascript:top.location.href='http://www.connielyle.com/city-of-san-diego.htm'","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		       PopMenu6_1_3_8=new Array("County of San Diego","javascript:top.location.href='http://www.connielyle.com/county-of-san-diego.htm'","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");

		PopMenu6_1_4=new Array("Service Providers","","",0,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		PopMenu6_1_5=new Array("San Diego Area Attractions","","",3,20,200,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
                       PopMenu6_1_5_1=new Array("Balboa Park","javascript:top.location.href='http://www.connielyle.com/san-diego-area-attractions-balboa-park.htm'","",0,20,180,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		       PopMenu6_1_5_2=new Array("San Diego Zoo","javascript:top.location.href='http://www.connielyle.com/san-diego-area-attractions-san-diego-zoo.htm'","",0,20,180,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");
		       PopMenu6_1_5_3=new Array("Birch Aquarium at Scripps","javascript:top.location.href='http://www.connielyle.com/san-diego-area-attractions-birch-aquarium.htm'","",0,20,180,"BCCDB6","7792BE","black","white","black","",-1,-1,-1,"","");




