function crSwfCode(SWFFILE,FW,FH){ var acontent = '' + '' + ''; document.write(acontent); } function showhide(a,b){ if(target=document.getElementById(b)){ str=target.className; z_slidebox(b); if(str.match("v0")){ target.className=str.replace(/v0/,"v1"); a.value="「お届け先」と「ご注文者情報の住所」が同じ場合は押して下さい"; document.getElementById("sendinfoflag").value=1; } else { target.className=str.replace(/v1/,"v0"); a.value="「お届け先」と「ご注文者情報の住所」が異なる場合は押して下さい"; document.getElementById("sendinfoflag").value=0; } } } function z_slidebox(v){ if ($("#"+v).is(":hidden")) { $("#"+v).slideDown("fast"); } else { $("#"+v).slideUp("fast"); } } function openwebshop(v){ window.open("webshop.php?m=p#"+v, "_blank", "width=560,height=550,scrollbars=1"); } function activateorderpage(){ if(target=document.getElementById('jsbody')){ target.className='v1'; } }