// JavaScript Document
document.write('<p id="trans-active"><a href="index.php"  id=menu151  >Home</a> <img src="images/link_line.jpg" width="1" height="27" alt="" align="absmiddle" /><a  id=menu95  href="index.php?option=com_content&view=article&id=2">About Us</a><img src="images/link_line.jpg" width="1" height="27" alt="" align="absmiddle" /><a href="index.php?option=com_content&view=article&id=42"  id=menu97  >Our Programmes</a><img src="images/link_line.jpg" width="1" height="27" alt="" align="absmiddle" /><a  id=menu96 href="index.php?option=com_content&view=article&id=5">Media Centre</a> <img src="images/link_line.jpg" width="1" height="27" alt="" align="absmiddle" /><a href="index.php?option=com_content&view=article&id=9""  id=menu98 >Work with Us</a> <img src="images/link_line.jpg" width="1" height="27" alt="" align="absmiddle" /><a href="index.php?option=com_content&view=article&id=10">Contact Us</a></p>');


if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.down, 0,0, TransMenu.reference.bottomLeft);

var menu95 = ms.addMenu(document.getElementById("menu95"));
menu95.addItem("History", "index.php?option=com_content&view=article&id=11", "0");
menu95.addItem("Mission", "index.php?option=com_content&view=article&id=12", "0");
menu95.addItem("Vision", "index.php?option=com_content&view=article&id=13", "0");
menu95.addItem("Values", "index.php?option=com_content&view=article&id=14", "0");
menu95.addItem("Strategic Directions", "index.php?option=com_content&view=article&id=15", "0");
menu95.addItem("Management Team", "index.php?option=com_content&view=article&id=16", "0");

var menu96 = ms.addMenu(document.getElementById("menu96"));
menu96.addItem("News & Updates", "index.php?option=com_content&view=category&layout=blog&id=10&Itemid=2", "0");
menu96.addItem("Newsletters", "index.php?option=com_content&view=article&id=21", "0");
menu96.addItem("Photo Gallery", "index.php?option=com_content&view=article&id=19", "0");
menu96.addItem("Video Gallery", "index.php?option=com_content&view=article&id=20", "0");

var menu97 = ms.addMenu(document.getElementById("menu97"));
menu97.addItem("OTO / CWP", "index.php?option=com_content&view=article&id=22", "0");
menu97.addItem("Microfinance", "index.php?option=com_content&view=article&id=23", "0");
menu97.addItem("Humanitarian", "index.php?option=com_content&view=article&id=41", "0");
menu97.addItem("Water & Sanitation", "index.php?option=com_content&view=article&id=25", "0");
menu97.addItem("Health & Nutrition", "index.php?option=com_content&view=article&id=26", "0");
menu97.addItem("Education & Training", "index.php?option=com_content&view=article&id=27", "0");
menu97.addItem("Seasonal Programmes", "index.php?option=com_content&view=article&id=28", "0");
menu97.addItem("Emergency Response", "index.php?option=com_content&view=article&id=76", "0");

var menu98 = ms.addMenu(document.getElementById("menu98"));
menu98.addItem("Job Opportunities", "index.php?option=com_content&view=category&layout=blog&id=13&Itemid=3", "0");

function init() {
if (TransMenu.isSupported()) {
TransMenu.initialize();
document.getElementById("menu151").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu151").onmouseout = function() { this.className = ""; }
 menu95.onactivate = function() {document.getElementById("menu95").className = "hover"; };
 menu95.ondeactivate = function() {document.getElementById("menu95").className = ""; };
 menu96.onactivate = function() {document.getElementById("menu96").className = "hover"; };
 menu96.ondeactivate = function() {document.getElementById("menu96").className = ""; };
 menu96.onactivate = function() {document.getElementById("menu97").className = "hover"; };
 menu96.ondeactivate = function() {document.getElementById("menu97").className = ""; }; 
 }}
TransMenu.spacerGif = "templates/jb-irp/images/x.gif";
TransMenu.dingbatOn = "templates/jb-irp/images/submenu-on.gif";
TransMenu.dingbatOff = "templates/jb-irp/images/submenu-off.gif"; 
TransMenu.sub_indicator = true; 
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 0;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 3;
TransMenu.shadowColor = "#888";
TransMenu.shadowPng = "templates/jb-irp/images/grey-40.png";
TransMenu.backgroundColor = "#35bae5";
TransMenu.backgroundPng = "templates/jb-irp/images/white-90.png";
TransMenu.hideDelay = 300;
TransMenu.slideTime = 300;
TransMenu.selecthack = 0;
TransMenu.renderAll();
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", init, false );
else if ( typeof window.attachEvent != "undefined" ) {
window.attachEvent( "onload", init);
}else{
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
init();
}
}else
window.onload = init();
}
}


// JavaScript for the header mouseover

function makevisible(cur,which){
strength=(which==0)? 1 : 0.2
if (cur.style.MozOpacity)
cur.style.MozOpacity=strength
else if (cur.filters)
cur.filters.alpha.opacity=strength*100
}

