function openwin(filenm)
{
	var url='../images/dbimages/large/'+filenm;
	window.open(url,'','resizable=1,scrollbars=1,width=700,height=500');
	
	}