function buscar(){document.frmBuscar.submit();}function quitarTexto(txt){if(document.frmBuscar.q.value == txt){document.frmBuscar.q.value = '';}}function colocarTexto(txt){if(document.frmBuscar.q.value == ''){document.frmBuscar.q.value = txt;}}function escribirCorreo(x, y){var se = '<a href="mailto:'+ x + '@' + y +'">' + x + '@' + y + '</a>';document.getElementById("showEmail").innerHTML = se;}function nuevaVentana(page, name, w, h, scroll){var winl = (screen.width - w) / 2;var wint = (screen.height - h) / 2;winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';win = window.open(page, name, winprops);if (parseInt(navigator.appVersion) >= 4) {win.window.focus();}}function cerrarVentana(){window.close();}
function jContactar(crypt, nivel){if(nivel != '0'){var url = 'http://paraempresas.com/'+'contactar/?c='+crypt;		
nuevaVentana(url, 'name', '700', '450', 'yes');}}