function openGal(linkGal,firstDig,secondDig){
winGal=window.open("","windowGal","scrollbars=no,toolbar=no,resizable=no,width=800,height=400,top=10,left=10");

winGal.document.write("<html><head>");

winGal.document.write("<title>Dr. Peter Driscoll | Beverly Cosmetic Surgery Institute | Austin | Texas</title><style type='text\/css' media='screen'>@import 'css\/template_css.css';<\/style><meta http-equiv='Content-Type' content='text\/html; charset=iso-8859-1' \/>");

winGal.document.write("<body style='background: #000000;'><div class='zero'><table cellpadding='0' cellspacing='0' border='0'><tr><td class='pop'><img name='Gal1' src='"+linkGal+firstDig+".jpg' border='0' width='400' height='400'><\/td><td class='pop'><img name='Gal2' src='"+linkGal+secondDig+".jpg' border='0' width='400' height='400'><\/td><\/tr><\/table>");

winGal.document.write("<\/div><\/body><\/html>");

winGal.document.close()

}

