// JavaScript Document



function swap (path) {

	document['imgToSwap'].src = path;

}