var currentpage;
function setPage()
{
	var cltWidth=document.body.clientWidth;
	cltWidth=((cltWidth-920)/2);
	document.getElementById("maincontainer").style.marginLeft =cltWidth + "px";
}
function setImg(obj)
{
	document.getElementById(obj).style.cursor = "Pointer";
	document.getElementById(obj).style.backgroundImage = "url('images/" + obj + "_over.jpg')";	
}
function resetImg(obj)
{
	document.getElementById(obj).style.backgroundImage = "url('images/" + obj + "_back.jpg')";	
}
function openLink(obj)
{
	window.open (obj + ".aspx", "_self");	
	if(obj == 'contact')
	{
	window.open (obj + ".html", "_self");
	}
	 if(obj == 'home'){
	  currentPage =obj;
 //document.getElementById('photoframe').innerHTML =industry ;
	 }
	}
function openPop(pageurl)
{
	var a;
	var vfile;
	a=window.open(pageurl +'.html','','left=30,top=30,width=500,height=590,status=1');
	//var popup=a.split('=');
	//document.body.innerHTML =popup[0];
	//vfile = encodeURIComponent(afile);
	//setTimeout("a.createPlayer(vFile)", 750);
	
}
var curPos = 1;
var maxPos = 5;
var currentOpacity = 10;
var intervalId;

function movePrevious()
{
	curPos = curPos - 1;
	if (curPos < 1)
	curPos = 5;
	
	window.clearInterval(intervalId)
	intervalId = window.setInterval("decreaseOpacity();", 50);
	
}

function moveNext()
{
	curPos = curPos + 1;
	if (curPos > maxPos)
	curPos = 1;

	window.clearInterval(intervalId)
	intervalId = window.setInterval("decreaseOpacity();", 50);
	
}

function increaseOpacity()
{
	var galContainer = document.getElementById('photofirst');

	currentOpacity = currentOpacity + 1;
	
	if (currentOpacity == "10")
		galContainer.style.opacity = "1";
	else
		galContainer.style.opacity = "0." + currentOpacity;
	
	galContainer.style.filter = "alpha(opacity=" + currentOpacity + "0)";
	
	if (currentOpacity == 10)
	{
	window.clearInterval(intervalId);
	}


}


function decreaseOpacity()
{
		var galContainer = document.getElementById('photofirst');
	currentOpacity = currentOpacity - 1;
	
	if (currentOpacity == "10")
		galContainer.style.opacity = "1";
	else
		galContainer.style.opacity = "0." + currentOpacity;
	galContainer.style.filter = "alpha(opacity=" + currentOpacity + "0)";
	
	if (currentOpacity == 0)
	{
	galContainer.src = "images/" + curPos + ".jpg";
	window.clearInterval(intervalId);
	intervalId = window.setInterval("increaseOpacity();", 50);
	}
}

function setOpacity()
{
	intervalId = window.setInterval("increaseOpacity();", 50);
}







function resetForm()
{
document.contact.fname.value="";
document.contact.lname.value = "";	
document.contact.email.value = "";	
document.contact.phone.value = "";	
document.contact.message.value = "";	
}

function submitForm()
{
	
		if ((document.contact.fname.value=="")||(document.contact.lname.value=="") || (document.contact.email.value=="") || (document.contact.phone.value=="") || (document.contact.message.value==""))
		
		{
			
			alert("Please fill all fields.");
		}	
		else
		{
		var emailID=document.contact.email.value;
	
		if (echeck(emailID)==false)
		{
			
			document.contact.email.focus();
			
		}
		else
		{
			document.contact.submit();	
			
		}
		}
}

function echeck(str) {

		var at="@"
		var dot="."
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		
		if (str.indexOf(at)==-1){
		   alert("Invalid E-mail ID")
		   return false
		}

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   alert("Invalid E-mail ID")
		   return false
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		    alert("Invalid E-mail ID")
		    return false
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		    alert("Invalid E-mail ID")
		    return false
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		    alert("Invalid E-mail ID")
		    return false
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    alert("Invalid E-mail ID")
		    return false
		 }
		
		 if (str.indexOf(" ")!=-1){
		    alert("Invalid E-mail ID")
		    return false
		 }

 		 return true					
	}	
function openHtml(sana)
{
	//document.getElementById("indusnext").style.cursor="Pointer";

	if(sana== 'photofirst'){
	
	document.getElementById("photoframe").innerHTML=photof1;
	}
		
		if(sana== 'photofirst1'){
			//alert("coming");
	
	document.getElementById("photoframe").innerHTML=photof2;
	}
	if(sana== 'photofirst2'){
	
	document.getElementById("photoframe").innerHTML=photof3;
	}
	if(sana== 'photofirst3'){
	
	document.getElementById("photoframe").innerHTML=photof4;
	}
	if(sana== 'photofirst4'){
	
	document.getElementById("photoframe").innerHTML=photof5;
	}
	if(sana== 'gallery'){
	
	document.getElementById("photoframe").innerHTML=gall;
	}
	if(sana== 'photos081'){
	
	document.getElementById("photoframe").innerHTML=photos081;
	}
	if(sana== 'photos082'){
	
	document.getElementById("photoframe").innerHTML=photos082;
	}
	if(sana== 'photos083'){
	
	document.getElementById("photoframe").innerHTML=photos083;
	}
	if(sana== 'photos084'){
	
	document.getElementById("photoframe").innerHTML=photos084;
	}
	if(sana== 'photos085'){
	
	document.getElementById("photoframe").innerHTML=photos085;
	}
	if(sana== 'photos086'){
	
	document.getElementById("photoframe").innerHTML=photos086;
	}
	if(sana== 'photos087'){
	
	document.getElementById("photoframe").innerHTML=photos087;
	}
	if(sana== 'photos088'){
	
	document.getElementById("photoframe").innerHTML=photos088;
	}
	if(sana== 'photos089'){
	
	document.getElementById("photoframe").innerHTML=photos089;
	}
	if(sana== 'photos0810'){
	
	document.getElementById("photoframe").innerHTML=photos0810;
	}
	if(sana== 'photos0811'){
	
	document.getElementById("photoframe").innerHTML=photos0811;
	}
	if(sana== 'photos0812'){
	
	document.getElementById("photoframe").innerHTML=photos0812;
	}
	if(sana== 'photos0813'){
	
	document.getElementById("photoframe").innerHTML=photos0813;
	}
	if(sana== 'photos0814'){
	
	document.getElementById("photoframe").innerHTML=photos0814;
	}
	if(sana== 'photos0815'){
	
	document.getElementById("photoframe").innerHTML=photos0815;
	}
	if(sana== 'photos0816'){
	
	document.getElementById("photoframe").innerHTML=photos0816;
	}
	if(sana== 'photos0817'){
	
	document.getElementById("photoframe").innerHTML=photos0817;
	}
	if(sana== 'photos0818'){
	
	document.getElementById("photoframe").innerHTML=photos0818;
	}if(sana== 'photos0819'){
	
	document.getElementById("photoframe").innerHTML=photos0819;
	}
	if(sana== 'photos0820'){
	
	document.getElementById("photoframe").innerHTML=photos0820;
	}
	if(sana== 'photos0821'){
	
	document.getElementById("photoframe").innerHTML=photos0821;
	}
	if(sana== 'photos0822'){
	
	document.getElementById("photoframe").innerHTML=photos0822;
	}if(sana== 'photos0823'){
	
	document.getElementById("photoframe").innerHTML=photos0823;
	}if(sana== 'photos0824'){
	
	document.getElementById("photoframe").innerHTML=photos0824;
	}
	if(sana== 'photos091'){
	
	document.getElementById("photoframe").innerHTML=photos091;
	}
	if(sana== 'photos092'){
	
	document.getElementById("photoframe").innerHTML=photos092;
	}
	if(sana== 'photos093'){
	
	document.getElementById("photoframe").innerHTML=photos093;
	}
	if(sana== 'photos094'){
	
	document.getElementById("photoframe").innerHTML=photos094;
	}
	if(sana== 'photos095'){
	
	document.getElementById("photoframe").innerHTML=photos095;
	}
	if(sana== 'video1'){
	
	document.getElementById("photoframe").innerHTML=lullaby;
	}
	if(sana== 'video2'){
	
	document.getElementById("photoframe").innerHTML=lullaby;
	}
	if(sana== 'video3'){
	
	document.getElementById("photoframe").innerHTML=lullaby;
	}
}

	
	
//var photof1="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/1.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:260px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS-FIRST YEAR</span></div><div style=\"width:300px; height:250px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >Before entering the orphanage the boys' homes were as broken as their hearts</span></div></div><div style=\"width:300px; height:100px;\"></div><div class=\"tddiv\" style=\"width:100px; height:40px; \"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\" onclick=\"openHtml('gallery');\" ></div><div style=\"float:left;width:20px; height:40px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photofirst1');\"></div><div style=\"float:left;width:10px; height:40px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photof1="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/1.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS-FIRST YEAR</span></div><div style=\"width:300px; height:180px; margin-left:10px; text-align:justify;\"><span id=\"photocontent\" >Before entering the orphanage the boys' homes were as broken as their hearts</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('gallery');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photofirst1');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";


var photof2="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/2.jpg\" width=\"480px\" height=\"360px\"style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS-FIRST YEAR</span></div><div style=\"width:300px; height:250px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >With smiles galore the boys gather together in their new green jackets</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photofirst');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photofirst2');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";


var photof3="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/3.jpg\" width=\"480px\" height=\"360px\"style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS-FIRST YEAR</span></div><div style=\"width:300px; height:250px;  margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >Scars from abuse that can never be erased, but her beauty still shines through.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photofirst1');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photofirst3');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";


var photof4="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/4.jpg\" width=\"480px\" height=\"360px\"style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS-FIRST YEAR</span></div><div style=\"width:300px; height:250px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >Her clothes normally hide the imprint left from the chains she endured for a year but the pain and memories remain.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photofirst2');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photofirst4');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photof5="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/5.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS-FIRST YEAR</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >Sending greetings to their friends around the world.  </span></div></div><div style=\"width:300px; height:100px;\"></div><div class=\"tddiv\" style=\"width:100px; height:40px;\"></div><div style=\" float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photofirst3');\" > </div><div style=\"float:left;width:20px; height:40px;\"></div><div style=\"float:left;width:10px; height:40px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div>";

var gall="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div style=\"width:860px; height:198px; margin-left:30px; \"><div style=\"width:860px; height:8px;\"></div><div class=\"tddiv\" style=\"width:280px; height:8px;text-align:center;\"><span style=\"font-family:'Microsoft Sans Serif'; font-size:10px; font-style:normal; color:#3a301a;\">VIDEO FROM SPRING 2009</span><div id=\"video1\" style=\"width:230px; height:176px; margin-left:30px; background-image:url('images/Video-01.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"openLink('video1');\"></div></div><div class=\"tddiv\" style=\"width:280px; height:8px;text-align:center;\"><span style=\"font-family:'Microsoft Sans Serif'; font-size:10px; font-style:normal; color:#3a301a;\"> VIDEOS - FIRST YEAR</span><div style=\"width:230px; height:176px; margin-left:30px; background-image:url('images/Video-02.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"openLink('video2');\"></div></div><div class=\"tddiv\" style=\"width:280px; height:8px;text-align:center\;\"><span style=\"font-family:'Microsoft Sans Serif'; font-size:10px; font-style:normal; color:#3a301a;\"> VIDEOS OF FEB-APRIL 2009</span><div style=\"width:230px; height:176px; margin-left:30px; background-image:url('images/Video-03.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"openLink('video3');\"></div></div></div><div style=\" width:920px; height:10px; background-image:url('images/line-stripe.jpg');\"></div><div style=\"width:860px; height:180px; margin-left:30px;\"><div class=\"tddiv\" style=\"width:280px; height:8px;text-align:center;\"><span style=\"font-family:'Microsoft Sans Serif'; font-size:10px; font-style:normal; color:#3a301a;\">PHOTOS 2009</span><div style=\"width:230px; height:176px; margin-left:30px; background-image:url('images/photo-01.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"openHtml('photos091');\"></div></div><div class=\"tddiv\" style=\"width:280px; height:8px;text-align:center;\"><span style=\"font-family:'Microsoft Sans Serif'; font-size:10px; font-style:normal; color:#3a301a;\">PHOTOS 2008</span><div style=\"width:230px; height:176px; margin-left:30px;\"><img src=\"images/photo-02.jpg\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"openHtml('photos081');\"></div></div><div class=\"tddiv\" style=\"width:280px; height:8px;text-align:center;\"><span style=\"font-family:'Microsoft Sans Serif'; font-size:10px; font-style:normal; color:#3a301a;\">PHOTOS - FIRST YEAR</span><div  style=\"width:230px; height:176px; margin-left:30px;\"><img src=\"images/photo-03.jpg\" onmouseover=\"this.style.cursor='pointer';\" onclick=\"openHtml('photofirst');\"></div></div></div></div>";

var photos081="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/1.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >This little boy is carrying a bag of stale bread, his only way to survive on the streets. There are over 2 million children like him in Afghanistan, barely surviving on the garbage they can find to eat.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('gallery');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos082');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";


var photos082="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/2.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >This little girl lives in a home without a roof. Sana Orphanage is helping her family with about 5000 AFG/$100 USD each month to buy food and send the older children to school.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos081');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos083');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos083="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/3.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >Just months after coming to Sana Orphanage with sad faces, these boys are smiling as they head out to school. They love to learn!</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos082');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos084');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos084="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/4.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >The children greet a sheep that has come to visit them.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos083');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos085');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos085="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/5.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >After escaping their terrifying past, my beautiful girls are beaming with hope and happiness.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos084');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos086');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";


var photos086="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/6.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >The children say hello to all the kind people who are helping them reach their bright future.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos085');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos087');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";


var photos087="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/7.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >The smile of a happy child is priceless.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos086');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos088');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos088="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/8.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >These brothers and sisters have found each other and made a new, happy family at Sana Orphanage. Their happiness pours out like sunshine.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos087');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos089');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos089="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/9.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >Three of my beautiful daughters.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos088');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0810');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0810="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/10.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:330px; height:380px;text-align:justify;\"><span id=\"photocontent\" >The boy on the right was suffering from bad malnutrition and such severe vitamin C deficiency--Scurvy--that he had bad bruises, bad teeth, he often fainted and could not grow normally. Simple Vitamin C supplements and nourishing fruits and vegetables have restored his health and now he can run and play with the other boys.The boy on the left had cysts all over his body. After taking a medication and surgery to remove these cysts, he is now healthier and the cysts have not returned. </span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos089');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0811');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0811="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/11.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >A close-up of one of the cysts the day after it was surgically removed. He was very weak when he first arrived, from a far away village.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0810');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0812');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0812="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/12.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >My three handsome boys are showing off their new clothes and shoes as they enjoy Eid Qurban.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0811');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0813');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0813="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/13.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >This is one of the children I saved on my recent trip. His mother is widowed and very poor. This child severe malnutrition and vitamin deficiencies. He was very weak and not growing at all. He was wasting away....With good food to eat and milk to drink every day, he is getting stronger and growing again.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0812');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0814');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0814="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/14.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >The children proudly show off their art -- a mural they drew on the wall of the house using chalk and big imaginations.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0813');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0815');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0815="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/15.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >Within hours, the newest children to come to Sana Orphanage are bonding with their new brothers and sisters.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0814');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0816');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0816="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/16.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:330px; height:390px;  text-align:justify; padding-right:30px;\"><span id=\"photocontent\" >My youngest daughter is only three years old. She never wore shoes, so her feet were so terribly calloused that they were cracked and bleeding. Her face and hands were also damaged from a hard life at such a tender age.This little angel drank milk and ate cake for the first time at Sana Orphanage. She loved them both so much that she asked for more and more milk--and cake!--many times each day. Who could say \"no\" to such a sweet face?</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0815');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0817');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";



var photos0817="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/17.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >This little boy had a bowel obstruction that was corrected with emergency surgery. He is healthy today.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0816');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0818');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0818="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/18.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >After eight years of abuse, the scars still bear silent witness to her painful past. Her smile shines through. Her father hit her with a knife so hard that it split her lip and broke her front tooth.My goal is to have a dentist fix her tooth so that her smile on the outside will be as beautiful as it is on the inside.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0817');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0819');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0819="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/19.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >My son is proudly posing for the camera.Isn't he handsome, mashallah?</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0818');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0820');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0820="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/20.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >This is one little boy who was so weak from illness when he came to me that we worried he would not survive. He was looking like a skeleton.A year later, look at how much weight he has gained and how healthy he looks. He is getting good grades and loves to learn mathematics.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0819');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0821');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0821="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/21.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >My last trip to visit my children. We had a wonderful time playing and eating together, and I loved reading them bedtime stories each night.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0820');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0822');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0822="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/22.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >We brought this little boy to Sana Orphanage and the same day, he began to complain that his belly hurt. He had a fever and so much pain that we rushed him to the hospital. The doctor found that his appendix had already ruptured. If he wasn't at Sana Orphanage that day, he probably would not have survived. </span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0821');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0823');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0823="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/23.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;text-align:justify;\"><span id=\"photocontent\" >The children enjoyed a Friday afternoon playing at a beautiful park.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0822');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos0824');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos0824="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/photos08/24.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2008</span></div><div style=\"width:300px; height:250px; margin-top:10px; margin-left:10px;\"><span id=\"photocontent\" >The children wave good-bye until next time.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos0823');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos091="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/001.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2009</span></div><div style=\"width:300px; height:350px; margin-left:10px; text-align:justify;\"><span id=\"photocontent\" >In March I visited the Kandahar prison where there are women and their children. When women have to go to jail, they have to take their children with them because there is no one else to take care of the children.I brought clothing, toys, soap and some school supplies to these women and children to give them help with these needed things. In these picture, I am in the jail giving the toys and clothes to the women and their children.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('gallery');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos092');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";


var photos092="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/002.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2009</span></div><div style=\"width:300px; height:350px; margin-left:10px; text-align:justify;\"><span id=\"photocontent\" >The charity group Save-the-Children UK asked us to please help some boys who are crippled with polio or accidents. None of the other orphanages can take them and these really need help because they can't even take care of themselves alone.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos091');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos093');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos093="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/003.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2009</span></div><div style=\"width:300px; height:350px; margin-left:10px; text-align:justify;\"><span id=\"photocontent\" >I was very lucky that Kandahar jail and their mothers allowed me to take this little boy and girl out of the jail. Now they have a good home at Sana Orphanage. The little girl is only 1 year old, and the boy is three and a half years old. They are our new 'babies' because they are the youngest.</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos092');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos094');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos094="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/004.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2009</span></div><div style=\"width:300px; height:350px; margin-left:10px; text-align:justify;\"><span id=\"photocontent\" >This boy in the tricycle is also handicapped. He gets around in this special 'wheelchair.'</span></div></div><div style=\"width:300px; height:70px;border:\"></div><div style=\"width:300px; height:30px;border:\"><div class=\"tddiv\" style=\"width:100px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photos093');\" ></div><div style=\"float:left;width:10px; height:30px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photos095');\"></div></div><div class=\"tddiv\" style=\"width:135px; height:30px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div></div>";

var photos095="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div class=\"tddiv\" style=\"width:500px; height:380px; margin-top:10px; margin-left:30px;\"><div style=\"width:500px; height:380px; margin-top:10px; background-image:url('images/gallery-bg.jpg');\"><img src=\"images/005.jpg\" width=\"480px\" height=\"360px\" style=\"margin-left:10px; margin-top:10px;\" /></div></div><div class=\"tddiv\" style=\"width:300px; height:380px;margin-top:10px; margin-left:10px;\"><div style=\"width:300px; height:250px;  margin-top:10px; margin-left:10px; text-align:center;\"><div style=\"width:300px; height:20px;\"></div><div style=\"width:300px; height:40px;\"><span id=\"phototitle\"> PHOTOS 2009</span></div><div style=\"width:300px; height:350px; margin-left:10px; text-align:justify;\"><span id=\"photocontent\" >Here we are working on a tent project out in the courtyard. Look how happy everyone is with springtime. I am holding blossoms to decorate the tent.</span></div></div><div style=\"width:300px; height:100px;\"></div><div class=\"tddiv\" style=\"width:100px; height:40px; \"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\" onclick=\"openHtml('photos094');\" ></div><div style=\"float:left;width:20px; height:40px;\"></div><div style=\"float:left;width:10px; height:40px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div>";


var lullaby="<div style=\"width:920px; height:401px; background-image:url('images/body-stripe.jpg');\" id=\"photoframe\"><div style=\"width:870px; height:300px;  margin-left:20px;\"><div class=\"tddiv\" style=\"width:280px; height:300px;\"></div><div class=\"tddiv\" style=\"width:352px; height:288px; margin-top:20px; margin-left:20px;\"><script type=\"text/javascript\">AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','352','height','288','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=images/afganlullaby&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); <\\/script><noscript><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"352\" height=\"288\" id=\"FLVPlayer\"><param name=\"movie\" value=\"FLVPlayer_Progressive.swf\" /><param name=\"salign\" value=\"lt\" /><param name=\"quality\" value=\"high\" /><param name=\"scale\" value=\"noscale\" /><param name=\"FlashVars\" value=\"&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=images/afganlullaby&autoPlay=false&autoRewind=false\" /><embed src=\"FLVPlayer_Progressive.swf\" flashvars=\"&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=images/afganlullaby&autoPlay=false&autoRewind=false\" quality=\"high\" scale=\"noscale\" width=\"352\" height=\"288\" name=\"FLVPlayer\" salign=\"LT\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" /> </object></noscript></div><div class=\"tddiv\" style=\"width:200px; height:300px;\"></div></div><div style=\"width:800px; height:50px;\"></div><div class=\"tddiv\" style=\"width:400px; height:40px;\"></div><div class=\"tddiv\" style=\"width:52px; height:19px; margin-left:10px; background-image:url('images/Pre-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\"onmouseout=\"this.style.color='#000000';\"onclick=\"openHtml('photofirst');\" > </div><div style=\"float:left;width:10px; height:40px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/Next-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('photofirst1');\"></div><div style=\"float:left;width:10px; height:40px;\"></div><div style=\"float:left;width:52px; height:19px; margin-left:10px; background-image:url('images/back-btn.jpg');\" onmouseover=\"this.style.cursor='pointer';\" onmouseout=\"this.style.color='#000000';\" onClick=\"openHtml('gallery');\"></div></div>";










var curPos = 400;

function scrollText()
{
curPos = curPos - 1;
if (curPos == -1)
curPos = 400;
document.getElementById("flashnews").style.marginLeft = curPos + "px";
}

//window.setInterval("scrollText();", 1);