// JavaScript Document
var popUp = 0;
function imageDetail(URL) {

	width = 520;
	height = 420;
	popUp = open (URL, 'AceRecords',  'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+'');
}

