function OpenLargeImage(el,src,width,height)
{
	el.setAttribute('href','javascript:void(0);');
	el.setAttribute('target','');
	var win = window.open('/assets/userfiles/index.php?GetFile='+src,null,"height="+height+",width="+width+",status=no,toolbar=no,menubar=no,location=no");
}