function doSwap(nibimage, picimage) {
    document['nib'].src=nibimage;
    document['picture'].src=picimage;
}

