function popUp(myURL, nombre, wW, wH, scroll){
	var
		wX = (screen.width - wW)/2,
		wY = (screen.height - wH)/2,
		other = ',toolbar=no,scrollbars=' + scroll + ',resizable=no,menubar=no,status=no,directories=no,location=no',
		windowFeatures = 'width=' + wW + ',height=' + wH + ',left=' + wX + ',top=' + wY + other;
	window.open(myURL, nombre, windowFeatures);
}

function empleo() {
	popUp('http://rrhhmx6.bumeran.com/aplicantes/tercerizacion/empresas/levistraussdemexico_sadecv/home.ngmf', 'empleo', '800', '500', 'yes');
}

function registro() {
	popUp('http://www.registro.levilink.com.mx/index.jsp?param=2', 'registro', '750', '337', 'no');
}

function masInfo(direccion) {
	popUp(direccion, 'masInfo', '320', '200', 'no');
}