var e=document.body.clientWidth
function TDMenu_onmouseover(Status) {
var e = whichItem()
e.style.borderColor = "#AAAAAA"
e.style.backgroundColor = "#cdcdcd"
window.status=Status
}
function TDMenu_onmouseout() {
var e = whichItem()
e.style.borderColor = "#E8E8E8"
e.style.backgroundColor = "#E8E8E8"
window.status=""
}
function whichItem() {
	var e = event.srcElement
	while (e.tagName != "TD")
		e = e.parentElement
	return e
}
function UnderConstruction() {
  window.alert('Este sitio se encuentra aún en construcción. Disculpe los inconvenientes...');
  return;
}
function changeOnLoad() {
var t = document.all.item("txt_User");
t.style.borderRight = "#336699 1px";
t.style.borderTop = "#336699 1px";
t.style.borderLeft = "#336699 1px";
t.style.borderBottom = "#336699 1px";
t.style.borderStyle = "solid";
t.style.background = "#ffffff";
t.style.color = "#000000";
t.style.fontFamily = "Verdana, Arial, Helvetica";
t.style.fontSize = "10px";
var t = document.all.item("txt_Pass");
t.style.borderRight = "#336699 1px";
t.style.borderTop = "#336699 1px";
t.style.borderLeft = "#336699 1px";
t.style.borderBottom = "#336699 1px";
t.style.borderStyle = "solid";
t.style.background = "#ffffff";
t.style.color = "#000000";
t.style.fontFamily = "Verdana, Arial, Helvetica";
t.style.fontSize = "10px";
var t = document.all.item("Misc_Top");
t.width=document.body.scrollWidth-1;
var t = document.all.item("Misc_Bottom");
t.width=document.body.scrollWidth-1;
}