posYmenu = 185;
//bgcolor='#ffffff';
bgcolor='#4258AE';
bgcolor2='#80B4F8';
//bgcolor2='#4258AE';
bgcolor3='#4258AE';
needcenter =false;
if(!needcenter)
	posXmenu = 117;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(200/2);
	else
		posXmenu = (window.innerWidth/2)-(200/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#ff0000; text-decoration:none;}')
document.write('.ejsmenu1 {border-bottom:1px #4258AE solid; }')
document.write('A.ejsmenu {color:#ffffff; text-decoration:none;}')
document.write('A.ejsmenu { text-decoration:none;}')
document.write('.titremenu{ font-family:arial; font-size:11px; color:#4258AE; text-decoration:none; font-weight:bold;}')
document.write('.titremenu{ font-family:arial; font-size:11px; color:#4258AE; text-decoration:none; }')
document.write('.barre{ font-family:arial; font-size:12px; color:#4258AE; text-decoration:none; }')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;

zlien[0][0] = '<A HREF="who_we_are_organization.html" CLASS=ejsmenu >The organization</A>';
zlien[0][1] = '<A HREF="who_we_are_structure.html" CLASS=ejsmenu >Structure</A>';
zlien[0][2] = '<A HREF="who_we_are_parteners.html" CLASS=ejsmenu >Partners</A>';
zlien[0][3] = '<A HREF="who_we_are_contacts.html" CLASS=ejsmenu >Contacts</A>';
zlien[0][4] = '<A HREF="who_we_are_support_us.html" CLASS=ejsmenu >Support us</A>';

zlien[1][0] = '<A HREF="activities_achievements_strategic_plan.html" CLASS=ejsmenu >Strategic plan</A>';
zlien[1][1] = '<A HREF="activities_achievements_workplan.html" CLASS=ejsmenu >Workplan</A>';
zlien[1][2] = '<A HREF="activities_achievements_meetings_trainings.html" CLASS=ejsmenu >Meetings and trainings</A>';
zlien[1][3] = '<A HREF="activities_achievements_conferences.html" CLASS=ejsmenu >Conferences</A>';
zlien[1][4] = '<A HREF="activities_achievements_awards.html" CLASS=ejsmenu>Awards</A>';

zlien[2][0] = '<A HREF="key_areas_orphans.html" CLASS=ejsmenu >Orphans and vulnerable &nbsp;&nbsp;children</A>';
zlien[2][1] = '<A HREF="key_areas_human_rights.html" CLASS=ejsmenu >Human rights promotion</A>';
zlien[2][2] = '<A HREF="key_areas_condom.html" CLASS=ejsmenu >Female condom</A>';
zlien[2][3] = '<A HREF="key_areas_microbicides.html" CLASS=ejsmenu >Microbicides</A>';
zlien[2][4] = '<A HREF="key_areas_acces_arv.html" CLASS=ejsmenu >Access to Anti-RetroViral &nbsp;&nbsp;Drugs</A>';
zlien[2][5] = '<A HREF="key_areas_care.html" CLASS=ejsmenu >Care and support</A>';
zlien[2][6] = '<A HREF="key_areas_sex_workers.html" CLASS=ejsmenu >Policy on sex workers</A>';
zlien[2][7] = '<A HREF="key_areas_hiv_aids.html" CLASS=ejsmenu >HIV/AIDS psychosocial &nbsp;&nbsp;counselling manual</A>';

zlien[3][0] = '<A HREF="publications_swaa_magazine.html" CLASS=ejsmenu >SWAA Infos magazine</A>';
zlien[3][1] = '<A HREF="publication_activity_report.html" CLASS=ejsmenu >Brochures</A>';
zlien[3][2] = '<A HREF="publication_conference_reports.html" CLASS=ejsmenu >Conference reports</A>';
zlien[3][3] = '<A HREF="publication_activity_workshop.html" CLASS=ejsmenu >Workshop report</A>';
zlien[3][4] = '<A HREF="activities_achievements_strategic_plan.html.html" CLASS=ejsmenu >Strategic plan</A>';
zlien[3][5] = '<A HREF="activities_achievements_workplan.html" CLASS=ejsmenu >Workplan</A>';
zlien[3][6] = '<A HREF="publication_annual_report.html" CLASS=ejsmenu >Annual report</A>';

//zlien[4][0] = '<A HREF="swaa_country_offices.php" CLASS=ejsmenu >SWAA country offices </A>';

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = posYmenu+16;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#4258AE WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
} 
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=760 class=ejsmenu1><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% ><TR>')
document.write('<TD  ><img src="../images/home/pixel.gif" width=87 height=1></TD>')
document.write('<TD  ALIGN=left onMouseOver="pop(zlien[0],90)" ><FONT class="titremenu">Who&nbsp;we&nbsp;are&nbsp;</FONT></TD>')
document.write('<TD  ALIGN=left width=2><font class="titremenu">|</font></TD>') // barre
document.write('<TD  ALIGN=left onMouseOver="pop(zlien[1],168)" ><FONT class="titremenu">Activities&nbsp;and&nbsp;achievements</FONT></TD>')
document.write('<TD  ALIGN=left><font class="titremenu">|</font></TD>') // barre
document.write('<TD  ALIGN=left onMouseOver="pop(zlien[2],330)" ><FONT class="titremenu">Key&nbsp;areas&nbsp;of&nbsp;intervention</FONT></TD>')
document.write('<TD  ALIGN=left><font class="titremenu">|</font></TD>') // barre
document.write('<TD  ALIGN=left onMouseOver="pop(zlien[3],475)" ><FONT class="titremenu">Publications&nbsp;and&nbsp;documents</FONT></TD>')
document.write('<TD  ALIGN=left><font class="titremenu">|</font></TD>') // barre
document.write('<TD  ALIGN=left )" ><A href="swaa_country_offices.php" CLASS=ejsmenu><FONT class="titremenu">SWAA&nbsp;country&nbsp;offices</FONT></a></TD>')
//document.write('<TD  ALIGN=left onMouseOver="pop(zlien[4],610)" ><A  onMouseOver="pop(zlien[4],510)" href="swaa_country_offices.php" CLASS=mmenu><FONT class="titremenu">SWAA&nbsp;country&nbsp;offices</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')