
<!-- Begin

function openImage(path) 
{
	//alert(path);
	//return false;
	features="alwaysraised,directories=no,toolbar=no,menubar=no,dependent=yes,status=no,location=no,scrollbars=yes,resizable=yes,copyhistory=no";
	mywin = window.open('/ShowImage.asp?image='+path, "ViewImg", features);
	mywin.focus();
			
}

//  End -->
