function changeImage(fileName,w,h)
{
	document.mainimage.src = fileName;
	document.mainimage.width = w;
	document.mainimage.height = h;
}