		/* coloca o tamanho certo no A do ID submenu, deixando do mesmo tamanho da imagem */
		imagem = new Image();
		imagem.src = document.getElementById("imglnk").src;
		var x = imagem.width;
		var y =(document.getElementById("imglnk").width);
		if (x>y){w=x;}else{w=y;}
		var Wfire = w - 6; 
		document.write("<style>#submenu A{width:" + w + "px;}</style>");
		document.write("<style>html > body #submenu A{width:" + Wfire + "px;}</style>");
