function ViewPicture(imgpath, width, height)
{	
	window.open('/Web/ViewPicture.aspx?imgpath='+ imgpath ,	'',	'resizable=yes,width=' + width + ',height=' + height + ',top=0,left=0,right=0,bottom=0,scrollbars=No');
}
function OpenNewWindow(url)
{
	window.open(url);
}
