
	document.write("<sty" + "le>");
	
// submenu
	
	document.write("#submenu_goma {");
	document.write("width: 160px;")
	if (BrowserDetect.browser == "Explorer" && BrowserDetect.version != 8) {
		document.write("margin-left: -314px;");
	} else {
		document.write("margin-left: 186px;");
		document.write("margin-top: 35px;");
	}
	document.write("position: absolute;");
	document.write("clear:both;");
	document.write("z-index: 2;");
	document.write("}");

	document.write("#submenu_secoes {");
	document.write("width: 160px;");
	if (BrowserDetect.browser == "Explorer" && BrowserDetect.version != 8) {
		document.write("margin-left: -404px;");
	} else {
		document.write("margin-left: 96px;");
		document.write("margin-top: 35px;");
	}
	document.write("position:absolute;");
	document.write("clear:both;");
	document.write("z-index: 3;");
	document.write("}")
	document.write("</sty" + "le>");
	
	
function checaBtnFechar(img_name) {

	if (document[img_name].src = "/goma/img/blog/divbtn_fechar.gif") {
		document[img_name].src = "/goma/img/blog/divbtn_abrir.gif"
	} else if (document[img_name].src = "/goma/img/blog/divbtn_abrir.gif") {
		document[img_name].src = "/goma/img/blog/divbtn_fechar.gif"
	}
}