function changeImage(filename)
{
	document.pboymain.src = filename;
}

