function switchTo(id)
{
	document.images['top'].src=img[id];
	activeId = id;
}

function showLargeImage()
{
	largeActiveImage = imgLarge[activeId];
	return overlib("<img width=500 src=" + largeActiveImage +" />", FIXX,10,FIXY,10, CLOSECLICK);
}
