

function topBanner()
{
var topnavtable ="<TABLE border=0 cellPadding=0 cellSpacing=0 width=780>"
//topnavtable +="  <TR>"
//topnavtable +="     <TD><img src='images/banner.gif' width='780' height='90'></TD>"
//topnavtable +="  </TR>"
//topnavtable +="</TABLE>"
//topnavtable +="		<map name="banner" id="banner">"
//topnavtable +="		<area name="home" shape="rect" coords="378,50,425,75" href="index.html" alt="Home">"
//topnavtable +="		<area name="contact" shape="rect" coords="444,50,522,75" href="contactus.html" alt="Contact Us">"
//topnavtable +="		<area name="enroll" shape="rect" coords="542,50,622,75" href="enroll.html" alt="Enroll Now">"
//topnavtable +="		<area name="coordinators" shape="rect" coords="647,50,764,75" href="coordinators.html" alt="Coordinators Only">"
//topnavtable +="		</map>"


document.write(topnavtable);
document.close();
}

function footerNav()
{
var bottomNavtable ="<table border='0' cellspacing='0' cellpadding='0' width='740'>"
bottomNavtable +="<tr><td width='169'><a href='http://www.fc.ford.com'><img src='/portfolio/images/logo_portal.gif' width='169' height='49' border='0'></a></td>"
bottomNavtable +="<td width='402'> <div align='center'><a href='/portfolio/' class='link'>Home</a> "
bottomNavtable +="| <a href='/portfolio/sitemap.html' class='link'>Site Map</a> " 
bottomNavtable +="| <a href='/portfolio/feedback.html' class='link'>Feedback</a></div></td>"
bottomNavtable +="<td width='169'><img src='/portfolio/images/spacer.gif' width='169' height='49'></td>"
bottomNavtable +="</tr>"
bottomNavtable +="<tr>"
bottomNavtable +="    <td width='169'>&nbsp;</td>"
bottomNavtable +="    <td width='402'>"
bottomNavtable +="      <div class='ContentText' align='center'>Designed &amp; Developed by <a class='link' href='http://www.fc.ford.com/intranet' target='_blank'>The Intranet Group</a></div>"
bottomNavtable +="    </td>"
bottomNavtable +="    <td width='169'>&nbsp;</td>"
bottomNavtable +="  </tr>"
bottomNavtable +="  <tr>"
bottomNavtable +="    <td width='169'>&nbsp;</td>"
bottomNavtable +="    <td width='402'><div class='ContentText' align='center'>Site Administrator: <a class='link' href='http://hub.ford.com:8081/ldap.pperl?user=dsmit220'>Debbie Yates</a></div></td>"
bottomNavtable +="    <td width='169'>&nbsp;</td>"
bottomNavtable +="  </tr>"
bottomNavtable +="</table>"
document.write(bottomNavtable);
document.close();
}  

/***********************************************************************************
*   Comments
*	
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items

	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='#0F2D84';			// Background color when mouse is not over on subs
	var HighBgColor='#0F2D84';			// Background color when mouse is over
	var HighSubBgColor='#08184A';			// Background color when mouse is over on subs

	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over

	var BorderColor='#A6A8AA';			// Border color
	var BorderSubColor='#FFED02';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0

	var FontFamily="arial"				// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=0;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=132;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/images/tri.jpg',5,10,'/images/tridown.jpg',10,5,'/images/trileft.jpg',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:x-images/nav_about_off.gif:x-images/nav_about_on.gif","#","",8,30,80);
        Menu1_1=new Array("What Is IFD?","about_ifd_me.html","",0,20,152);
        Menu1_2=new Array("IFD Mission","about_mission.html","",0,20,152);
        Menu1_3=new Array("IFD History","about_ifd_history.html","",0,20,152);
        Menu1_4=new Array("IFD Board of Directors","about_ifd_board.html","",0,20,152);
        Menu1_5=new Array("What Is NSPME?","about_nspme.html","",0,20,152);
        Menu1_6=new Array("NSPME Goal","about_goal.html","",0,20,152);
        Menu1_7=new Array("NSPME History","about_history.html","",0,20,152);
        Menu1_8=new Array("NSPME Board of Directors","about_board.html","",0,20,152);


Menu2=new Array("rollover:x-images/nav_whyinvolve_off.gif:x-images/nav_whyinvolve_on.gif","#","",9,30,162);
	Menu2_1=new Array("The State of Our Democracy","why_democracy.html","",0,20,220);
	Menu2_2=new Array("The Excitement of Election Day","why_excitement.html","",0,20,220);
	Menu2_3=new Array("Why The Hispanic Focus NSPME 2008","why_hispanic_focus.html","",0,20,220);
	Menu2_4=new Array("The Mock Election Works!","why_works.html","",1,20,220);
		Menu2_4_1=new Array("Real World Reports","why_realworld.html","",0,20,116);
	Menu2_5=new Array("NSPME in the Press","why_press.html","",0,20,220);
	Menu2_6=new Array("Gallery","photo_gallery.html","",0,20,220);
	Menu2_7=new Array("Results of 2002 Mock Election","why_results.html","",0,20,220);
	Menu2_8=new Array("What They're Saying About Us","why_whatsaying.html","",0,20,220);
	Menu2_9=new Array("Our Supporters","why_supporters.html","",0,20,220);

Menu3=new Array("rollover:x-images/nav_howinvolve_off.gif:x-images/nav_howinvolve_on.gif","#","",5,30,155);
	Menu3_1=new Array("Educators","how_educators.html","",0,20,207);
	Menu3_2=new Array("Students","how_students.html","",2,20,207);
		Menu3_2_1=new Array("Elementary and Middle School","how_elementary.html","",0,20,174);
		Menu3_2_2=new Array("High School","how_highschool.html","",0,20,174);
	Menu3_3=new Array("Parents","how_parents.html","",0,20,207);
	Menu3_4=new Array("Public Officials","how_officials.html","",0,20,207);
	Menu3_5=new Array("State or School District Coordinators","how_coordinators.html","",0,20,207);

Menu4=new Array("rollover:x-images/nav_curriculum_off.gif:x-images/nav_curriculum_on.gif","curriculum.html","",0,30,98);

Menu5=new Array("rollover:x-images/nav_media_off.gif:x-images/nav_media_on.gif","media.html","",0,30,157);

Menu6=new Array("rollover:x-images/nav_tools_off.gif:x-images/nav_tools_on.gif","#","",3,30,50);
	Menu6_1=new Array("Award Application","tools_awardapp.html","",0,20,106);
	Menu6_2=new Array("How to Vote","tools_howvote.html","",0,20,106);
	Menu6_3=new Array("Related Websites","tools_relatedsites.html","",0,20,106);
		
Menu7=new Array("rollover:x-images/nav_sitemap_off.gif:x-images/nav_sitemap_on.gif","sitemap.html","",0,30,78);

