<!--

// Copyright Anton C. Grohs 2007- This script must not be copied or reproduced without the sole permission of Anton C. Grohs.


//function gallery(image){
document.write('<div id="galleryDark" style="z-index: 500; text-align: center; position: absolute; top: 0px; left: 0px; width: 110%; height: 200%; filter:alpha(opacity=75); opacity: 0.75; background-color: black;">'); document.write('</div>');

document.write('<div id="galleryBox" style="z-index: 501; text-align: center; position: absolute; top: 0px; left: 0px; width: 100%; height: 1000px;">');
	document.write('<div align="center">');
		document.write('<div style="position: relative; top:75px; width:520px; height:450px; background-color: white;">');
		document.write('<div align="left">');
			document.write('<div style="position: relative; top:0px; left: 503px; width:15px; height:15px; background-color: green">');
				document.write('<a href="JavaScript: closebtngallery(this);"><img src="/images/x.jpg" border=0></a>');
			document.write('</div>');
			document.write('<div style="padding: 5;">');
			document.write('<strong>Gallery \@ 5-0-3.com</strong> &nbsp; &nbsp;');
			document.write(imgArray + '<br><hr>');

			document.write('<img name="galImg" src="/images/bar.gif">');
			document.write('</div>');
		document.write('</div>');
		document.write('</div>');
	document.write('</div>');
document.write('</div>');
//}

function closebtngallery(a){
        document.getElementById("galleryDark").style.display="none";
        document.getElementById("galleryBox").style.display="none";
}


function openGallery(image){
        scroll(0,0);
	document.galImg.src='/images/bar.gif';
	document.galImg.src=image;
        document.getElementById("galleryDark").style.display="";
        document.getElementById("galleryBox").style.display="";
}

        document.getElementById("galleryDark").style.display="none";
        document.getElementById("galleryBox").style.display="none";


//-->
// JavaScript Document











