function changeIframeSize()
	{
		document.getElementById('ntop').style.width = document.body.clientWidth + "px";
	}


