/* Function PullDown menu ENG modif Lib and Archives 28-12-06 - vers ALIAS 27-11-06 - prev 30-09-05 */
//VARs for all DIVs
var menuArrow = "
";
var myView = "/web/eng/siteeng0.nsf/htmlall/";
var divProp = "onMouseOut='t=1; delayHide(1);' onMouseOver='t=2;' style='position:absolute; display: none;z-index:2;'";
//OTHER COMPUTED VARS - SEARCH
var optionMessage = "Please select a search option.";
var quotesMessage = "When including QUOTATION marks (\" \") in your search phrase select the \"USE OPERATORS\" option.";
var conflictMessage = "Words like AND, OR may conflict with the selected search option. You may want to modify your terms or your search options for a new search.";
var tbSearchAlert = "Attention - Please enter search terms";
var tbSearchText = "Search";
function tnsectionAll ()
{
//ARRAYS
myURL1 = new Array('icrc','section_discover_the_icrc','section_mandate','history','section_structure','section_finances_and_budget','jobs','funds_medals','addresses');
myText1 = new Array('About the ICRC','Discover the ICRC','Mandate','History','Structure','Finances and budget','Human resources','Funds and medals','Contacts');
myURL2 = new Array('activities','section_protection','assistance','section_training_education_awareness','section_mine_and_uxo_awareness','section_humanitarian_diplomacy','private_sector','section_cooperation_with_National_Societies');
myText2 = new Array('ICRC Activities','Protection','Assistance','Promoting IHL','Mine action','Humanitarian diplomacy','Private sector relations','Cooperation with National Societies');
myURL3 = new Array('icrc_worldwide','africa','middle_east_north_africa','eastern_europe_central_asia','western_europe','asia','america');
myText3 = new Array('The ICRC worldwide','Africa','Middle East and North Africa','Eastern Europe and Central Asia','Western and Central Europe and the Balkans','Asia and the Pacific','The Americas');
myURL4 = new Array('focus','bwh','mines','themissing','women','children','refugees_displaced_persons','movement','emblem','section_social_research_on_war','section_debate_on_humanitarian_action');
myText4 = new Array('Focus','Biotechnology and weapons','Landmines','Missing persons','Women and war','Children in war','War and displacement','RC Movement','Emblem','Social research on war','Debate on humanitarian action');
myURL5 = new Array('ihl','section_ihl_in_brief','section_ihl_treaties_and_customary_law','section_ihl_protected_persons_and_property','section_ihl_conduct_of_hostilities','section_ihl_emblem','section_ihl_women_and_war','section_ihl_children_in_war','section_ihl_refugees_and_IDPs','section_ihl_missing_persons','section_ihl_weapons','advisory_service_ihl','section_ihl_reaffirmation_and_development','section_ihl_international_criminal_jurisdiction','section_ihl_other_issues');
myText5 = new Array('Humanitarian law','IHL in brief','Treaties and customary law','Protected persons and property','Conduct of hostilities','Emblem','Women and war','Children in war','Refugees and IDPs','Missing persons','Weapons','National implementation','Reaffirmation and development','International criminal jurisdiction','Other issues');
myURL6 = new Array('info_resources','faq','section_library_and_research_service','archives','shop','promotional-items','review','section_annual_report','section_ihl_databases','photos','section_audio','section_video','icrc_maps','links','section_calendar_of_events');
myText6 = new Array('Info resources','Frequently asked questions','Library and Research Service','ICRC Archives','ICRC publications and films','Gift shop','International Review','Annual Report','IHL databases','Photos','Audio','Video','Maps','Other sites','Events');
//ARRAYS GROUP
URLvars = new Array(myURL1,myURL2,myURL3,myURL4,myURL5,myURL6);
TEXTvars = new Array(myText1,myText2,myText3,myText4,myText5,myText6);
//ITEMS LOOP
for(x=0;x");
curURLVar = URLvars[x];
curTextVar = TEXTvars[x];
//alert(curVar);
for(i=0;i"+menuArrow+""+curTextVar[i]+"");
}
document.write("");
}
} //END Section