function onLoad(){var flag=GetCookie("MEMORY");var mail=GetCookie("MAIL");if(flag=="TRUE"){if(document.Login){document.Login.Memory.checked="true";document.Login.Mail.value=mail;}}}
function SetMemory(){var flag=document.Login.Memory.checked;var mail=document.Login.Mail.value;if(flag){SetCookie("MEMORY","TRUE");SetCookie("MAIL",mail);}else{SetCookie("MEMORY","FALSE");SetCookie("MAIL","FALSE");}}
function GetCookie(key){var temp=document.cookie+";";var index=temp.indexOf(key,0);if(index!=-1){temp=temp.substring(index,temp.length);var status=temp.indexOf("=",0)+1;var value=temp.indexOf(";",status);return(unescape(temp.substring(status,value)));}
return("");}
function SetCookie(key,value){document.cookie=key+"="+escape(value)+";expires=Fri, 31-Dec-2030 23:59:59;";}
function nidoosi(){if(set==0){set=1;}else{alert("そのままお待ちください。");return false}}
var set=0;
