function fullsize(photoUrl, description, width, height)
{
    height=height+50;
    window.open('/PhotoGallery/FullSize.php?Url='+photoUrl+'&Description='+description,'wname','width='+width+',height='+height+',scrollbars=no,toolbar=no,location=no,status=no,resizable=yes,screenX=120,screenY=100');
}

