//not cool...
var this_url_without_http = "abraham-bank.com";

csstype[0] = {
	num : "1",
	name : "small",
	img_name : "btn_fontsize_01"
};
csstype[1] = {
	num : "2",
	name : "medium",
	img_name : "btn_fontsize_02"
};

csstype[2] = {
	num : "3",
	name : "large",
	img_name : "btn_fontsize_03"
};


// set default load number
var n = new Array(1,0,2);

for( var i=0; i<csstype.length; i++ ){
	var j = n[i];
	document.write('<link rel="stylesheet" href="'+favorite_hreftype+'://'+this_url_without_http+'/common/css/font_size' + csstype[j].num + '.css" title="' + csstype[j].name + '" type="text/css" media="all">');
}

fimgOn[0] = new Image();
fimgOn[0].src = favorite_hreftype+"://"+this_url_without_http+"/common/img/btn_fontsize_01_o.gif";
fimgOn[1] = new Image();
fimgOn[1].src = favorite_hreftype+"://"+this_url_without_http+"/common/img/btn_fontsize_02_o.gif";
fimgOn[2] = new Image();
fimgOn[2].src = favorite_hreftype+"://"+this_url_without_http+"/common/img/btn_fontsize_03_o.gif";

fimgOff[0] = new Image();
fimgOff[0].src = favorite_hreftype+"://"+this_url_without_http+"/common/img/btn_fontsize_01.gif";
fimgOff[1] = new Image();
fimgOff[1].src = favorite_hreftype+"://"+this_url_without_http+"/common/img/btn_fontsize_02.gif";
fimgOff[2] = new Image();
fimgOff[2].src = favorite_hreftype+"://"+this_url_without_http+"/common/img/btn_fontsize_03.gif";
