function processAIMSubmit(){ window.open('', 'aim', 'width=525,height=590,status=yes,toolbar=no,menubar=no,location=yes,resizable=yes', true); var pass = document.getElementById('aim_password'); var p = document.getElementById('aim_p'); pass.value = p.value; p.value= ''; return true; } function clickAIMSecure(){ var frm = document.getElementById('aim_form'); var s = document.getElementById('secure'); var a = frm.action; if (s.checked) frm.action = a.replace('http://', 'https://'); else frm.action = a.replace('https://', 'http://'); } document.write("
");