var container = "kiosk.html"
var wname = top.location.pathname.substring((top.location.pathname.lastIndexOf("/"))+1).toLowerCase()
if (wname!=container)
	{
	document.write(" ");
	}
else
	{
	document.write("<style type='text/css'>#nav, .toplogo, #footer { display: none } #center, #content { width: 620px } h1 { font-size: 18px; line-height: 20px }</style>");
	}