// JavaScript Document
function change_pic(cat,pic)
{
	document.big_pic.src = '/images/'+cat+'/'+pic;
}