function swapOver(path){
	document.images['screenshot'].src = path;
}
	
function swapOut(){
	document.images['screenshot'].src = 'screens/bigboy.jpg';
}