function openEnlarged(filePath)
{
	window.open("/Enlarged.aspx?path="+filePath,"Enlarged",'width=250,height=280,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizeable=no,left=0,top=0,screenX=40,screenY=40');
}