var Img_arry = new Array(); //Í¼Æ¬Êý×é
function Img_obj(sImgUrl) 
{
	this.sImgUrl = (sImgUrl == null)?'':sImgUrl;
}
