


<!--
		function QbDcTEST(s)
			{	var d = s.options[s.selectedIndex].value;
				window.self.location.href = d;
				s.selectedIndex=0;
			}
//-->




<!--
function mOvr(src,clrOver) {
if (!src.contains(event.fromElement)) {

src.bgColor = clrOver;
}
}
function mOut(src,clrIn) {
if (!src.contains(event.toElement)) {
src.style.cursor = 'default';
src.bgColor = clrIn;
}
}
function mClk(src) {
if(event.srcElement.tagName=='TD'){
src.children.tags('A')[0].click();
}
}
//-->



function ventana(URL) {
var pl = Math.floor((screen.width - 550) / 2);
var pt = Math.floor((screen.height - 550) / 2);
newWin = open(URL, "", "toolbars=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,width=550,height=550,left=" + pl + ",top=" + pt + "", "true");
 if (newWin.opener == null) {
			        newWin.opener = self;
			    }
			}

function cifras(URL) {
var pl = Math.floor((screen.width - 750) / 2);
var pt = Math.floor((screen.height - 550) / 2);
newWin = open(URL, "", "toolbars=no,scrollbars=no,resizable=no,statusbar=no,menubar=no,width=750,height=550,left=" + pl + ",top=" + pt + "", "true");
 if (newWin.opener == null) {
			        newWin.opener = self;
			    }
			}

function virtual(URL) {
var pl = Math.floor((screen.width - 500) / 2);
var pt = Math.floor((screen.height - 400) / 2);
newWin = open(URL, "", "width=500,height=400,left=" + pl + ",top=" + pt + "", "true");
 if (newWin.opener == null) {
			        newWin.opener = self;
			    }
			}