
function swap_pic(filename, caption)
{
 setImageSrc('img',filename);
 layerWrite('<p>'+caption+'</p>', 'img_caption');
}
