function ChangeImg(txt,img)   { 
	if(document.getElementById) 
	eval("document['objectimage'].src = img"); 
}