function showImage(sPicURL) { 
	window.open("/global/image.htm?"+sPicURL, "", "resizable=yes,scrollbars=no,height=200,width=200");
}
