function showUploadedThumb(val,w,h)
{
	window.open( val,'',"width="+w+",height="+h+",scrollbar=no,status=no,location=no");
}//end func
