// cambia color botonera

var ovrLogin='#d2edff';
var outLogin='#9BD7FF';

function mOvr(src,tipo){
if (!src.contains(event.fromElement)){src.style.cursor='hand';
src.bgColor=eval('ovr'+tipo)}
}

function mOut(src,tipo){
if (!src.contains(event.toElement)){src.style.cursor='default';
src.bgColor=eval('out'+tipo)}
}

function mClk(src){
if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click()}
}

/*
function openWin(theURL) { 
window.open(theURL,'_blank','toolbar=yes,menubar=yes,location=no,scrollbars=yes,resizable=yes,width=600,height=370');
}

function openWin_nove(theURL) { 
window.open(theURL,'_blank','toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=600,height=370');
}
*/

