if (document.getElementById){
  document.write('<style type="text/css">\n')
  document.write('.submenu{display: none;}\n')
  document.write('#masterdiv{POSITION: fixed; POSITION: expression("absolute");}\n')
  document.write('#localMenu{POSITION: fixed; POSITION: expression("absolute");}\n')
  document.write('.menutitle{text-decoration: underline;cursor:pointer;}\n')
  document.write('</style>\n')
}
	
if (screen.colorDepth!=32){
	//document.body.style.backgroundColor = "#F9F9FA";
//	document.write('<style type="text/css">\n')
//	document.write('body{background: #F9F9FA;}\n')
//	document.write('</style>\n')
}


