
/* Funcion para cambiar el background del onMouse de los selectores de los forms*/
function pviiW3Cbg(obj, pviiColor) { //v1.1 by Project VII
	obj.style.backgroundColor=pviiColor
}


var message="Bruño Educación.";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;



var win;


	function verficha(fc)
	{

		if ( typeof win=='undefined' || (typeof win!='undefined' && win.closed) )
			win=window.open(fc,"Bruño","toolbar=0,width=580,height=363,scrollbars=yes,resizable=0,left=330,top=250,status=0");
		else
			win.location = fc;

		win.focus();

	}


var win;

	function verdoc(fc)
	{

		if ( typeof win=='undefined' || (typeof win!='undefined' && win.closed) )
			win=window.open(fc,"","toolbar=0,width=800,height=600,scrollbars,toolbar,resizable ");

		else
			win.location = fc;

		win.focus();
	}

function pviiW3Cbg(obj, pviiColor) { //v1.1 by Project VII
	obj.style.backgroundColor=pviiColor
}




function HideWaiting()
{
	CBM_hideLabel("WAIT");

}

