function abrir_selector_actividades (ids, callback) {
    window.open ('superselector.php?rectype=actividad&ids=' + ids + '&callback=' + callback, 'mclcp_intranet_selacts', 'width=480, height=420, toolbar=0, scrollbars=1, location=0, status=1, menubar=0, resizable=1');
}

function abrir_selector_noticias (ids, callback) {
    window.open ('superselector.php?rectype=noticia&ids=' + ids + '&callback=' + callback, 'mclcp_intranet_selacts', 'width=480, height=420, toolbar=0, scrollbars=1, location=0, status=1, menubar=0, resizable=1');
}

function abrir_selector_documentos (ids, callback) {
    window.open ('selector_documentos.php?ids=' + ids + '&callback=' + callback, 'mclcp_intranet_seldocs', 'width=480, height=420, toolbar=0, scrollbars=1, location=0, status=1, menubar=0, resizable=1');
}

function abrir_upload_documentos () {
    window.open ('upload_documentos.php', 'mclcp_intranet_updoc', 'width=320, height=240, toolbar=0, scrollbars=0, location=0, status=1, menubar=0, resizable=1');
}

function abrir_selector_ubigeo (ubigeo, callback, elegir) {
		if (typeof (elegir) == 'undefined') {
			elegir =1;
		}
    window.open ('selector_ubigeo.php?set=1&ubigeo=' + ubigeo + '&callback=' + callback + '&elegir=' + elegir, 'mclcp_intranet_selubigeo', 'width=320, height=270, toolbar=0, scrollbars=0, location=0, status=1, menubar=0, resizable=1');
}

function abrir_selector_ubigeo_pais (ubigeo, callback) {
    window.open ('selector_ubigeo_pais.php?set=1&ubigeo=' + ubigeo + '&callback=' + callback, 'mclcp_intranet_selubigeo', 'width=320, height=270, toolbar=0, scrollbars=0, location=0, status=1, menubar=0, resizable=1');
}

function abrir_selector_ubigeos (ubigeos, callback) {
    window.open ('selector_ubigeos.php?set=' + ubigeos + '&callback=' + callback, 'mclcp_intranet_selubigeos', 'width=730, height=400, toolbar=0, scrollbars=yes, location=0, status=1, menubar=0, resizable=1');
}

function abrir_selector_mesa (callback) {
    window.open ('selector_mesa.php?callback=' + callback, 'mclcp_intranet_selmesa', 'width=770, height=480, toolbar=0, scrollbars=yes, location=0, status=1, menubar=0, resizable=1');
}

function abrir_selector_mesas (mesas, callback) {
    window.open ('selector_mesas.php?set=' + mesas + '&callback=' + callback, 'mclcp_intranet_selmesas', 'width=770, height=480, toolbar=0, scrollbars=yes, location=0, status=1, menubar=0, resizable=1');
}

function abrir_selector_imagen () {
    window.open ('selector_imagenes.php', 'mclcp_intranet_selimg', 'width=480, height=400, toolbar=0, scrollbars=yes, location=0, status=1, menubar=0, resizable=1');
}

