function OpenGallery(galleryId, entityId)
{
    window.open("http://www.Contros.com/2006/DynamicContent/ImageGallery.aspx?GID=" + galleryId + "&EID=" + entityId,'Gallery','width=500,height=680,top=50,left=150,location=no,toolbar=no,directories=no,status=yes,scrollbars=no,resizable=no,menubar=no');
}


