function viewLargeImage0()
{   
    window.open("/mitra/picture_gallery/Fun in Rural India.jpg","Full","status=yes,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,titlebar=yes");
}
function viewLargeImage1()
{   
    window.open("/mitra/picture_gallery/Joining hands to make a better tommorrow.jpg","Full","status=yes,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,titlebar=yes");
}
function viewLargeImage2()
{   
    window.open("/mitra/picture_gallery/Taken for a Ride in Rural India_Dhairya.jpg","Full","status=yes,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,titlebar=yes");
}
function viewLargeImage3()
{   
    window.open("/mitra/picture_gallery/Rural Hot Wheels.jpg","Full","status=yes,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,titlebar=yes");
}
function viewLargeImage4()
{   
    window.open("/mitra/picture_gallery/Youth in Rural India_Sneha&Mihika.jpg","Full","status=yes,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,titlebar=yes");
}
function viewLargeImage5()
{   
    window.open("/mitra/picture_gallery/Boy_Poster_City_web.jpg","Full","status=yes,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,titlebar=yes");
}
function viewLargeImage6()
{   
    window.open("/mitra/picture_gallery/Girl_Poster_Village_web.jpg","Full","status=yes,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,titlebar=yes");
}

function viewLargeImage(img)
{   
    window.open(img,"Full","status=yes,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,titlebar=yes");
}

function ImageDisplay(imgurl,imgdesp)
{
var windURL,windName,windProp;
windURL="/mitra/picture_gallery/viewImage.htm?imgurl=" + escape(imgurl)+ "&imgdesp=" + escape(imgdesp);
windName="GalleryWindow";
windProp="width=1024 height=700";
window.open(windURL,windName,windProp);
} 
