<!-- Begin HORIZONTAL CSS DROP MENU VER 1.50 2009

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY


var showtop		= "no"		//  SHOW TOP MENU IMAGE
var showimage		= "no"		//  SHOW BOTTOM MENU IMAGE


document.write('<div id="menulocation" class="printhide">');
   if (showtop == "yes") {
document.write('<img src="picts/menu-top.jpg" width="150" height="125" class="menutop"></a><br>');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" width="150"><tr><td class="topmargin">');
document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('  <li class="menuT"><a href="index.html">Home</a></li>');




// MENU SEPARATOR 1
document.write('<li class="menuseparator"></li>');






document.write('  <li class="menuT"><a href="about.htm" class="parentM">Association</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="about.htm">About Us</a></li>');
document.write('      <li><a href="links.htm">Our Partners</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="news.htm" class="parentM">News & Activities</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="news.htm">Activities & Events</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="education.htm" class="parentM">Our Projects</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="education.htm">Education</a></li>');
document.write('      <li><a href="economy.htm">Economic Development</a></li>');
document.write('      <li><a href="youth.htm">Youth</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('  <li class="menuT"><a href="assoc-es.htm" class="parentM">Español</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="assoc-es.htm">Asociación</a></li>');
document.write('      <li><a href="noticias.htm">Noticias y Actividades</a></li>');
document.write('      <li><a href="espanol.htm">Nuestros Proyectos</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('  <li class="menuT"><a href="assoc-fr.htm" class="parentM">Français</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="assoc-fr.htm">Association</a></li>');
document.write('      <li><a href="francais.htm">Nos Projets</a></li>');
document.write('    </ul>');
document.write('  </li>');






// MENU SEPARATOR 2
document.write('<li class="menuseparator"></li>');


document.write('  <li class="menuT"><a href="k42.htm">K42 Sahara</a></li>');


document.write('  <li class="menuT"><a href="gallery.htm" class="parentM">Gallery</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="gallery1.htm">Education</a></li>');
document.write('      <li><a href="gallery2.htm">Economy</a></li>');
document.write('      <li><a href="gallery3.htm">Youth</a></li>');
document.write('      <li><a href="gallery4.htm">Activities</a></li>');
document.write('      <li><a href="slideshow.htm">Gallery Slideshow</a></li>');
document.write('    </ul>');
document.write('  </li>');






document.write('  <li class="menuT"><a href="video1.htm" class="parentM">Videos</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="video1.htm">Alter Forum Literacy</a></li>');
document.write('      <li><a href="video2.htm">Literacy</a></li>');
document.write('      <li><a href="video3.htm">Nattaalam</a></li>');
document.write('      <li><a href="video4.htm">Kitesurf</a></li>');
document.write('    </ul>');
document.write('  </li>');




document.write('  <li class="menuT"><a href="contact.htm">Contact</a></li>');




// MENU SEPARATOR 3
document.write('<li class="menuseparator"></li>');






// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');




// START MENU IMAGE


   if (showimage == "yes") {
document.write('<br><br><a href="index.html"><img src="picts/menu-image.jpg" width="150" height="75" border="0" class="borders-menuimage"></a><br><br><br>');
}

// XML-UL CHANGER SUPPORT: - http://www.allwebco-templates.com/support/S_flash_image_changerXML-ADDON-UL.htm
// XML-UL CHANGER VARIABLES YOU CAN EDIT - ALSO EDIT THE image .xml file



// VARIABLE FOR THE XML IMAGE SET FILE

var xmlfilenameXMLUL	= "XML-Changer-UL/set1.xml"



var flashwidthXMLUL	= "150"		// WIDTH OF THE FLASH (IN PIXELS)
var flashheightXMLUL	= "150"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashcolorXMLUL	= "FFFFFF"	// CHANGER BACKGROUND COLOR
var borderXMLUL		= "000000"	// IMAGE BORDER COLOR
var borderwidthXMLUL	= "1"		// CHANGER BORDER WIDTH
var showsflashXMLUL	= "yes"		// SHOW FLASH XML CHANGER
var flashmodeXMLUL	= "transparent"	// FLASH WMODE | window | opaque | transparent |



// LOCATE WITH A DIV OPTIONS

var divlocateXMLUL	= "no"		// yes OR no TO LOCATE THE CHANGER WITH A DIV
var divLRXMLUL		= "left"	// SIDE TO LOCATE ON left OR right
var divXlocXMLUL	= "50"		// PIXELS FROM EDGE
var divYlocXMLUL	= "160"		// PIXELS FROM TOP OF PAGE






// COPYRIGHT 2010 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


   if (showsflashXMLUL == "yes") {
   if (divlocateXMLUL == "yes") {
document.write('<div id="XMLFlash" style="position:absolute; visibility:visible; '+divLRXMLUL+': '+divXlocXMLUL+'px; top: '+divYlocXMLUL+'px; z-index:3;">');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" style="background-color: #'+flashcolorXMLUL+'; border: #'+borderXMLUL+' '+borderwidthXMLUL+'px solid;"><tr><td>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidthXMLUL+'" height="'+flashheightXMLUL+'" id="XML-ChangerUL">');
document.write('<param name="movie" value="XML-Changer-UL/XML-ChangerUL.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="flashvars" value="xmlfilen='+xmlfilenameXMLUL+'">');
document.write('<param name="wmode" value="'+flashmodeXMLUL+'">');
document.write('<param name="bgcolor" value="#'+flashcolorXMLUL+'">');
document.write('<embed src="XML-Changer-UL/XML-ChangerUL.swf" flashvars="xmlfilen='+xmlfilenameXMLUL+'" quality="high" wmode="'+flashmodeXMLUL+'" bgcolor="#'+flashcolorXMLUL+'" width="'+flashwidthXMLUL+'" height="'+flashheightXMLUL+'" NAME="XML-ChangerUL" TYPE="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');
document.write('</td></tr></table>');
   if (divlocateXMLUL == "yes") {
document.write('</div>');
}
}

// END XML FLASH CHANGER






document.write('</td></tr></table>');
document.write('</div>');




//  End -->




// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;