function winOpenImg(cual,ancho,alto) {
    myWindow = window.open('','smallImgWin',"width=" + ancho + ",height=" + alto + ",location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
    myWindow.document.write('<img src=/img/'+cual+' />');
    myWindow.document.write("<br /><small>Y el servidor tan limpio...</small>");
	myWindow.document.close();
}

function emwm() {
  	dir = 'ma' + 'ilt' + 'o:' + 'alf' + 'red' + 'ohb' + '@' + 'tele' + 'foni' + 'ca.n' + 'et';
  	window.open(dir);
}

