function swapimg(obj1,newimg)
{
	//alert(obj1 + " " + newimg);
	document[obj1].src=newimg;
	
}
