function Launch(page) { 
OpenWin = this.open("http://www.camplosmezquites.com.mx/contacto/?ds="+page, "Contacto", "toolbar=no,menubar=no,location=no,scrollbars=no,dependent=no,resizable=no,width=380,height=410"); 
} 

function Launch2() { 
OpenWin = this.open("http://www.camplosmezquites.com.mx/listas/", "Listas de Ropa", "toolbar=no,menubar=no,location=no,scrollbars=yes,dependent=no,resizable=no,width=740,height=500"); 
} 

function Launch3() { 
OpenWin = this.open("http://www.camplosmezquites.com.mx/inscripcion/", "Inscripción", "toolbar=no,menubar=no,location=no,scrollbars=yes,dependent=no,resizable=no,width=830,height=600"); 
} 

function trabajo() { 
OpenWin = this.open("http://www.camplosmezquites.com.mx/trabajo/", "Trabajo", "toolbar=no,menubar=no,location=no,scrollbars=yes,dependent=no,resizable=no,width=380,height=410"); 
} 