function img_change(text1,text2)
{
	document.img_big.src="pic_pdt/" + text1 + "_" + text2 + ".jpg";
}

