
function anime(img_src, txt, txt2, txt3)
{
	var img_src, txt, txt2, txt3, id;
	document.images["photo"].src = img_src;
	document.getElementById("title_td").innerHTML = txt;
	document.getElementById("subtitle_td").innerHTML = txt2;
	document.getElementById("ss_right_box2").innerHTML = txt3;
}





