<!--
function Gallery(html, width, height)
{
mini1 = window.open(html, 'Gallery', 'width='+width+',height='+height+',marginwidth=0,marginheight=0,border=0,scrollbars=yes');
}
//-->