PukkasLog.enabled=false;

function ordenes_cerrar_cerrar(element){
	PukkasLog.debug("ordenes_cerrar_cerrar");
	//new Ajax.Updater("bottom_pnl", 'http://localhost/eurofred/secciones/documentacion/getListados.aspx');
	window.location = "secciones/ordenes/detalle.aspx?odt=" + element.id;
}

function boletines_list_click(element){
	PukkasLog.debug("boletines_list_click");
	window.location = "secciones/boletines/detalle.aspx?btID=" + element.parentNode.id;
}

function boletines_list_imprimir_seleccionados(element){
	PukkasLog.debug("boletines_list_imprimir_seleccionados");
}

function boletines_list_add_boletin(element){
	PukkasLog.debug("boletines_list_add_boletin");
}

function boletines_busca_click(element){
	PukkasLog.debug("boletines_busca_click");
}

// Cambiar Checkbox
function cambiarCheckbox (form, checkbox) {
	document.forms[form][checkbox].checked = !document.forms[form][checkbox].checked;
}

// Desplegar menú
function verMenu(obj){
	/*
	if ( obj.className != 'active' ) {
		var menu = document.getElementById('menu_items');
		for (i=0; i<menu.childNodes.length; i++){
			menu.childNodes[i].className = '';
		}
		obj.className = 'active';
		return false;
	}*/
	return true;
}

function mostrarLoading(capa){
	var opciones = {asynchronous:false, evalScripts: true};
	new Ajax.Updater(capa, "componentes/loading.aspx", opciones);
}





