function WriteUserLogin(v){ if (v=="A"){ document.writeln("
"); document.writeln("ショッピングカート: 0 <\/font> <\/a>") document.writeln("<\/div>"); }else if(v=="T"){ document.writeln("新規登録<\/a> | "); document.writeln("会員入り口<\/a>  "); }else{ document.writeln("
"); document.writeln("

メンバーID:<\/p>"); document.writeln("

パスワード:<\/p>"); document.writeln(""); document.writeln("<\/a>"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("<\/form>"); } }