// javascript document
function submit_form(e) {
  key = (document.all) ? e.keyCode : e.which;
  if (key==13) document.webmail_submit.submit();
}
function openwindow() {
	window.open('http://www.cablehogar.com.ar/consumoexpress/','Consumo','toolbar=no,menubar=no,scrollbars=no,resizable=no,top=0,left=0,width=380,height=553');
}
