function switchPics(picname)
{
document.images.pic.src = "../listing-photos/"+(picname);
}
