/*

//default properties in /include/flyout_uwt_def.js
    FlyLyr.defs = {
	background: '#dcdcdc',//gainsboro
	titlebackground: '#330099',
	border: '#000000',
	borderwidth: 1,
	useclass: 'deptnavitems',
	titleclass: 'deptnavheading',
	overimg: '/graphics/arrow_dn_dkgray.gif',
	outimg: '/graphics/arrow_dn_purp.gif',
	position: 'IMG|b+9=t;IMG-l-5=l',
	pause: 50,
	timeout: 1250,
	positionleft: 0,
	alignright: 0,
	hpad: 2,
	vpad: -2,
	position: ''
    }




*/






var NavWAM = new Object;
NavWAM.background = "#615191"; //this is the background color of the dropdown menu
NavWAM.titlebackground = "white"; //for heading of dropdown menu which is not used here
NavWAM.overimg = "/walkmile/images/1pix.gif";
NavWAM.outimg = "/walkmile/images/1pix.gif"; //used for menu items that have drop-downs
NavWAM.useclass = "navitems";
NavWAM.titleclass = "navheading"; //not used here
NavWAM.border = "#05395E";
NavWAM.position = "IMG|b+4=t;IMG-1-1=l;"; //"IMG|b+4=t;IMG-l-6=l;";//

flyDefs (NavWAM);


// Flyout Menus

// Our Work
makeLayer ("work", "",
"Home Page=/walkmile/index.html",
"We provide the format=/walkmile/ourwork.html",
"Outcomes for participants=/walkmile/outcome_participant.html",
"Who participates?=/walkmile/who_participates.html",
"What do pairs do together?=/walkmile/pairs.html",
"Experience Living on a Food Budget=/walkmile/experience.html",
"The History of Walk a Mile=/walkmile/history.html"
);



// Bring WAM
makeLayer ("bring", "",
"Why?=/walkmile/bring_wam.html",
"Media Coverage=/walkmile/media.html",
"Sample Timeline=/walkmile/sampletimeline.html",
"Registration process=/walkmile/app_process.html"
);


// Coordinators' Training
makeLayer ("training", "",
"The Process=/walkmile/training.html",
"Feedback about our trainings=/walkmile/training_feedback.html",
"January 28 &amp; 29, 2008 Training=/walkmile/2008training.html"
);


// WAM Around the US
makeLayer ("WAM", "",
"Local/Regional Projects=/walkmile/wam_local.html",
"State Projects=/walkmile/wam_states.html"
);





// to use a title heading -the first bar from pulldown menu, use this style and
// use deptnavheading class in original.css
//makeLayer ("imgDeptSOCadmi", "Entrance Requirements...=/social/admissions/",
//"Bachelor of Arts, Social Welfare (BASW)=/social/academics/basw/admission.cfm",
//);