// OPEN GALLERY ENLARGEMENTS

function openGallery(photoone,phototwo){
winGallery=window.open("","windowGallery","scrollbars=no,toolbar=no,resizable=no,width=900,height=380,left='+leftPos+',top=10,left=10")
winGallery.document.write("<html><head><title>Barton Oaks Dental Group | Austin, Texas</title><style type='text/css' media='screen'>@import 'css/template_css.css';</style><script src='codes\/jscripts.js' language='javascript' type='text\/javascript'><\/script><body style='background-color: #626262;'><div class='gallery_photo'><table cellpadding=0 cellspacing=0 border=0><tr><td><img src=" + photoone + "><\/td><td><img src=" + phototwo + "><\/td><\/tr><\/table><br><table width=100% border=0><tr><td></td><td align=right><a href='javascript:byeWindow()' class='white'>Close Window<\/a></td></tr></table><\/div><\/div><\/body><\/html>")
winGallery.document.close()
}

function byeWindow()
{
if(this.window && !this.window.closed){this.window.close()}
}

