<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Young Women Leadership in Development</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/tabs/Jquery-tabs.js"></script>
<script type="text/javascript" src="js/easySlider1.5.js" ></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true
});
});
</script>
<!--SCRIPT FOR MENU-->
<script type="text/javascript">
<!--
$(document).ready(function () {
$('#menu li').hover(
function () {
//show its submenu
$('ul', this).slideDown();
$('ul li ul', this).slideUp(0);
},
function () {
//hide its submenu
$('ul', this).slideUp();
}
);
});
-->
</script>
<script type="text/javascript">
$(document).ready(function() {
$("#topnav li").prepend("<span></span>"); //Throws an empty span tag right before the a tag
$("#topnav li").each(function() { //For each list item...
var linkText = $(this).find("a").html(); //Find the text inside of the <a> tag
$(this).find("span").show().html(linkText); //Add the text in the <span> tag
});
$("#topnav li").hover(function() { //On hover...
$(this).find("span").stop().animate({
marginTop: "-40" //Find the <span> tag and move it up 40 pixels
}, 250);
} , function() { //On hover out...
$(this).find("span").stop().animate({
marginTop: "0" //Move the <span> back to its original state (0px)
}, 250);
});
});
</script>
<script type="text/javascript" src="js/contactable/jquery.validate.pack.js"></script>
<script type="text/javascript" src="js/contactable/jquery.contactable.js"></script>
<link rel="stylesheet" href="js/contactable/contactable.css" type="text/css" />
<script type="text/javascript">
$(function(){
$('#contact').contactable({
subject: 'A Feeback Message'
});
});
</script>
<!--[if IE 8]>
<style type="text/css">
.table_wrap p.heading_3 {width:449px;}
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
#contactForm{height:365px;}
form#contactForm .submit{margin-top:0px;}
</style>
<![endif]-->
</head>
<body>
<div id="social">
<a href="http://www.facebook.com/YWLDRP" target="_blank"><img src="http://www.niftybuttons.com/komodomedia/facebook_32.png" border="0" title=""/></a>
<a href="https://twitter.com/YWLDRP" target="_blank"><img src="http://www.niftybuttons.com/komodomedia/twitter_32.png" border="0" title=""/></a>
<a href="http://www.youtube.com/channel/UCbxGbMbiruHRZS6i-ZiS3-w?feature=results_main" target="_blank"><img src="http://www.niftybuttons.com/komodomedia/youtube_32.png" border="0" title=""/></a>
</div>
<div id="contact"> </div>
<div id="fullwidth">
<div class="main_wrap">
<a href="index.html" class="logo" style="height: 108px; position:absolute; top:-30px; width: 137px;"></a>
<div id="menuwrap" style="width:800px">
<ul id="menu">
<li class="select"><a href="index.html"><span>Home</span></a>
</li>
<li>
<a><span>About Us</span></a>
<ul>
<li><a href="introduction.html">Introduction</a></li>
<li><a href="Capacity.html">Capacity Building Component</a></li>
<li><a href="Initiatives_component.html">Initiatives Component</a></li>
<li><a href="Community.html">Community Resource Centers</a></li>
<li><a href="outcomes.html">Outcomes</a></li>
</ul>
</li>
<li>
<a>Gallery</a>
<ul>
<li><a href="Photos.html">Photos</a></li>
<li><a href="Videos.html">Videos</a></li>
</ul>
</li>
<li><a href="lib.html"><span>Library</span></a>
</li>
<li><a><span>Countries</span></a>
<ul>
<li><a href="egypt.html">Egypt</a></li>
<li><a href="jordon.html">Jordan</a></li>
<li><a href="lebanon.html">Lebanon</a></li>
<li><a href="tunisia.html">Tunisia</a></li>
</ul>
</li>
<li><a><span>Initiatives</span></a>
</li>
<li><a href="events.html"><span>Events</span></a>
</li>
<li class="last"><a href="contactus.html"><span>Contact</span></a></li>
</ul>
</div>
<!--Content Start-->
<div class="full_width">
<p class="breadcrumb"><a href="#">Gallery</a> / <strong class="active-link">Photos</strong></p>
</div>
<div class="right_three r-align ">
<iframe src="http://www.ywld-rp.net/main/index.php?cID=137" frameborder="0" scrolling="no" width="960px" height="1200px"></iframe>
</div>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
</div>
<!--Content End-->
</div>
</div>
</div>
<div id="footer">
<div class="main_wrap">
<p>© Copyrights <a href="http://ywld-rp.net">YWLD</a> - Powered By <a href="http://www.nat-solutions.com">NAT solutions</a></p>
<ul class="nav2">
<li><a href="index.html">Home</a></li>
<li class="sep">|</li>
<li><a href="introduction.html">About Us</a></li>
<li class="sep">|</li>
<li><a href="#">Gallery</a></li>
<li class="sep">|</li>
<li><a href="#">Library</a></li>
<li class="sep">|</li>
<li><a href="egypt.html">Countries</a></li>
<li class="sep">|</li>
<li><a href="#">Initiatives</a></li>
<li class="sep">|</li>
<li><a href="events.html">Events</a></li>
<li class="sep">|</li>
<li><a href="contactus.html">Contact</a></li>
</ul>
</div>
</div>
</body>
</html>