function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto, width=1000, height=680');
}

function toggleImage(e, image) {	
	var i = document.getElementById(e);
	i.src = image;	
}