
//#99CCFF    #EFE2D7  EAEBE5
// #CCCCCC mouseover color

//MENU(size, orientation, x, y, offsetX, offsetY, bgOut, bgOver, fontFace, fontSize, 
//	fontStyleOut, fontStyleOver, textColorOut, textColorOver, borderSize, borderColor, margin,  
//  showChar, showOnClick, sepItems, isMainMenu, hasAnimations, animationType, hasShadow, 
//  sOffX, sOffY, shadowColor)


//function init menus[0] = new menu(width, "vertical/horz/", x, y, offsetx, offsety, "bg", "bg-mouse", "MS Sans Serif", 9, "normal", "normal", "black", "white", 2, "black", 2, "v", false, true, true, false, 0, true, 5, 5, "gray");
 //  menus[0].addItem("#", "NEWWIN", 100, "center", "Home", 0);
 //#3366CC  dk black
 //  312C82   blue
 //   DDC5AE lt brown
 //   bgcolor="#CCCCCC"  darker brown
// #EBECD4    Light tan
//#99CCFF   lighter tan  was ddc5ae
// #3366CC  Prukey Blue    replaced 333333
//menu(size, orientation, x, y, offsetX, offsetY, bgOut, bgOver, fontFace, fontSize, 
//	fontStyleOut, fontStyleOver, textColorOut, textColorOver, borderSize, borderColor, margin, showChar, 
//	showOnClick, sepItems, isMainMenu, hasAnimations, animationType, hasShadow, sOffX, sOffY, shadowColor)
 
//addItem(link, target, iSize, alignment, content, menuToShow)  



function init()
{
	menus[0] = new menu(200, "vertical", 545, 90, -2, -2, "#186594","#10456B",  "Verdana", 10, "normal", "normal", "white", "white", 1, "#99CCFF", 2, ">", false, true, true, true, 12, true, 4, 4, "black");

	menus[0].addItem("index.html", "", 20, "left", "About Us", 3);
	menus[0].addItem("#", "", 20, "left", "Relocation Information", 1);
	menus[0].addItem("listings.html", "", 20, "left", "Property Search", 2);
	menus[0].addItem("#", "", 20, "left", "Buying/Selling", 4);
	menus[0].addItem("agents.html", "", 20, "left", "Our Team", 0);


//Sub Menu for 2nd Main Menu Item ("Relocation Information"):
	menus[1] =  new menu(220, "vertical", 0, 0, 2, 2, "#186594","#10456B",  "Verdana", 10,"normal", "normal", "white", "white", 1, "#99CCFF", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("#", "", 20, "left", "Relocation Resources", 5);
	menus[1].addItem("#", "", 20, "left", "Community Information", 6);

	
	
	// child menus.  Relocation Services.
	menus[5] = new menu(220, "vertical", 0, 0, 2, 2, "#186594","#10456B",  "Verdana", 10,"normal", "normal", "white", "white", 1, "#99CCFF", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[5].addItem("relocation.html", "", 22, "left", "Our Relocation Services", 0);
	menus[5].addItem("http://www.bestplaces.net", "_blank", 22, "left", "Cost of Living", 0);
	menus[5].addItem("http://www.revenue.state.pa.us", "_blank", 22, "left", "PA Taxes-Information", 0);
	menus[5].addItem("http://www.dmv.state.pa.us/centers/newresidentrelocatingCenter.shtml", "", 22, "left", "PA DMV for Relocation", 0);
	
	// child menus.  Community Information.
	menus[6] = new menu(280, "vertical", 0, 0, 2, 2, "#186594","#10456B",  "Verdana", 10,"normal", "normal", "white", "white", 1, "#99CCFF", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	
	menus[6].addItem("greater_phila.html", "", 20, "left", "Greater Philadelphia Area", 0);
	menus[6].addItem("montco_info.html", "", 20, "left", "Montgomery County Information", 0);
	menus[6].addItem("bucks_info.html", "", 20, "left", "Bucks County Information", 0);
	menus[6].addItem("chester_info.html", "", 20, "left", "Chester County Information", 0);

		// child menus.  Greater Phila.
	menus[7] = new menu(300, "vertical", 0, 0, 2, 2, "#186594","#10456B",  "Verdana", 10,"normal", "normal", "white", "white", 1, "#99CCFF", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[7].addItem("http://www.phila.gov", "_blank", 22, "left", "City of Philadelphia", 0);
	menus[7].addItem("http://www.philachamber.com", "_blank", 22, "left", "Philadelphia Chamber of Commerce", 0);
	menus[7].addItem("http://www.citizensbankpark.com", "_blank", 22, "left", "Philadelphia Citizens Bank Park", 0);
	menus[7].addItem("http://www.lincolnfinancialfield.com", "_blank", 22, "left", "Lincoln Financial Field", 0);
	menus[7].addItem("http://www.comcast-spectacor.com", "_blank", 22, "left", "Wachovia Sports Complex", 0);
	menus[7].addItem("http://www.gophilly.com", "_blank", 22, "left", "Philadelphia Attractions", 0);
	
	

//Sub Menu for 1st Main Menu Item ("Home Search"):
	menus[2] = new menu(370, "vertical", 0, 0, 2, 2, "#186594","#10456B",  "Verdana", 10,"normal", "normal", "white", "white", 1, "#99CCFF", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[2].addItem("listings.html", "", 22, "left", "Find a Property", 0);
    	menus[2].addItem("mapsearch.html", "", 22, "left", "by County Map", 0);
    	menus[2].addItem("listings.html", "", 22, "left", "by MLS Number", 0);
	menus[2].addItem("ourlistings.html", "", 22, "left", "Our Listings", 0);	
	menus[2].addItem("mapsearch_bucks_school.php", "", 22, "left", "by School District-Bucks County Map", 0);
	menus[2].addItem("mapsearch_chester_school.php", "", 22, "left", "by School District-Chester Country Map", 0);
	menus[2].addItem("mapsearch_montco_school.php", "", 22, "left", "by School District-Montgomery County Map", 0);
	
    menus[2].addItem("namesearch.html", "", 22, "left", "by Street Name", 0);
    menus[2].addItem("townsearch.html", "", 22, "left", "by Town Name", 0);
	menus[2].addItem("searchlistings.html", "", 22, "left", "Define your own Search", 0);
	
	
	menus[3] = new menu(190, "vertical", 0, 0, 2, 2, "#186594","#10456B",  "Verdana", 10,"normal", "normal", "white", "white", 1, "#99CCFF", 2, 62, false, true, false, true, 6, true, 4, 4, "black");

	menus[3].addItem("contactus.php", "", 22, "left", "Contact Us", 0);
	menus[3].addItem("directions.html", "", 22, "left", "Directions", 0);
	menus[3].addItem("about.html", "", 22, "left", "Who we are", 0);

menus[4] = new menu(200, "vertical", 0, 0, 2, 2, "#186594","#10456B",  "Verdana", 10,"normal", "normal", "white", "white", 1, "#99CCFF", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[4].addItem("buying.html", "", 22, "left", "Buying Property", 0);
	menus[4].addItem("selling.html", "", 22, "left", "Sell Property", 0);
	menus[4].addItem("9steps.html", "", 22, "left", "Tips for Selling", 0);
	menus[4].addItem("moving.html", "", 22, "left", "Moving Help", 0);
///	menus[3].addItem("google_search.php", "", 22, "left", "Site Search", 0);
}

