// JavaScript Document
function swapImage(myImage){
	parent.document.picture.src=myImage;
}

