
function loadImg(img){
var imgName = "largepic"; // name of the big image
//alert(img);

document.images["largepic"].src="http://204.11.53.20/~livingso/images/stories/" + img;
}
