function map(){
document.write('<map name="keyLink01" id="keyLink01">');
document.write('<area shape="circle" coords="868,80,71" href="allergy/" alt="アレルギーって何？　詳しくはこちら" />');
document.write('<area shape="circle" coords="842,225,71" href="allergy/environment.html" alt="住環境を見直してみませんか　詳しくはこちら" />');
document.write('</map>');
}

function link01(){
document.write('<map name="keyLink02" id="keyLink02">');
document.write('<area shape="circle" coords="867,68,59" href="allergy/" alt="アレルギーって何？　詳しくはこちら" />');
document.write('<area shape="circle" coords="773,165,65" href="allergy/environment.html" alt="住環境を見直してみませんか　詳しくはこちら" />');
document.write('</map>');
}

function link02(){
document.write('<map name="keyLink02" id="keyLink02">');
document.write('<area shape="circle" coords="868,69,59" href="../allergy/" alt="アレルギーって何？　詳しくはこちら" />');
document.write('<area shape="circle" coords="773,165,65" href="../allergy/environment.html" alt="住環境を見直してみませんか　詳しくはこちら" />');
document.write('</map>');
}

function link03(){
document.write('<map name="keyLink02" id="keyLink02">');
document.write('<area shape="circle" coords="867,68,59" href="index.html" alt="アレルギーって何？　詳しくはこちら" />');
document.write('<area shape="circle" coords="773,165,65" href="environment.html" alt="住環境を見直してみませんか　詳しくはこちら" />');
document.write('</map>');
}