function Prepic(iName0, img_url0){
	myobj0 = document.images[iName0];
	myobj0.src = img_url0;
}
