function setCookie(name, value) { document.cookie = name + "=" + escape(value) + "; expires=Fri, 25-Dec-09 23:59:59 GMT"; } function doSubmit(){ var f = document.forms[0]; if (f.ATLCookie.value == "" || f.ATLCookie.value == "null") { setCookie('Atlantis-'+document.forms[0].CurrentUser.value, document.forms[0].LookupCookieNumber.value); } } function doSubmitREITONAIM(){ var f = document.forms[0]; if (f.REITONAIMCookie.value == "" || f.REITONAIMCookie.value == "null") { setCookie('REITONAIM-'+document.forms[0].CurrentUser.value, document.forms[0].LookupCookieNumber.value); } }