function view_photo_rights(fname) {
				rightspop=window.open('photo_rights.asp?filename='+fname,'','toolbar=no, menubar=no, scrollbars=yes, width=650, height=500, status=0, top=100,left=100, resizable=yes');
				rightspop.focus();
}


function openReportageDownloadForm(URL)
{
	var winDownload;
	winDownload=window.open(URL,"","toolbar=no,menubar=no,scrollbars=yes,status=yes,top=10,left=50,height=660,width=650, resizable=yes");
	winDownload.focus();
}