// cambia color botonera

var ovr1Login='#FFFFFF';
var out1Login='#f8f8f8';

function mOvr1(src,tipo){
if (!src.contains(event.fromElement)){src.style.cursor='hand';
src.bgColor=eval('ovr1'+tipo)}
}

function mOut1(src,tipo){
if (!src.contains(event.toElement)){src.style.cursor='default';
src.bgColor=eval('out1'+tipo)}
}

function mClk1(src){
if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click()}
}

var ovr2Login='#FFFFFF';
var out1Login='#f8f8f8';

function mOvr2(src,tipo){
if (!src.contains(event.fromElement)){src.style.cursor='hand';
src.bgColor=eval('ovr1'+tipo)}
}

function mOut2(src,tipo){
if (!src.contains(event.toElement)){src.style.cursor='default';
src.bgColor=eval('out1'+tipo)}
}

function mClk2(src){
if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click()}
}

// ventanas

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');
}

