<!--  // script written by P. Camargo - Property of NIGMA MULTIMEDIA STUDIOS, MEXICO, D.F.
// SI PUEDE VISUALIZAR EL CODIGO FUENTE DE ESTA PAGINA WEB, POR FAVOR LEA ATENTAMENTE
// LOS SIGUIENTES PUNTOS:
// COPIAR O MODIFICAR ESTE HTML Y SU JAVASCRIPT EXPRESA UNA VOLUNTAD DELIBERADA DE HURTO, 
// VIOLACION DE LA PROPIEDAD INTELECTUAL E INDUSTRIAL DE NIGMA MULTIMEDIA STUDIOS,
// Y VIOLACION DE LOS DERECHOS DE AUTOR DE LAS PERSONAS QUE COLABORAN CON NIGMA.
//
// ESTE HECHO ES LEGALMENTE PUNIBLE AMPARADO EN DERECHO PENAL, ACOGIENDOSE NIGMA A LOS
// ARTICULOS DEL CODIGO PENAL QUE SANCIONAN DICHOS DELITOS.
// 
// EL DEPOSITARIO DE CONTENIDOS PARCIALES O TOTALES DE ESTE CODIGO FUENTE SERA POR TANTO
// PERSEGUIDO ANTE TRIBUNALES DE DERECHO PENAL CON LOS CARGOS DE HURTO, ROBO, 
// FALSIFICACION DE DOCUMENTOS AJENOS Y PLAGIO.


//Funcion general
function lanzar(ancho,alto,nombreventana,pagina) {
	anchoPantalla=(screen.width/2)-(ancho/2)
	altoPantalla=(screen.height/2)-(alto/2)
	var win= eval('window.open(""+pagina+"",""+nombreventana+"","width="+ancho+",height="+alto+",resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,left="+anchoPantalla+",top="+altoPantalla+",noresize")')
}
//Funcion general con scrollbar

function lanzar2(ancho,alto,nombreventana,pagina) {
	anchoPantalla=(screen.width/2)-(ancho/2)
	altoPantalla=(screen.height/2)-(alto/2)
	var win= eval('window.open(""+pagina+"",""+nombreventana+"","width="+ancho+",height="+alto+",resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,left="+anchoPantalla+",top="+altoPantalla+",")')
}



//ACERCA DE ESTA CAMPAÑA
function acerca(){lanzar(680,380,'acerca','../eco/info.html')}

function aviso(){lanzar(400,250,'aviso','aviso.html')}

function contrato(){lanzar(680,380,'contrato','../eco/contrato.html')}

function firma(){lanzar(680,380,'contrato','../contrato.html')}

function contrato2(){lanzar(680,380,'contrato','contrato.html')}

//Políticas de Privacidad
function privacidad(){lanzar(520,400,'privacidad','http://www.infanciasbreves.org.mx/legal/privacidad.html')}

//Términos de uso
function uso(){lanzar(520,400,'uso','http://www.infanciasbreves.org.mx/legal/terminos.html')}

//Campaña
function conoce(){lanzar(640,480,'conoce','eco/eco.php')}

function medios(){lanzar(640,480,'conoce','http://www.nigma.com.mx/infancia/eco/eco.php')}

//ACERCA DE ESTA CAMPAÑA
function acerca2(){lanzar2(680,380,'acerca2','../eco/info2.html')}

//LISTA DE NECESIDADES
function especie(){lanzar2(600,550,'especie','necesidades.html')}

//AYUDA EN VIVO
function chat(){lanzar2(400,400,'chat','chat.php')}

//WEB INSTITUCIONAL
function institucional(){lanzar2(760,450,'institucional','../../institucional/main.html')}

function faq(){lanzar2(380,500,'faq','http://www.nigma.com.mx/NetCallCenter/Clientes/CasadelaSal/faq/index.php?link=x')}


// --> 
