function change_pic(str){
	var a=document.getElementById('mainpic');
	a.src=str.replace("kucuk","buyuk");
}
