﻿//ブログ用タグ生成
function GenerateTagForBrogParts(qid,font_col,bg_col){
    tag_frame4.location.href = "include/blog_question.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=01";
    tag_frame5.location.href = "include/blog_question.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=02";
    tag_frame6.location.href = "include/blog_question.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=03";

    document.getElementById("tag_space_ver04").value = "<iframe width='150' height='395' frameborder='0' marginheight='0' marginwidth='0' scrolling='no' src='http://graphchart.jp/include/blog_question.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=01" + "'>"
                                                                 + "</iframe>"
                                                                 + "<br /><a href=\"http://graphchart.jp/DispQuestionDetail.aspx?qid=" + qid + "\">無料アンケートブログパーツGraphChart</a>";
    document.getElementById("tag_space_ver05").value = "<iframe width='150' height='395' frameborder='0' marginheight='0' marginwidth='0' scrolling='no' src='http://graphchart.jp/include/blog_question.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=02" + "'>"
                                                                 + "</iframe>"
                                                                 + "<br /><a href=\"http://graphchart.jp/DispQuestionDetail.aspx?qid=" + qid + "\">無料アンケートブログパーツGraphChart</a>";
    document.getElementById("tag_space_ver06").value = "<iframe width='150' height='395' frameborder='0' marginheight='0' marginwidth='0' scrolling='no' src='http://graphchart.jp/include/blog_question.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=03" + "'>"
                                                                 + "</iframe>"
                                                                 + "<br /><a href=\"http://graphchart.jp/DispQuestionDetail.aspx?qid=" + qid + "\">無料アンケートブログパーツGraphChart</a>";


}

//ブログ用(小)タグ生成
function GenerateTagForBrogPartsMini(qid, font_col, bg_col) {
    tag_frame1.location.href = "include/blog_question_s.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=01";
    tag_frame2.location.href = "include/blog_question_s.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=02";
    tag_frame3.location.href = "include/blog_question_s.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=03";

    document.getElementById("tag_space_ver01").value = "<iframe width='150' height='255' frameborder='0' marginheight='0' marginwidth='0' scrolling='no' src='http://graphchart.jp/include/blog_question_s.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=01" + "'>"
                                                                + "</iframe>"
                                                                + "<br /><a href=\"http://graphchart.jp/DispQuestionDetail.aspx?qid=" + qid + "\">無料アンケートブログパーツGraphChart</a>";
    document.getElementById("tag_space_ver02").value = "<iframe width='150' height='255' frameborder='0' marginheight='0' marginwidth='0' scrolling='no' src='http://graphchart.jp/include/blog_question_s.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=02" + "'>"
                                                                + "</iframe>"
                                                                + "<br /><a href=\"http://graphchart.jp/DispQuestionDetail.aspx?qid=" + qid + "\">無料アンケートブログパーツGraphChart</a>";
    document.getElementById("tag_space_ver03").value = "<iframe width='150' height='255' frameborder='0' marginheight='0' marginwidth='0' scrolling='no' src='http://graphchart.jp/include/blog_question_s.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + "&ver=03" + "'>"
                                                                + "</iframe>"
                                                                + "<br /><a href=\"http://graphchart.jp/DispQuestionDetail.aspx?qid=" + qid + "\">無料アンケートブログパーツGraphChart</a>";

}
