function changeMainPic (imgSrc) 
{
document.images["main"].src = "images/" + imgSrc;
}































