function swpimg(n){
 var x;
 x=document.getElementById('largepic');
 x.src=n;
}
