// JavaScript Document
function init()
{
	if(navigator.userAgent.indexOf("MSIE") != -1)
	{
		document.getElementById("head").style.width="100%";
	}
}