﻿//--------------------------- fsize_change_init ---------------------------//
var mydomain = window.location.protocol + '//' + window.location.host + '/';
document.write('<scr' + 'ipt type="text/jav' + 'ascr' + 'ipt" src="' + mydomain + 'js/jquery.cookie.js"></scr' + 'ipt>');
document.write('<scr' + 'ipt type="text/jav' + 'ascr' + 'ipt" src="' + mydomain + 'js/jquery.textresizer.js"></scr' + 'ipt>');
function fsize_change_init(){    
document.write('<dl id="fsize-change"><dt><img src="' + mydomain + 'img/common/fsize_change_hdr.gif" alt="文字サイズ" title="文字サイズ" /></dt><dd><ul><li id="fsize-def"><a href="javascript:void(0);" title="標準">hyoujun</a></li><li id="fsize-large"><a href="javascript:void(0);" title="拡大">kakudai</a></li></ul></dd></dl>');
}
/*
$(function(){
    $("#fsize-change a").textresizer({target: "#contents",sizes: [ "1em", "1.2em" ]});
    $("#fsize-change a").click(function(){$("#footer").css("bottom", "10px");$("#footer").css("bottom", "0px");});
});
*/

