var ns4=(document.layers);
if (ns4) {
	document.write("<" + "script src='js/dhtmllib2.js'><\/script>");
}
function inicio() {
	if (ns4) {
		setup();
	} else if (document.all){
		document.all['splashcontainer'].style.filter="DropShadow(offX=1,offY=1,color=#000030)";
	}
}