var key_visual_id = Math.floor(Math.random()*3);
var key_visual_alt = ["Yomeishu a traditional herbal liqueur which was born and raised in Japan based on the Oriental medicine"]

function set_key_visual () {
	var img = '<img src="/english/images/key_visual'+key_visual_id+'.jpg" alt="'+key_visual_alt+'">';
	document.write(img);
}

var images = ["/english/images/navi_faq_over.gif", "/english/images/navi_faq2_over.gif", "/english/images/navi_about_over.gif", "/english/images/navi_efficacy_over.gif", "/english/images/navi_plant_over.gif", "/english/images/navi_ingredients_over.gif", "/english/images/navi_mibyou_over.gif", "/english/images/navi_detail_over.gif"];

for (var i in images) {
	var image = new Image();
	image.src = images[i];
}


var table = '<table width="100%" border="1" bordercolor="#C6130A" cellpadding="0" cellspacing="12" id="apology" style="border:solid 1px #C6130A">';
table += '<tr><td width="100%">養命酒製造株式会社の薬用養命酒WEBサイトをご利用いただきありがとうございます。<br>';
table += 'お客様がお使いの、WEBブラウザは、本WEBサイトを正しく表示・閲覧するために必要な機能を満たすことができないため、一部正しく表示できない場合があります。<br>';
table += '大変お手数ですが、下記の対象ブラウザの最新バージョンに変更の上、再度アクセスいただけますようお願い申し上げます。<br><br>';
table += '【Windows】Internet Explorer、Firefox、Opera<br>【Macintosh】Safari、Firefox</td></tr></table>';

function write_apology (){
	document.open();
	document.write(table);
	document.close();
}



