function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=400');");
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function dentro(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#CCEEDD" // cuando estas encima
}
}

function dentro1(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#66CC33" // cuando estas encima
}
}

function dentro2(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#FF9900" // cuando estas encima
}
}

function dentro3(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#99CCFF" // cuando estas encima
}
}

function dentro4(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#CC66FF" // cuando estas encima
}
}

function dentrorelmenu(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#CCEEDD" // cuando estas encima
}
}

function dentrosolousuarios(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#FFEEDD" // cuando estas encima
}
}

function dentroinfo(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#E9C5F5" // cuando estas encima
}
}

function fuera(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor=""; // cuando te quitas nada
}
}
