function resizeimage()
{
	var ScreenWidth = document.body.clientWidth;
	var el=document.getElementById("imgspace");
	var tmp=ScreenWidth-546;
	el.width=tmp;
}
