var IMGPAT;
function getImgPath(obj)
{
alert("GetImagePath");
alert("GetImagePath"+obj);
IMGPAT=obj;
}
function GetRetPath()
{
document.getElementById('example1').src="res/images/upload_pic/before1269330807.jpg";
}
