


//ÇÐ»»Í¼Æ¬
function ReplaceImage(src,obj)
{
	obj.src=src;
}

