function ShowPic( object, strImage )
{
	object.src = strImage;
}

$(function() {
    $('#gallery a').lightBox();
});
