var preview_on = 0; var preview_key=""; var maxline = 4; var defaulttemp= new Object(); var defaultpreviewoff= new Object(); var previewwidth =300; var previewheight =300; var bic_on = 0; var backimgdir = ""; var nowstr=""; var gyouform_set=0; var formsettype= new Object(); var formsetkey= new Object(); var fontform_count=0; var colorform_count=0; var typeform_count=0; var inmenform_count=0; var borderform_count=0; var linesform_count=0; var start_count=0; var backimgdirform_count=0; var backimgform_count=0; var key_on=0; var str_on = new Object(); var defaultformoff= []; var defaultclick= []; var rootmaxline=0; var off_customform=0; var gyoucontrol_def = 0; $(document).ready(function (){ var DateClass = new Date(); var datemonth = DateClass.getMonth()+1; preview_key = String(DateClass.getFullYear()) + '_' + String(datemonth) + '_' + String(DateClass.getDate()) + '_' + String(DateClass.getHours()) + "_"; var alphabetstring = "ABCDEFGHIJKLMNOPQRSTUabcdefghijklmnopqrstuvwxyz0123456789"; for(var int_ky=0;int_ky<8;int_ky++ ){ preview_key = preview_key + alphabetstring.substr(Math.floor(Math.random() * 62),1); } if(preview_on==1){ for(var i_kc=1; i_kc<=start_count;i_kc++ ){ setaction("input[name=customform_font" + String(i_kc) + "]",0,i_kc); setaction("input[name=customform_borderon" + String(i_kc) + "]",0,i_kc); setaction("input[name=customform_color" + String(i_kc) + "]",0,i_kc); setaction("input[name=customform_backimgdir" + String(i_kc) + "]",0,i_kc); setaction("input[name=customform_backimg" + String(i_kc) + "]",0,i_kc); setaction("input[name=customform_maxline" + String(i_kc) + "]",0,i_kc); setaction("input[name=customform_temp" + String(i_kc) + "]",0,i_kc); setaction(".preview_myselect" + String(i_kc),1,i_kc); if(gyouform_set==1){ $(".preview_linesform" + String(i_kc) + ":checked").click(); } nowstr=""; $("input[name=customform_temp" + String(i_kc) + "]:first").click(); autoimagepotition(i_kc); nowstr=""; setaction_core(i_kc); } $("#previewkey").attr("value",preview_key); $("#reserve_previewkey").html(preview_key); } $("input:radio").click(function(){nowstr ="";}); if($("#options_28406_text").size()>0){ } }); function setaction(classname,ac,keycount){ if($(classname).size() > 0 ){ if(ac==2){ $(classname).bind("keyup",function(){setaction_core(keycount);}); }else if(ac==1){ $(classname).change(function(){setaction_core(keycount);}); }else{ $(classname).bind("click",function(){setaction_core(keycount);}); } } } function customform_borderonoff(){ borderform_count++; document.write(''); $("#customform_borderon" + String(borderform_count)).closest("dd").children('input').css("display","none"); $("#customform_borderon" + String(borderform_count)).closest("dd").children('script').remove(); $('#customform_borderon' + String(borderform_count)).append('
  • ' + '
  • '); var destname = $("#customform_borderon" + String(borderform_count)).closest("dd").children('input').attr("name"); var destname = ""; var ck = $(".customform_borderon" + String(borderform_count)).closest("dd").children('input'); var ck1 = $(".customform_borderon" + String(borderform_count)).closest("dd").children('textarea'); if(ck.length > 0){ destname = $(".customform_borderon" + String(borderform_count)).closest("dd").children('input').attr("name"); }else if(ck1.length > 0){ destname = $(".customform_borderon" + String(borderform_count)).closest("dd").children('textarea').attr("name"); } setpassthevalue(".customform_borderon" + String(borderform_count),destname); $('.customform_borderon' + String(borderform_count)).attr("destname",destname); $(".customform_borderon" + String(borderform_count)).click(function(){var destname= $(this).attr("destname");changeOKColor(destname);}); $('#borderonresetselect' + String(borderform_count)).click(function(){ resetselect("customform_borderon" + String(borderform_count) ,destname) }); if(typeof loadOrderValue==="function"){ var ovo = getOrderValue(); $('#borderonresetselect' + String(borderform_count) + "[value='" + ovo[destname] + "']").click(); } } function customform_lines(num1,defnum){ linesform_count++; gyouform_set=1; document.write(''); $("#customform_maxline" + String(linesform_count)).closest("dd").children('input').css("display","none"); $("#customform_mzxline" + String(linesform_count)).closest("dd").children('script').remove(); if(defnum=="" || defnum==undefined){ defnum=1; } for(var i=1;i<=num1;i++){ if(i == defnum){ $('#customform_maxline'+ String(linesform_count)).append('
  • '); }else{ $('#customform_maxline'+ String(linesform_count)).append('
  • '); } } $(".preview_linesform" + String(linesform_count)).bind("click",function(){ var thisval = $(this).val(); gyoucontrol(linesform_count,thisval); }); var destname = ""; var ck = $("#customform_maxline" + String(linesform_count)).closest("dd").children('input'); var ck1 = $("#customform_maxline" + String(linesform_count)).closest("dd").children('textarea'); if(ck.length > 0){ destname = $("#customform_maxline" + String(linesform_count)).closest("dd").children('input').attr("name"); }else if(ck1.length > 0){ destname = $("#customform_maxline" + String(linesform_count)).closest("dd").children('textarea').attr("name"); } setpassthevalue(".preview_linesform" + String(linesform_count),destname); $('#customform_maxline' + String(linesform_count)).attr("destname",destname); $("#customform_maxline" + String(linesform_count)).click(function(){var destname= $(this).attr("destname");changeOKColor(destname);}); if(typeof loadOrderValue==="function"){ var ovo = getOrderValue(); $("#customform_maxline" + String(linesform_count) + "[value='" + ovo[destname] + "']").click(); } } function gyoucontrol(keycount,num){ try{ $(".controledbygyou" + String(keycount)).css("display","table-row"); }catch(e){ $(".controledbygyou" + String(keycount)).css("display","block"); } $(".preview_strform" + String(keycount)).removeClass("required-entry"); $(".preview_strform" + String(keycount)).addClass("required-entry"); var thisval = num -1; $(".controledbygyou" + String(keycount) + ":gt(" + thisval + ")").css("display","none"); $(".preview_strform" + String(keycount) + ":gt(" + thisval + ")").removeClass("required-entry"); mod_dt_height(); } function widthcontrol(keycount,num,w){ var thisval = num - 1; $(".controledbygyou" + String(keycount) + ":eq(" + thisval + ") input").css("width",w); } function maxcontrol(keycount,num,w){ var thisval = num - 1; if(w == 0){ $(".controledbygyou" + String(keycount) + ":eq(" + thisval + ") input").removeAttr("maxlength"); $(".controledbygyou" + String(keycount) + ":eq(" + thisval + ") .maxnotice").text(""); }else{ $(".controledbygyou" + String(keycount) + ":eq(" + thisval + ") input").attr("maxlength",w); $(".controledbygyou" + String(keycount) + ":eq(" + thisval + ") .maxnotice").text( String(w) + "字まで"); $(".controledbygyou" + String(keycount) + ":eq(" + thisval + ") input").trigger("keyup"); } } function setaction_core(keycount){ var mojisize =""; var mojistr =""; var mojiposition=""; var mojikumikata=""; var maxlineval = ""; if(rootmaxline>0){ maxlineval = "&maxline=" + String(rootmaxline); } try{ if($("input[name=customform_maxline" + String(keycount) + "]:checked").size()>0){ maxlineval ="&maxline=" + $("input[name=customform_maxline" + String(keycount) + "]:checked").val(); } }catch(e){ } try{ $(".customform_myform_sizepx" + String(keycount)).each(function(){ var tempsizeval = $(this).val(); if($(this).html().length >0){ mojisize = mojisize + "&" + $(this).attr("name") + "=" + $(this).html(); } }); }catch(e){ } try{ if($(".customform_myform_size" + String(keycount)).size()>0){ $(".customform_myform_size" + String(keycount)).each(function(){ var tempsizeval = $(this).val(); if($(this).html().length>0){ mojisize = mojisize + "&" + $(this).attr("name") + "=" + $(this).html(); } }); } }catch(e){ } try{ if($(".preview_sizeform" + String(keycount)).size()>0){ $(".preview_sizeform" + String(keycount)).each(function(){ var tempsizeval = $(this).val(); if($(this).children("option[value=" + tempsizeval + "]").attr("title").length > 0){ mojisize = mojisize + "&" + $(this).attr("name") + "=" + $(this).children("option[value=" + tempsizeval + "]").attr("title"); } }); } }catch(e){ } if(maxlineval==""){ try{ $(".preview_strform" + String(keycount)).each(function(){ var st1 = encodeURIComponent($(this).val()).replace("&","%26").replace("#","%23"); if(st1==""){ var ph = $(this).attr("placeholder"); if(ph!=""){ st1 = ph; } } mojistr = mojistr +"&" + $(this).attr("name") + "=" + st1; }); }catch(e){ } }else{ try{ var mnum=0; $(".preview_strform" + String(keycount)).each(function(){ mnum = mnum +1; if(parseInt($("input[name=customform_maxline" + String(keycount) + "]:checked").val())>0){ if(mnum <= parseInt($("input[name=customform_maxline" + String(keycount) + "]:checked").val())){ var st1 = encodeURIComponent($(this).val()).replace("&","%26").replace("#","%23"); if(st1==""){ var ph = $(this).attr("placeholder"); if(ph!=""){ st1 = ph; } } mojistr = mojistr +"&" + $(this).attr("name") + "=" + st1; } }else{ if(mnum<=1){ var st1 = encodeURIComponent($(this).val()).replace("&","%26").replace("#","%23"); if(st1==""){ var ph = $(this).attr("placeholder"); if(ph!=""){ st1 = ph; } } mojistr = mojistr +"&" + $(this).attr("name") + "=" + st1; } } }); }catch(e){ } } try{ $(".preview_myselect" + String(keycount)).each(function(){ var st1 = encodeURI($(this).val()).replace("&","%26").replace("#","%23"); if(st1==""){ var ph = $(this).attr("placeholder"); if(ph!=""){ st1 = ph; } } mojistr = mojistr +"&" + $(this).attr("name") + "=" + st; }); }catch(e){ } try{ $(".preview_positionform" + String(keycount)).each(function(){ var tempsizeval = $(this).val(); if($(this).children("option[value='" + tempsizeval + "']").attr("title").length >0){ mojiposition = mojiposition + "&" + $(this).attr("name") + "=" + $(this).children("option[value='" + tempsizeval + "']").attr("title"); } }); }catch(e){ } try{ $(".preview_kumikataform" + String(keycount)).each(function(){ var tempsizeval = $(this).val(); if($(this).children("option[value=" + tempsizeval + "]").attr("title").length > 0){ mojikumikata = mojikumikata + "&" + $(this).attr("name") + "=" + $(this).children("option[value=" + tempsizeval + "]").attr("title"); } }); }catch(e){ } if($("input[name=customform_temp" + String(keycount) + "]:checked").attr("rel") =="undefine" || $("input[name=customform_temp" + String(keycount) + "]:checked").attr("rel")== null){ temp = defaulttemp[keycount]; }else{ temp = $("input[name=customform_temp" + String(keycount) + "]:checked").attr("rel"); } var hsize_jushogomuin = ""; var wsize_jushogomuin =""; var jgdirection =""; try{ wsize_jushogomuin = '&wsize=' + encodeURI($("select[name=width_jushogomuin] option:selected").val()); }catch(e){ } try{ hsize_jushogomuin = '&hsize=' + encodeURI($("select[name=height_jushogomuin] option:selected").val()); }catch(e){ } try{ jgdirection = '&jgd=' + encodeURIComponent($("input[name='customform_jushogomuin_direction']:checked").attr("title")); }catch(e){ } var colorval = ""; var backimg=""; var subcolorval = ""; try{ colorval = "&color=" + encodeURI($("input[name=customform_color" + String(keycount) + "]:checked").attr("title")).replace("#","%23"); subcolorval = encodeURI($("input[name=customform_color" + String(keycount) + "]:checked").attr("rel")).replace("#","%23"); subcolorval = subcolorval.replace("undefined",""); if(bic_on==1){ if(backimgdir!=""){ if( $("input[name=customform_backimgdir" + String(keycount) + "]").size() > 0){ backimg = "&backimgdir=" + backimgdir ; } if( $("input[name=customform_color" + String(keycount) + "]").size() > 0){ backimg = "&backimg=" + backimgdir + "/" + $("input[name=customform_color" + String(keycount) + "]:checked").attr("title").replace("#",""); } if( $("input[name='customform_backimg" + String(keycount) + "']").size()>0){ backimg = "&backimg=" + backimgdir + "/" + $("input[name='customform_backimg" + String(keycount) + "']:checked").attr("title"); } }else{ if( $("input[name=customform_color" + String(keycount) + "]").size() > 0){ backimg = "&backimg=" + temp + "/" + $("input[name=customform_color" + String(keycount) + "]:checked").attr("title").replace("#",""); } if( $("input[name='customform_backimg" + String(keycount) + "']").size()>0){ if($("input[name=customform_backimg" + String(keycount) + "]:checked").attr("title").length>0){ backimg = "&backimg=" + temp + "/" + $("input[name=customform_backimg" + String(keycount) + "]:checked").attr("title"); }else{ backimg = "&backimg="; } } } } if(subcolorval.length > 0){ colorval = "&color=" + subcolorval; } if(colorval.indexOf("undefined") > -1){ colorval = ""; } }catch(e){ try{ if(bic_on==1){ if(backimgdir!=""){ backimg = "&backimg=" + backimgdir + "/" + $("input[name=customform_color" + String(keycount) + "]:first").attr("title").replace("#",""); }else{ backimg = "&backimg=" + temp + "/" + $("input[name=customform_color" + String(keycount) + "]:first").attr("title").replace("#",""); } } }catch(e1){ } } if(backimg.indexOf("undefined") > -1){ backimg = ""; } var fontval = ""; if($("input[name=customform_font" + String(keycount) + "]").length > 0){ try{ fontval = "&font=" +encodeURI($("input[name=customform_font" + String(keycount) + "]:checked").attr("title")); }catch(e){ } } if(fontval.indexOf("undefined") > -1){ fontval = ""; } var borderonval = ""; try{ if($("input[name=customform_borderon" + String(keycount) + "]:checked").size()>0){ borderonval = "&borderon=" +encodeURI($("input[name=customform_borderon" + String(keycount) + "]:checked").attr("title")); } }catch(e){ } if(borderonval.indexOf("undefined") > -1){ borderonval = ""; } if(!$("#previewimg" + String(keycount)).hasClass("previewchange")){ $("#previewimg" + String(keycount)).attr("src", "/customform/preview.php?temp=" + temp + fontval + borderonval + colorval + maxlineval + "&pk=" + preview_key + "&subpk=" + keycount + "&nowstr=" + nowstr + backimg + mojisize + mojistr + mojiposition + mojikumikata + wsize_jushogomuin + hsize_jushogomuin + jgdirection ); } } function customform_font(fid){ fontform_count++; document.write(''); $("#customform_font" + String(fontform_count)).closest("dd").children('input').css("display","none"); $("#customform_font" + String(fontform_count)).closest("dd").children('script').remove(); switch(fid){ case "1": $('#customform_font' + String(fontform_count)).append('
  • '); break; case "2": $('#customform_font' + String(fontform_count)).append('
  • '); break; case "3": $('#customform_font' + String(fontform_count)).append('
  • '); break; case "4": $('#customform_font' + String(fontform_count)).append('
  • '); break; case "5": $('#customform_font' + String(fontform_count)).append('
  • '); break; case "6": $('#customform_font' + String(fontform_count)).append('
  • '); break; case "7": $('#customform_font' + String(fontform_count)).append(''); break; case "8": $('#customform_font' + String(fontform_count)).append('
  • '); break; case "9": $('#customform_font' + String(fontform_count)).append('
  • '); break; } var destname = ""; var ck = $("#customform_font" + String(fontform_count)).closest("dd").children('input'); var ck1 = $("#customform_font" + String(fontform_count)).closest("dd").children('textarea'); if(ck.length > 0){ destname = $("#customform_font" + String(fontform_count)).closest("dd").children('input').attr("name"); }else if(ck1.length > 0){ destname = $("#customform_font" + String(fontform_count)).closest("dd").children('textarea').attr("name"); } setpassthevalue(".customform_font" + String(fontform_count),destname); $('.customform_font' + String(fontform_count)).attr("destname",destname); $('.customform_font' + String(fontform_count)).click(function(){var destname= $(this).attr("destname");changeOKColor(destname); $("#fontbackend" + String(fontform_count)).val($("input[name=customform_font" + String(fontform_count) +"]:checked").attr("title")); }); if(ck.length > 0){ if(ck.val() !=""){ $('.customform_font' + String(fontform_count) + "[value='" + ck.val() + "']").click(); } }else if(ck1.length > 0){ if(ck1.val() !=""){ $('.customform_font' + String(fontform_count) + "[value='" + ck1.val() + "']").click(); } } if(typeof loadOrderValue==="function"){ var ovo = getOrderValue(); $('.customform_font' + String(fontform_count) + "[value='" + ovo[destname] + "']").click(); } } function customform_color(fid){ colorform_count++; document.write(''); $("#customform_color" + String(colorform_count)).closest("dd").children('input').css("display","none"); $("#customform_color" + String(colorform_count)).closest("dd").children('script').remove(); switch(fid){ case "1": bic_on=0; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "2": bic_on=1; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "3": bic_on=1; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "5": bic_on=1; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "6": bic_on=1; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "7": bic_on=1; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "8": bic_on=1; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "9": bic_on=1; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "10": bic_on=1; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "11": bic_on=1; $('#customform_color' + String(colorform_count)).append('
  • '); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; case "12": bic_on=0; $('#customform_color' + String(colorform_count)).append(''); $('#customform_color' + String(colorform_count) + " input[type=radio]").attr("name","customform_color" + String(colorform_count)); break; } var destname = ""; var ck = $("#customform_color" + String(colorform_count)).closest("dd").children('input'); var ck1 = $("#customform_color" + String(colorform_count)).closest("dd").children('textarea'); if(ck.length > 0){ destname = $("#customform_color" + String(colorform_count)).closest("dd").children('input').attr("name"); }else if(ck1.length > 0){ destname = $("#customform_color" + String(colorform_count)).closest("dd").children('textarea').attr("name"); } setpassthevalue(".customform_color" + String(colorform_count),destname); $('.customform_color' + String(colorform_count)).attr("destname",destname); $('.customform_color' + String(colorform_count)).click(function(){var destname= $(this).attr("destname");changeOKColor(destname); $("#colorbackend" + String(colorform_count)).val($("input[name=customform_color" + String(colorform_count) +"]:checked").attr("title")); }); if(typeof loadOrderValue==="function"){ var ovo = getOrderValue(); $('.customform_color' + String(colorform_count) + "[value='" + ovo[destname] + "']").click(); } } function customform_backimg(fid){ backimgform_count++; document.write(''); $("#customform_backimg" + String(backimgform_count)).closest("dd").children('input').css("display","none"); $("#customform_backimg" + String(backimgform_count)).closest("dd").children('script').remove(); switch(fid){ case "4": bic_on=1; $('#customform_backimg' + String(backimgform_count)).append('
  • '); break; case "5": bic_on=1; $('#customform_backimg' + String(backimgform_count)).append('
  • '); break; case "6": bic_on=1; $('#customform_backimg' + String(backimgform_count)).append('
  • '); break; case "7": bic_on=1; $('#customform_backimg' + String(backimgform_count)).append('
  • '); break; case "8": bic_on=1; $('#customform_backimg' + String(backimgform_count)).append('
  • '); break; } var destname = ""; var ck = $("#customform_backimg" + String(colorform_count)).closest("dd").children('input'); var ck1 = $("#customform_backimg" + String(colorform_count)).closest("dd").children('textarea'); if(ck.length > 0){ destname = $("#customform_backimg" + String(colorform_count)).closest("dd").children('input').attr("name"); }else if(ck1.length > 0){ destname = $("#customform_backimg" + String(colorform_count)).closest("dd").children('textarea').attr("name"); } setpassthevalue(".customform_backimg" + String(backimgform_count),destname); $('.customform_backimg' + String(backimgform_count)).attr("destname",destname); $('.customform_backimg' + String(backimgform_count)).click(function(){var destname= $(this).attr("destname");changeOKColor(destname);}); if(typeof loadOrderValue==="function"){ var ovo = getOrderValue(); $('.customform_backimg' + String(backimgform_count) + "[value='" + ovo[destname] + "']").click(); } } function customform_backimgdir(fid){ backimgdirform_count++; document.write(''); $("#customform_backimgdir" + String(backimgdirform_count)).closest("dd").children('input').css("display","none"); $("#customform_backimgdir" + String(backimgdirform_count)).closest("dd").children('script').remove(); switch(fid){ case "5": bic_on=1; console.log('
  • ');$('#customform_backimgdir' + String(backimgdirform_count)).append('
  • '); break; case "6": bic_on=1; console.log('
  • ');$('#customform_backimgdir' + String(backimgdirform_count)).append('
  • '); break; case "7": bic_on=1; console.log('
  • ');$('#customform_backimgdir' + String(backimgdirform_count)).append('
  • '); break; case "8": bic_on=1; console.log('
  • ');$('#customform_backimgdir' + String(backimgdirform_count)).append('
  • '); break; } var destname = ""; var ck = $("#customform_backimgdir" + String(backimgdirform_count)).closest("dd").children('input'); var ck1 = $("#customform_backimgdir" + String(backimgdirform_count)).closest("dd").children('textarea'); if(ck.length > 0){ destname = $("#customform_backimgdir" + String(backimgdirform_count)).closest("dd").children('input').attr("name"); }else if(ck1.length > 0){ destname = $("#customform_backimgdir" + String(backimgdirform_count)).closest("dd").children('textarea').attr("name"); } setpassthevalue(".customform_backimgdir" + String(backimgdirform_count),destname); $('.customform_backimgdir' + String(backimgdirform_count)).attr("destname",destname); $(".customform_backimgdir" + String(backimgdirform_count)).click(function(){var destname= $(this).attr("destname");changeOKColor(destname);backimgdir = $(this).attr("title");setaction_core(1);}); if(typeof loadOrderValue==="function"){ var ovo = getOrderValue(); $(".customform_backimgdir" + String(backimgdirform_count) + "[value='" + ovo[destname] + "']").click(); } } function customform_temp(fid,tcount,cutomformonoff,defaultitem){ document.write(''); } function customform_myform(fid){ inmenform_count++; document.write(''); } function customform_myform_core(keycount,ffid,sd){ var fid = String(ffid); switch(fid){ case "1": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('1
    2
    3
    4
    '); break; case "2": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('1
    '); break; case "3": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('1
    1
    '); break; case "4": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('上段の内容
    (4文字まで)

    印面の上段の内容をご入力ください。
    例)収納済

    下段の内容
    (4文字まで)

    印面の下段の内容をご入力ください。
    例)松井書店

    '); break; case "5": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('上段の内容
    (6文字まで)

    印面の上段の内容をご入力ください。
    例)領収済

    下段の内容
    (6文字まで)

    印面の下段の内容をご入力ください。
    例)大川信用金庫

    '); break; case "6": $('#customform_myform' + String(keycount)).html(''); break; case "7": $('#customform_myform' + String(keycount)).html(''); break; case "9": $('#customform_myform' + String(keycount)).html(''); break; case "10": $('#customform_myform' + String(keycount)).html(''); break; case "12": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('

    空欄で加工をご希望の場合は、フォームにスペースを入れてください。

    '); break; case "13": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji6_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('

    空欄で加工をご希望の場合は、フォームにスペースを入れてください。

    '); break; case "14": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "15": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "16": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "17": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v1_2="";var v1_3="";var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v2_2="";var v2_3="";var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";var v3_3="";var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";var v4_3="";var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";var v5_3="";var v6_1="";try{ v6_1 =jQuery("input[name=moji6_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";var v6_3="";var v7_1="";try{ v7_1 =jQuery("input[name=moji7_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";var v7_3="";var v8_1="";try{ v8_1 =jQuery("input[name=moji8_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v8_2="";var v8_3="";var v9_1="";try{ v9_1 =jQuery("input[name=moji9_str]").val(); if(v9_1 == undefined){ v9_1=""; } }catch(e){ }var v9_2="";var v9_3="";var v10_1="";try{ v10_1 =jQuery("input[name=moji10_str]").val(); if(v10_1 == undefined){ v10_1=""; } }catch(e){ }var v10_2="";var v10_3="";$('#customform_myform' + String(keycount)).html('1行目
    2行目
    3行目
    4行目
    5行目
    6行目
    7行目
    8行目
    9行目
    10行目
    '); if($("#defaultmessage" + String(keycount)).size()==0){$('#customform_myform' + String(keycount)).before('
    まず上からレイアウトをお選びください
    ');$("#defaultmessage" + String(keycount)).css("display","block"); $("#customform_myform" + String(keycount)).css("display","none");}break; case "18": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v1_2="";var v1_3="";var v1_4="";var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v2_2="";var v2_3="";var v2_4="";var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";var v3_3="";var v3_4="";var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";var v4_3="";var v4_4="";var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";var v5_3="";var v5_4="";var v6_1="";try{ v6_1 =jQuery("input[name=moji6_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";var v6_3="";var v6_4="";var v7_1="";try{ v7_1 =jQuery("input[name=moji7_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";var v7_3="";var v7_4="";var v8_1="";try{ v8_1 =jQuery("input[name=moji8_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v8_2="";var v8_3="";var v8_4="";var v9_1="";try{ v9_1 =jQuery("input[name=moji9_str]").val(); if(v9_1 == undefined){ v9_1=""; } }catch(e){ }var v9_2="";var v9_3="";var v9_4="";var v10_1="";try{ v10_1 =jQuery("input[name=moji10_str]").val(); if(v10_1 == undefined){ v10_1=""; } }catch(e){ }var v10_2="";var v10_3="";var v10_4="";$('#customform_myform' + String(keycount)).html('1行目
    2行目
    3行目
    4行目
    5行目
    6行目
    7行目
    8行目
    9行目
    10行目
    '); break; case "19": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "20": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "21": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji6_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji7_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('名前(英語表記)
    肩書き(英語表記)
    会社名
    住所
    住所2行目
    TEL
    FAX
    '); break; case "22": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji6_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji7_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji8_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v9_1="";try{ v9_1 =jQuery("input[name=moji9_str]").val(); if(v9_1 == undefined){ v9_1=""; } }catch(e){ }var v10_1="";try{ v10_1 =jQuery("input[name=moji10_str]").val(); if(v10_1 == undefined){ v10_1=""; } }catch(e){ }var v11_1="";try{ v11_1 =jQuery("input[name=moji11_str]").val(); if(v11_1 == undefined){ v11_1=""; } }catch(e){ }var v12_1="";try{ v12_1 =jQuery("input[name=moji12_str]").val(); if(v12_1 == undefined){ v12_1=""; } }catch(e){ }var v13_1="";try{ v13_1 =jQuery("input[name=moji13_str]").val(); if(v13_1 == undefined){ v13_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('ロゴマーク1行目
    ロゴマーク2行目
    所属
    お名前
    Email
    会社キャッチコピー
    会社名
    郵便番号
    住所1行目
    住所2行目
    TEL
    FAX
    ホームページ
    '); break; case "23": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji6_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji7_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji8_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('会社名 英語表記
    肩書き(英語表記)
    お名前
    住所1
    住所2行目
    郵便番号
    TEL
    FAX
    '); break; case "24": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v1_2="";var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v2_2="";$('#customform_myform' + String(keycount)).html('
    '); break; case "29": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("select[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji6_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji7_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); if($("#defaultmessage" + String(keycount)).size()==0){$('#customform_myform' + String(keycount)).before('
    まず上からレイアウトをお選びください
    ');$("#defaultmessage" + String(keycount)).css("display","block"); $("#customform_myform" + String(keycount)).css("display","none");}break; case "30": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji8_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "31": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji8_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji9_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "32": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("select[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji7_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji8_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji9_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji10_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji11_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }var v7_3="";try{ v7_3 =jQuery("input[name=moji12_str]").val(); if(v7_3 == undefined){ v7_3=""; } }catch(e){ }var v7_4="";try{ v7_4 =jQuery("input[name=moji13_str]").val(); if(v7_4 == undefined){ v7_4=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    )・
    '); break; case "33": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("select[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji6_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji7_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji8_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v5_3="";try{ v5_3 =jQuery("input[name=moji9_str]").val(); if(v5_3 == undefined){ v5_3=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji10_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji11_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "34": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("select[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "35": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v2_2="";try{ v2_2 =jQuery("input[name=moji3_str]").val(); if(v2_2 == undefined){ v2_2=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji4_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "36": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji6_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "37": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji6_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji7_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji8_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("select[name=moji9_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v8_2="";try{ v8_2 =jQuery("input[name=moji10_str]").val(); if(v8_2 == undefined){ v8_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "38": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji6_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "39": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v2_2="";try{ v2_2 =jQuery("input[name=moji3_str]").val(); if(v2_2 == undefined){ v2_2=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji4_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "40": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "41": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "42": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("select[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji7_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji8_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "43": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("select[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji6_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji7_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji8_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji9_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "44": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji8_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji9_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "45": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("select[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji6_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji7_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji8_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji10_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "46": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("select[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji6_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji7_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji8_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji9_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji10_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v6_3="";try{ v6_3 =jQuery("input[name=moji11_str]").val(); if(v6_3 == undefined){ v6_3=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji12_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji13_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "47": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji6_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "48": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v2_2="";try{ v2_2 =jQuery("input[name=moji3_str]").val(); if(v2_2 == undefined){ v2_2=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji4_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "49": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji8_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji9_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("select[name=moji10_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v8_2="";try{ v8_2 =jQuery("input[name=moji11_str]").val(); if(v8_2 == undefined){ v8_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "50": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji6_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "51": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v2_2="";try{ v2_2 =jQuery("input[name=moji3_str]").val(); if(v2_2 == undefined){ v2_2=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji4_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "52": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji8_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji9_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("select[name=moji10_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v8_2="";try{ v8_2 =jQuery("input[name=moji11_str]").val(); if(v8_2 == undefined){ v8_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "54": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("select[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji7_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji8_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "55": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("select[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji7_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji8_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji10_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "56": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("select[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji7_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji8_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji10_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v9_1="";try{ v9_1 =jQuery("input[name=moji11_str]").val(); if(v9_1 == undefined){ v9_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "57": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("select[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji7_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji8_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji9_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji10_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji11_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }var v7_3="";try{ v7_3 =jQuery("input[name=moji12_str]").val(); if(v7_3 == undefined){ v7_3=""; } }catch(e){ }var v7_4="";try{ v7_4 =jQuery("input[name=moji13_str]").val(); if(v7_4 == undefined){ v7_4=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    )・
    '); break; case "58": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("select[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji7_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji8_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji9_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji10_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji11_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }var v7_3="";try{ v7_3 =jQuery("input[name=moji12_str]").val(); if(v7_3 == undefined){ v7_3=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji13_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v8_2="";try{ v8_2 =jQuery("input[name=moji14_str]").val(); if(v8_2 == undefined){ v8_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "59": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("select[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v4_2="";try{ v4_2 =jQuery("input[name=moji5_str]").val(); if(v4_2 == undefined){ v4_2=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("select[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji7_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji8_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji10_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "60": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v2_2="";try{ v2_2 =jQuery("input[name=moji3_str]").val(); if(v2_2 == undefined){ v2_2=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji4_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "61": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji6_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "62": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji8_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji9_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("select[name=moji10_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v8_2="";try{ v8_2 =jQuery("input[name=moji11_str]").val(); if(v8_2 == undefined){ v8_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "63": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v5_2="";try{ v5_2 =jQuery("input[name=moji6_str]").val(); if(v5_2 == undefined){ v5_2=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "64": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v2_2="";try{ v2_2 =jQuery("input[name=moji3_str]").val(); if(v2_2 == undefined){ v2_2=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji4_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("select[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v6_2="";try{ v6_2 =jQuery("input[name=moji8_str]").val(); if(v6_2 == undefined){ v6_2=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji9_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji10_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "65": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v3_2="";try{ v3_2 =jQuery("input[name=moji4_str]").val(); if(v3_2 == undefined){ v3_2=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji5_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji6_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji7_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("select[name=moji8_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v7_2="";try{ v7_2 =jQuery("input[name=moji9_str]").val(); if(v7_2 == undefined){ v7_2=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("select[name=moji10_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v8_2="";try{ v8_2 =jQuery("input[name=moji11_str]").val(); if(v8_2 == undefined){ v8_2=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "69": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }var v2_1="";try{ v2_1 =jQuery("input[name=moji2_str]").val(); if(v2_1 == undefined){ v2_1=""; } }catch(e){ }var v3_1="";try{ v3_1 =jQuery("input[name=moji3_str]").val(); if(v3_1 == undefined){ v3_1=""; } }catch(e){ }var v4_1="";try{ v4_1 =jQuery("input[name=moji4_str]").val(); if(v4_1 == undefined){ v4_1=""; } }catch(e){ }var v5_1="";try{ v5_1 =jQuery("input[name=moji5_str]").val(); if(v5_1 == undefined){ v5_1=""; } }catch(e){ }var v6_1="";try{ v6_1 =jQuery("input[name=moji6_str]").val(); if(v6_1 == undefined){ v6_1=""; } }catch(e){ }var v7_1="";try{ v7_1 =jQuery("input[name=moji7_str]").val(); if(v7_1 == undefined){ v7_1=""; } }catch(e){ }var v8_1="";try{ v8_1 =jQuery("input[name=moji8_str]").val(); if(v8_1 == undefined){ v8_1=""; } }catch(e){ }var v9_1="";try{ v9_1 =jQuery("input[name=moji9_str]").val(); if(v9_1 == undefined){ v9_1=""; } }catch(e){ }var v10_1="";try{ v10_1 =jQuery("input[name=moji10_str]").val(); if(v10_1 == undefined){ v10_1=""; } }catch(e){ }var v11_1="";try{ v11_1 =jQuery("input[name=moji11_str]").val(); if(v11_1 == undefined){ v11_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; case "70": var v1_1="";try{ v1_1 =jQuery("input[name=moji1_str]").val(); if(v1_1 == undefined){ v1_1=""; } }catch(e){ }$('#customform_myform' + String(keycount)).html('
    '); break; } var ele_pass = $("#customform_myform" + String(keycount)).closest("dd").children('textarea'); var destname = ele_pass.attr("name"); if($('.preview_strform' + String(keycount)).size()==1){ var mx = ele_pass.attr("maxlength"); if(typeof mx !=="undefined" && mx !=""){ $('.preview_strform' + String(keycount)).attr("alt",mx); } } $('.preview_strform' + String(keycount)).bind("keyup",function(){ passvalue_myform(keycount,destname); //$(this).inputlimiter({limit: $(this).attr("rel")}); //strmaxlength(this); setnowstr($(this).attr("name")); key_on=1; var attrname = $(this).attr("name"); if( $(this).val().length > 0){ str_on[attrname] = 1; }else{ str_on[attrname] = 0; } }); var on_sizepx = 0; for (var i in sd) { if(i.indexOf("str")>-1){ var attrname1 = jQuery("#customform_myform" + String(keycount) + " #" + i).attr("name"); if(sd[i]!=""){ jQuery("#customform_myform" + String(keycount) + " #" + i).attr("placeholder",sd[i]); } if(!array_key_exists(attrname1,str_on)){ //jQuery("#customform_myform" + String(keycount) + " #" + i).val(sd[i]); } jQuery("#customform_myform" + String(keycount) + " #" + i).focus(function(){ $(this).css("color","#000000"); }); }else if(i.indexOf("width")>-1){ var inputid = i.replace("width","str"); jQuery("#customform_myform" + String(keycount) + " #" + inputid).css("width",sd[i]); }else if(i.indexOf("max")>-1){ var inputid = i.replace("max","str"); jQuery("#customform_myform" + String(keycount) + " #" + inputid).attr("alt",sd[i]); //jQuery("#customform_myform" + String(keycount) + " #" + inputid).inputlimiter({limit: jQuery("#customform_myform" + String(keycount) + " #" + inputid).attr("rel")}); strmaxlength("#customform_myform" + String(keycount) + " #" + inputid); }else if(i.indexOf("title")>-1){ if(jQuery("#customform_myform" + String(keycount) + " #" + i).length>0){ jQuery("#customform_myform" + String(keycount) + " #" + i).html(sd[i]); }else{ if(i.indexOf("_")>-1){ var trindexarray = i.replace("title","").split("_"); if(trindexarray[2]=="1"){ jQuery("#customform_myform" + String(keycount) + " #str" + trindexarray[0] + '_' + trindexarray[1]).before('' + sd[i] + ''); }else{ jQuery("#customform_myform" + String(keycount) + " #str" + trindexarray[0] + '_' + trindexarray[1]).parent().append('' + sd[i] + ''); } }else{ var trindex = parseInt(i.replace("title","")); jQuery("#customform_myform tr").eq(trindex - 1).children("td")[0].before('' + sd[i] + ''); } } }else if(i.indexOf("headcomment")>-1){ if(jQuery("#customform_myform" + String(keycount) + " #" + i).length>0){ jQuery("#customform_myform" + String(keycount) + " #" + i).html(sd[i]); }else{ jQuery("#customform_myform" + String(keycount) + " tr:first").before('' + sd[i] + ''); } }else if(i.indexOf("comment")>-1){ if(jQuery("#customform_myform" + String(keycount) + " #" + i).length>0){ jQuery("#customform_myform" + String(keycount) + " #" + i).html(sd[i]); }else{ var trindex = i.replace("comment",""); jQuery("#customform_myform" + String(keycount) + " .customform_myform_form" + trindex).append('

    ' + sd[i] + '

    '); } }else if(i.indexOf("sizepx")>-1){ on_sizepx = 1; if(jQuery("#customform_myform" + String(keycount) + " #" + i).length>0){ jQuery("#customform_myform" + String(keycount) + " #" + i).html(sd[i]); }else{ var trindex = jQuery("#" + i.replace("sizepx","str")).attr("name"); trindex = trindex.replace("_str","_sizepx"); jQuery("#customform_myform" + String(keycount)).append(''); jQuery(".customform_myform_sizepx" + String(keycount)).attr('style', 'display: none'); } }else if(i.indexOf("size")>-1 && on_sizepx==0){ var icheck = i.replace("size","sizepx"); if (icheck in sd){ }else{ if(jQuery("#customform_myform" + String(keycount) + " #" + i).length>0){ jQuery("#customform_myform" + String(keycount) + " #" + i).html(sd[i]); }else{ var trindex = jQuery("#" + i.replace("size","str")).attr("name"); trindex = trindex.replace("_str","_sz"); jQuery("#customform_myform" + String(keycount)).append(''); jQuery("select[name=" + trindex + "].preview_sizeform" + String(keycount) + " option:first").attr("title",sd[i]); jQuery(".customform_myform_size" + String(keycount)).attr('style', 'display: none'); } } }else if(i.indexOf("omakase")>-1){ if(jQuery("#customform_myform" + String(keycount) + " #" + i).length>0){ jQuery("#customform_myform" + String(keycount) + " #" + i).html(sd[i]); }else{ var trindex = jQuery("#" + i.replace("omakase","str")).attr("name"); if(typeof trindex === "undefined"){ }else{ trindex = trindex.replace("_str","_pt"); //alert(trindex); jQuery("select[name=" + trindex + "].preview_positionform" + String(keycount) + " option:first").attr("title",sd[i]); } } } } $('.preview_strform' + String(keycount)).css("color","#999999"); for (var k1 in str_on) { $("input[name=" + k1 + "]").css("color","#000000"); } $('.preview_strform' + String(keycount)).bind("focus",function(){ var ph = $(this).attr("placeholder"); if(typeof ph ==="undefined" || ph == ""){ var v = $(this).val(); $(this).attr("placeholder",v); $(this).val(""); $(this).css("color","#000000"); }else{ } passvalue_myform(keycount,destname); //$(this).inputlimiter({limit: $(this).attr("rel")}); //strmaxlength(this); setnowstr($(this).attr("name")); var attrname = $(this).attr("name"); var detect = 0; if(!array_key_exists(attrname,str_on)){ $(this).val(""); $(this).css("color","#000000"); } }); $('.preview_strform' + String(keycount)).each(function(){ var ph = $(this).attr("placeholder"); if(typeof ph ==="undefined" || ph == ""){ var v = $(this).val(); $(this).attr("placeholder",v); $(this).val(""); $(this).css("color","#000000"); } }); $('.preview_strform' + String(keycount)).bind("blur",function(){ strmaxlength(this); passvalue_myform(keycount,destname); }); $('.preview_strform' + String(keycount)).mousedown(function(){ passvalue_myform(keycount,destname); }); nowstr=""; setaction(".preview_strform" + String(keycount) ,2,keycount); if($(".preview_sizeform" + String(keycount)).size()>0){ setaction(".preview_sizeform" + String(keycount),1,keycount); $(".preview_sizeform" + String(keycount)).change(function(){passvalue_myform(keycount,destname);}); } if($(".preview_positionform" + String(keycount)).size()>0){ setaction(".preview_positionform" + String(keycount),1,keycount); $(".preview_positionform" + String(keycount)).change(function(){passvalue_myform(keycount,destname);}); } if($(".preview_kumikataform" + String(keycount)).size()>0){ setaction(".preview_kumikataform" + String(keycount),1,keycount); $(".preview_kumikataform" + String(keycount)).change(function(){passvalue_myform(keycount,destname);}); } if(gyoucontrol_def > 0){ gyoucontrol(keycount,gyoucontrol_def); } } function strLength(strSrc){ len = 0; strSrc = escape(strSrc); for(i = 0; i < strSrc.length; i++, len++){ if(strSrc.charAt(i) == "%"){ if(strSrc.charAt(++i) == "u"){ i += 3; len++; } i++; } } return len; } function countLength(str) { var r = 0; for (var i = 0; i < str.length; i++) { var c = str.charCodeAt(i); // Shift_JIS: 0x0 ~ 0x80, 0xa0 , 0xa1 ~ 0xdf , 0xfd ~ 0xff // Unicode : 0x0 ~ 0x80, 0xf8f0, 0xff61 ~ 0xff9f, 0xf8f1 ~ 0xf8f3 if ( (c >= 0x0 && c < 0x81) || (c == 0xf8f0) || (c >= 0xff61 && c < 0xffa0) || (c >= 0xf8f1 && c < 0xf8f4)) { r += 1; } else { r += 2; } } r = r * 0.5; return r; } function hancountLength(str) { var r = 0; for (var i = 0; i < str.length; i++) { var c = str.charCodeAt(i); // Shift_JIS: 0x0 ~ 0x80, 0xa0 , 0xa1 ~ 0xdf , 0xfd ~ 0xff // Unicode : 0x0 ~ 0x80, 0xf8f0, 0xff61 ~ 0xff9f, 0xf8f1 ~ 0xf8f3 if ( (c >= 0x0 && c < 0x81) || (c == 0xf8f0) || (c >= 0xff61 && c < 0xffa0) || (c >= 0xf8f1 && c < 0xf8f4)) { r += 1; } } return r; } function strmaxlength(el){ ck_maxlength($(el)); } /* function strmaxlength(el){ var isMSIE = /+++++*@cc_on!@*++++/false; var mx = parseFloat($(el).attr("alt")); if (isMSIE) { if(!isNaN(mx) && mx>0){ $(el).attr("maxlength",mx); } } var sl = countLength($(el).val()); if(mx>0 && sl>mx){ delay(function(){ var hannum = hancountLength($(el).val()); var newwords=""; var num_word=0; var mxl = 0; for(var i = 0;i<$(el).val().length;i++){ num_word = num_word + countLength($(el).val().substring(i,i + 1)); if(num_word <= mx){ mxl = i +1; newwords = newwords + $(el).val().substring(i,i + 1); } } if (isMSIE) { } else { $(el).val(newwords); } //$(el).val(newwords); if($(el).hasClass("preview_strform1")){ setaction_core(1); } if($(el).hasClass("preview_strform2")){ setaction_core(2); } if($(el).hasClass("preview_strform3")){ setaction_core(3); } }, 300 ); } } */ var delay = (function(){ var timer = 0; return function(callback, ms){ clearTimeout (timer); timer = setTimeout(callback, ms); }; })(); function setnowstr(v){ nowstr = v; } function passvalue_myform(keycount,destname){ var strs =""; var num = 0; var flg_in1 = 0; var flg_in2 = 1; $('#customform_myform' + String(keycount) + ' .customform_myform_row').each(function(){ if($(this).css("display")!="none"){ var tempstr =""; var tempsize =""; var tempkumikata =""; var tempposition =""; var gyou_on=0; var _t = $(this) try{ if($('.preview_sizeform' + String(keycount),_t).length > 0){ tempsize = $('.preview_sizeform' + String(keycount),_t).val(); if(tempsize !=""){ tempsize = "\tサイズ:" + tempsize; } } }catch(e){ } try{ if($('.preview_positionform' + String(keycount),_t).length > 0){ tempposition = $('.preview_positionform' + String(keycount),_t).val(); if(tempposition !=""){ tempposition = "\t位置:" + tempposition; gyou_on=1; } } }catch(e){ } try{ if($('.preview_kumikataform' + String(keycount),_t).length > 0){ tempkumikata = $('.preview_kumikataform' + String(keycount),_t).val(); if(tempkumikata!=""){ tempkumikata = "\t組み方:" + tempkumikata; } } }catch(e){ } try{ $('#customform_myform' + String(keycount) + ' .customform_myform_row:eq('+ num +') .customform_myform_form .customform_myform_c .customform_myform_c_row td').each(function(){ if($(this).children('.preview_strform' + String(keycount)).size() > 0){ try{ var v = $(this).children('.preview_strform'+String(keycount)).val(); tempstr = tempstr + v + "\t"; v = v.replace(" ",""); v = v.replace("\n",""); v = v.replace("\r",""); if(v.length > 0){ $(this).children('.preview_strform'+String(keycount)).css("background-color","#ffffff"); flg_in1 = 1; }else{ flg_in2 = 0; } }catch(e1){ } }else{ } if($(this).children('.preview_myselect'+String(keycount)).size() > 0){ try{ tempstr = tempstr + $(this).children('.preview_myselect'+String(keycount)).val() + "\t"; }catch(e1){ } } }); }catch(e){ } num ++; if(gyou_on==1){ strs = strs + String(num)+ "行目\t" + tempstr + tempsize + tempkumikata + tempposition +"\n"; }else{ strs = strs + tempstr + tempsize + tempkumikata + tempposition +"\n"; } } }); $("textarea[name=" + destname + "]").val(strs); if(flg_in1 ==1 && flg_in2==1 ){ changeOKColor(destname); check_okicon($("dl[formname='" + destname + "']"),1,0); } } function changeOKColor(destname){ if($("dl[formname='" + destname + "'] > dt").size()>0){ var defcolor = $("dl[formname='" + destname + "'] > dt").attr("defcolor"); if(typeof defcolor !=="undefined"){ $("dl[formname='" + destname + "'] > dt").css("background-color",defcolor); } } } function setpassthevalue(classname,dname){ $(classname).bind("click",function(){ var v = $(this).val(); if($("input[name='" + dname + "']").size()>0){ $("input[name='" + dname + "']").val(v); }else if($("textarea[name='" + dname + "']").size() > 0){ $("textarea[name='" + dname + "']").val(v); } } ); } function previewstart(tempname,w,h){ start_count++; preview_on = 1; $("#previewimagearea").css("display","block"); $("#previewimg" + String(start_count)).attr("src","/customform/preview.php?temp=" + tempname); $("#previewimg" + String(start_count)).css("max-width",w); $("#previewimg" + String(start_count)).css("max-height",h); $("#previewimg" + String(start_count)).css("display","inline"); defaulttemp[start_count] = tempname; previewwidth = w; previewheight = h; } function previewstartoff(tempname,w,h){ start_count++; preview_on = 1; // $("#previewimagearea").css("display","block"); $("#previewimg" + String(start_count)).attr("src","/customform/preview.php?temp=" + tempname); $("#previewimg" + String(start_count)).css("max-width",w); $("#previewimg" + String(start_count)).css("max-height",h); $("#previewimg" + String(start_count)).css("display","inline"); defaulttemp[start_count] = tempname; previewwidth = w; previewheight = h; } function previewstart_nocustomform(tempname,w,h){ start_count++; off_customform = 1; $("#previewimagearea").css("display","block"); $("#previewimg" + String(start_count)).attr("src","/customform/preview.php?temp=" + tempname); $("#previewimg" + String(start_count)).css("max-width",w); $("#previewimg" + String(start_count)).css("max-height",h); $("#previewimg" + String(start_count)).css("display","inline"); defaulttemp[start_count] = tempname; previewwidth = w; previewheight = h; } function previewstart2_nocustomform(grp,tempname,w,h){ start_count++; off_customform = 1; $("#previewimagearea").css("display","block"); var src = "/customform/preview.php?temp=" + tempname; var ai = 0; $(".input_box > dl").each(function(){ var st = $(this).attr("init_state"); if(typeof st === "undefined" || st == "0"){ var pgrp = $(this).attr("previewgrp"); if(pgrp == grp){ $("input",$(this)).each(function(){ if($(this).hasClass("preview_letter")){ var ph = $(this).attr("placeholder"); if(typeof ph !=="undefined" && ph!=""){ ai++; src = src + "&moji" + String(ai)+"_str=" + encodeURIComponent(ph); } } }); } } }); $("#previewimg" + String(start_count)).attr("src",src); $("#previewimg" + String(start_count)).css("max-width",w); $("#previewimg" + String(start_count)).css("max-height",h); $("#previewimg" + String(start_count)).css("display","inline"); defaulttemp[start_count] = tempname; previewwidth = w; previewheight = h; } function resetselect(s,tn){ $("input:[name=" + s +"]").attr("checked",false); $("input[name=" + tn + "]" ).attr("value",''); } function autoimagepotition(start_count){ var imgtop = $("#previewimg" + String(start_count)).offset().top; $(window).scroll(function () { if(imgtop + 0.25 * $("#previewimg" + String(start_count)).height() < getScrollPosition()){ $("#previewimg_frame" + String(start_count)).css("position","fixed"); $("#previewimg" + String(start_count)).css("position","fixed");//1125 var topv =0; if(start_count>1){ for(i=1;i< start_count;i++){ topv = topv + $("#previewimg" + String(i)).height() + 2; } } $("#previewimg" + String(start_count)).css("top",topv); $("#previewimg" + String(start_count)).css("left","0px"); $("#previewimg" + String(start_count)).css("filter","alpha(opacity=85)"); $("#previewimg" + String(start_count)).css("-moz-opacity","0.85"); $("#previewimg" + String(start_count)).css("opacity","0.85"); $("#previewimg" + String(start_count)).css("border","solid 2px #000000"); $("#previewimg_frame" + String(start_count) + " .blankimg").css("top",topv); $("#previewimg_frame" + String(start_count) + " .blankimg").css("left",0); $("#previewimg_frame" + String(start_count) + " .blankimg").css("position","fixed"); //1125 $("#previewimg_frame" + String(start_count)).css("top",topv); $("#previewimg_frame" + String(start_count)).css("width",100); $("#previewimg_frame" + String(start_count)).css("height",100); /* $("#previewimg_frame" + String(start_count)).css("width",$("#previewimg" + String(start_count)).css("width")); $("#previewimg_frame" + String(start_count)).css("height",$("#previewimg" + String(start_count)).css("height")); */ $("#previewimg_frame" + String(start_count)).css("left","0px"); //1125 }else{ $("#previewimg" + String(start_count)).css("position","relative"); $("#previewimg" + String(start_count)).css("top","auto"); $("#previewimg" + String(start_count)).css("left","auto"); $("#previewimg" + String(start_count)).css("filter","alpha(opacity=100)"); $("#previewimg" + String(start_count)).css("-moz-opacity","1.0"); $("#previewimg" + String(start_count)).css("opacity","1.0"); $("#previewimg" + String(start_count)).css("border","none"); $("#previewimg_frame" + String(start_count) + " .blankimg").css("position","absolute"); $("#previewimg_frame" + String(start_count) + " .blankimg").css("top",$("#previewimg" + String(start_count)).position().top); $("#previewimg_frame" + String(start_count) + " .blankimg").css("left",$("#previewimg" + String(start_count)).position().left); //1125 $("#previewimg_frame" + String(start_count)).css("width",$("#previewimg" + String(start_count)).css("width")); $("#previewimg_frame" + String(start_count)).css("height",$("#previewimg" + String(start_count)).css("height")); $("#previewimg_frame" + String(start_count)).css("position","relative"); $("#previewimg_frame" + String(start_count)).css("top","auto"); $("#previewimg_frame" + String(start_count)).css("left","auto"); $("#previewimg_frame" + String(start_count)).css("width","auto"); $("#previewimg_frame" + String(start_count)).css("height","auto"); //1125 } }); } function getScrollPosition() { return (document.documentElement.scrollTop || document.body.scrollTop); } function array_key_exists ( key, search ) { if( !search || (search.constructor !== Array && search.constructor !== Object) ){ return false; } return key in search; } function previewchange(fid){ document.write(''); document.write(''); } function customform_jushogomuin_size(){ document.write(''); $("#customform_jushogomuin_size").closest("dd").children('input').css("display","none"); $("#customform_jushogomuin_size").closest("dd").children('script').remove(); $('#customform_jushogomuin_size').append('
  • '); $('#customform_jushogomuin_size').append(''); $(".height_jushogomuin").change(function(){ try{ if($("input[name=customform_jushogomuin_direction]:checked").attr("title")=="yoko"){ $("#jushogomuin_w_l").text("横幅"); $("#jushogomuin_h_l").text("高さ"); $("#customform_jushogomuin_size_w").css("float","right"); $("#customform_jushogomuin_size_h").css("float","left"); var sd = new Object(); var datack = $("#jusho" + $(".width_jushogomuin").val().replace(".","p") + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("rel"); if (typeof datack === "undefined") { var mlines = 1; }else{ var mlines = parseInt($("#jusho" + $(".width_jushogomuin").val().replace(".","p") + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("rel")); } $("input[name=customform_maxline1]").parent().css("display","none"); for(var i = 1;i<=mlines;i++){ var i1 = i -1; $("input[name=customform_maxline1]:eq(" + String(i1) + ")").parent().css("display","block"); sd['max' + String(i) + '_1']=$("#jusho" + $(".width_jushogomuin").val() + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("maxlength"); sd['str' + String(i) + '_1']=$("#jusho" + $(".width_jushogomuin").val() + "_" + $(".height_jushogomuin").val().replace(".","p") + "_str" + String(i)).text(); } $("input[name=customform_maxline1][value=" + String(mlines)+ "]").click(); customform_myform_core('1',"17",sd); gyoucontrol("1",mlines); } if($("input[name=customform_jushogomuin_direction]:checked").attr("title")=="tate"){ $("#jushogomuin_h_l").text("横幅"); $("#jushogomuin_t_l").text("高さ"); $("#customform_jushogomuin_size_h").css("float","right"); $("#customform_jushogomuin_size_w").css("float","left"); var sd = new Object(); var datack = $("#jusho" + $(".width_jushogomuin").val().replace(".","p") + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("rel"); if (typeof datack === "undefined") { var mlines = 1; }else{ var mlines = parseInt($("#jusho" + $(".width_jushogomuin").val().replace(".","p") + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("rel")); } $("input[name=customform_maxline1]").parent().css("display","none"); for(var i = 1;i<=mlines;i++){ var i1 = i -1; $("input[name=customform_maxline1]:eq(" + String(i1) + ")").parent().css("display","block"); sd['max' + String(i) + '_1']=$("#jusho" + $(".width_jushogomuin").val().replace(".","p") + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("maxlength"); sd['str' + String(i) + '_1']=$("#jusho" + $(".width_jushogomuin").val().replace(".","p") + "_" + $(".height_jushogomuin").val().replace(".","p") + "_str" + String(i)).text(); } $("input[name=customform_maxline1][value=" + String(mlines)+ "]").click(); customform_myform_core('1',"18",sd); gyoucontrol("1",mlines); } }catch(e){ } $('#customform_maxline'+ String(linesform_count) + " li").css("display","none"); var mlines = parseInt($("#jusho" + $(".width_jushogomuin").val().replace(".","p") + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("rel")); var mlines1 = mlines - 1; for(var i = 0;i'); $("#customform_jushogomuin_direction").closest("dd").children('input').css("display","none"); $("#customform_jushogomuin_direction").closest("dd").children('script').remove(); $('#customform_jushogomuin_direction').append('
  • '); $('#customform_jushogomuin_direction').append('
  • '); $("input[name=customform_maxline1]").parent().css("display","none"); $(".customform_jushogomuin_direction").click(function(){ try{ $("#previewimagearea").css("display","block"); $("#defaultmessage1").css("display","none"); $("#customform_myform1").css("display","table"); }catch(e){ } }); $(".customform_jushogomuin_direction[title='yoko']").bind("click",function(){ $("#jushogomuin_w_l").text("横幅"); $("#jushogomuin_h_l").text("高さ"); $("#customform_jushogomuin_size_w").css("float","right"); $("#customform_jushogomuin_size_h").css("float","left"); var sd = new Object(); var mlines = parseInt($("#jusho" + $(".width_jushogomuin").val() + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("rel")); $("input[name=customform_maxline1]").parent().css("display","none"); for(var i = 1;i<=mlines;i++){ var i1 = i -1; $("input[name=customform_maxline1]:eq(" + String(i1) + ")").parent().css("display","block"); sd['max' + String(i) + '_1']=$("#jusho" + $(".width_jushogomuin").val() + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("maxlength"); sd['str' + String(i) + '_1']=$("#jusho" + $(".width_jushogomuin").val() + "_" + $(".height_jushogomuin").val().replace(".","p") + "_str" + String(i)).text(); } $("input[name=customform_maxline1][value=" + String(mlines)+ "]").click(); customform_myform_core('1',"17",sd); gyoucontrol("1",mlines); }); $(".customform_jushogomuin_direction[title='tate']").bind("click",function(){ $("#jushogomuin_w_l").text("高さ"); $("#jushogomuin_h_l").text("横幅"); $("#customform_jushogomuin_size_w").css("float","left"); $("#customform_jushogomuin_size_h").css("float","right"); var sd = new Object(); var mlines = parseInt($("#jusho" + $(".width_jushogomuin").val() + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("rel")); $("input[name=customform_maxline1]").parent().css("display","none"); for(var i = 1;i<=mlines;i++){ var i1 = i -1; $("input[name=customform_maxline1]:eq(" + String(i1) + ")").parent().css("display","block"); sd['max' + String(i) + '_1']=$("#jusho" + $(".width_jushogomuin").val() + "_" + $(".height_jushogomuin").val().replace(".","p")).attr("maxlength"); sd['str' + String(i) + '_1']=$("#jusho" + $(".width_jushogomuin").val() + "_" + $(".height_jushogomuin").val().replace(".","p") + "_str" + String(i)).text(); } $("input[name=customform_maxline1][value=" + String(mlines)+ "]").click(); customform_myform_core('1',"18",sd); gyoucontrol("1",mlines); }); $("input[name='customform_jushogomuin_direction']").click(function(){ $("#customform_jushogomuin_direction").closest("dd").children('input').val("印の方向:" + $(this).val()); setaction_core(1); }); }