<!--
//JavaScript for this site carefully hand-coded by absoluteTHINKING.com

function imageWindowPopup(URL){
	window.open(URL,'PopupWindow',config='width=730,height=290,left=25,top=25,scrollbars=yes,resizable=no,toolbar=no,menubar=no,location=no,status=no');
}
//-->