function swapImage(obj){
document.images["main"].src=obj.alt
}

