// JavaScript Document
	function changeContent(url){
		document.getElementById('contentFrame').src = url;
	}
