function showOnMain(fileName)
{
var main=document.getElementById('mainImage');
main.src='images/large/'+fileName;
}
