function swap(photo,width,height){
document['mainimage'].src =  photo;
document['mainimage'].width =  width;
document['mainimage'].height =  height;
return;
}
