function openMap(){
	winMap=open("Map.htm","windowMap","toolbar=yes,scrollbars=no,width=427,height=460,left='+leftPos+',top=0,left=0")
}


// OPEN GALLERY ENLARGEMENTS

function openGallery(photo,wid,hei){
winGallery=window.open("","windowGallery","scrollbars=no,toolbar=no,resizable=no,width="+wid+",height="+hei+",left='+leftPos+',top=10,left=10")
winGallery.document.write("<html><head><title>Custom Welding Works.  Serving Austin, Elgin, Bastrop and the surrounding areas.</title><script src='codes\/jscripts.js' language='javascript' type='text\/javascript'><\/script><body style='background-color: #000000;'><div style='position:absolute;top:0px;left:0px;border-bottom: solid #ffffff 1px;'><img src=" + photo + "></div><div style='position:absolute;bottom:5px;left:10px'><a href='javascript:byeWindow()' style='color:#ffffff;font:10px arial, helvetica;text-decoration:none;'>Close Window<\/a></div><\/body><\/html>")
winGallery.document.close()
}

function byeWindow()
{
if(this.window && !this.window.closed){this.window.close()}
}
