<!-- PopUp Images -->

function popUpImage(imageName,imageWidth,imageHeight,imageCaption) { 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left=100,top=100"); 
	newWindow.document.open(); 
	newWindow.document.write('<html><title>Sports & Outdoor</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">'); 
	newWindow.document.write('<a href=javascript:window.close()><img src=/files/images/Popup%20Images/'+imageName+' border=3 style="border: solid 3px #0c2577;"><a/>'); 
	newWindow.document.write('</body></html>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
}

function popUpImage2(imageName,imageWidth,imageHeight,imageCaption) { 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left=100,top=100"); 
	newWindow.document.open(); 
	newWindow.document.write('<html><title>Sports & Outdoor</title><body bgcolor="#0e2b89" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" scroll="no" align="center" valign="middle">'); 
	newWindow.document.write('<a href=javascript:window.close()><img src=/files/images/'+imageName+' border=3 style="border: solid 3px #0e2b89;"><a/>'); 
	newWindow.document.write('</body></html>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
}
