
function changeFrame(value)
	{

	document.getElementById("iframeContent").src = value;


	}