/* 
Milonic DHTML Menu data as customized for sdnyinterpreters.org
$Source: /repository/interpreters/js/menu_data.js,v $ $Revision: 1.12 $
$Date: 2005/02/22 20:25:00 $ $Author: mintzd $
*/
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
//_subOffsetLeft=20            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
	onbgcolor = "white";
	oncolor="navy";
	offbgcolor="#ffcc66" 
	offcolor = "navy";
	
	align="left"; 
	//bordercolor="#296488";
	bordercolor="red"
	borderstyle="solid";
	borderwidth=1;
	//separatorcolor="#2D729D";
	separatorcolor="red"; //#DCE9F0";
	separatorsize="1";
	
	padding=4;
	//itemwidth="150px";//fontsize="75%";
	fontsize="10pt";
	fontstyle="normal";
   	fontfamily="verdana,arial,sans-serif";
	//fontfamily="Verdana, Tahoma, Arial";
	pagecolor="black";
	pagebgcolor="#ccccff";
	//headercolor="#000000";//headerbgcolor="#ffffff";//subimage="/dev/js/arrow.gif";//subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="randomdissolve(duration=0.3)";
}

// reset this for deployment; also, search-and-replace away any hard-coded 'dev'
var base = '/docs/';

/* define main master menu */

with(milonic=new menuname("Main Menu")){
	style=menuStyle;
	position="relative";
	//top=80;	left=250;	
	//screenposition="center;";
	//separatorpadding="2";
	//orientation="vertical";
	alwaysvisible=1;
	orientation="horizontal";

	aI("text=Home;url=/"); //itemwidth=
	aI("text=Policies;showmenu=Policy;;"); //itemwidth=60
	aI("text=Scheduling;showmenu=Scheduling;itemwidth=75;");
	aI("text=General Info;showmenu=General Info;itemwidth=85;");
	aI("text=Best Practices;showmenu=Best Practices;");//itemwidth=95;
	aI("text=For Interpreters;showmenu=For Interpreters;");
	aI("text=FAQ;url=/faq.php");   
	//aI("text=Training;showmenu=Training;itemwidth=60;");
	aI("text=Contact;url=/contact.php;itemwidth=60;");
}

with(milonic=new menuname("Policy")){
	style=menuStyle;
	//subimage="/dev/js/arrow.gif";
	subimagepadding="2";
	aI("text=SDNY;showmenu=SDNY Policy");
	aI("text=Federal Courts;showmenu=Federal Courts");
}

	with(milonic=new menuname("SDNY Policy")){
		style=menuStyle;
		aI("text=Mission;url="+ base + "mission;")//itemwidth=96;
		aI("text=For Attorneys;url="+ base  + "for_attorneys");
		aI("text=Team;url="+ base  + "team");
		aI("text=Rates;showmenu=Rates");
		aI("text=Cancellation;url="+ base  + "cancellation");
		aI("text=Civil Cases;url="+ base  + "civil_cases");	
	}
	with(milonic=new menuname("Rates")){
		style=menuStyle;
		aI("text=Current Rates;url="+ base  + "rates");
		aI("text=Payment Policy;url="+ base  + "payment");
	}
	with(milonic=new menuname("Federal Courts")){
		style=menuStyle;
		aI("text=Interpreter Program;url="+ base+ "fed_interp_prog");
		aI("text=Ethics;url="+ base  + "ethics");
		aI("text=Oath;url="+ base  + "oath"    );
	}
	with(milonic=new menuname("Scheduling")){
		style=menuStyle;
		// iaI("text=View Schedule;url=/schedule.php");
		aI("text=Requesting Interpreters;url="+ base+ "requesting_interpreters");
		
	}
	with(milonic=new menuname("General Info")){
		style=menuStyle;
		aI("text=Fact Sheet;url="+ base+ "fact_sheet;");//itemwidth=96;itemwidth=96;
		aI("text=Our Staff;url="+ base+ "our_staff;");
		aI("text=Annual Report;url="+ base  + "annual_report"    );
		aI("text=Bibliography;url="+ base  + "bibliography"    );		
		aI("text=Spanish Roster;url=/spanish_roster.php");

with(milonic=new menuname("Best Practices")){
		style=menuStyle;
		aI("text=For Judges;url="+ base+ "HowJudgesCanPromote;");//itemwidth=96;
		aI("text=For AUSAs;url="+ base  + "ausa_checklist"    );		
		aI("text=Re: witnesses;url="+ base  + "examining_witnesses"    );
		aI("text=Re: translations;url="+ base  + "translations"    );
	}
	
with(milonic=new menuname("For Interpreters")){
		style=menuStyle;
		aI("text=Local Guidelines;url="+base+"freelance_guidelines");
		aI("text=Credentialing;url="+ base+ "credentialing;itemwidth=104");//itemwidth=95;
		aI("text=The Market;url="+ base  + "for_aspiring_interpreters"    );		
		aI("text=Skills;showmenu=Skills");           //url="+ base  + "interpreting_skills"    );		
		aI("text=Translations;url="+base+"translating_documents")
		aI("text=E&lt;&gt;S Glossary;url=/glossary.php"    );	
 		aI("text=Links of Interest;url=/docs/links");
		//aI("text=Skills;url="+ base  + "interpreting_skills.html"    );		
	 
}	
with(milonic=new menuname("Skills")){
	style=menuStyle;
	aI("text=Modes;url="+base+"interpreting_skills");
	aI("text=Witness Techniques;url="+base+"witness_interpreting");
}

/*
with(milonic=new menuname("Training")){ //
		style=menuStyle;
		aI("text=Reports;showmenu=Training reports");		aI("text=Announcements;url="+ base  + "training_announcements.html"    );
}	
*/
/*
with(milonic=new menuname("Training reports")){
			style=menuStyle;
			aI("text=Arabic;url="+ base+ "arabic_final_report.html;");
aI("text=Fuzhou;url="+ base  + "fuzhou_final_report.html;" );
}
*/	
/*
with(milonic=new menuname("Contact")){ 
		style=menuStyle;
		aI("text=Who we are;url="+ base  + "contact.html;" );
	}
	}
*/
}
//drawMenus();

