

function openNewWin(picPath,wdth,hght)
	{
	window.open(picPath,'','width=' + wdth + ', height=' + hght +',toolbar=no,location=no,status=no,scrollbars=no,resizable=no');
	}