// JavaScript Document

function thePopup(image)  {
	thePopupWindow = window.open('images/details/' + image, 'thePopupWin', 'width=400,height=500,toolbar=no,location=no,scrollbars=no,resizable=no');
	}
	

