img = new Array();
map = new Array();
alt = new Array();
img2 = new Array();
img[0] = "/english/images/index/index_main_img01.jpg";
img[1] = "/english/images/index/index_main_img02.jpg";
img[2] = "/english/images/index/index_main_img03.jpg";
map[0] = "#map01";
map[1] = "#map02";
map[2] = "#map03";
alt[0] = "Creating Good Health Suzuken is striving to offer new forms of value within a wide-ranging domain it calls 'health creation.'";
alt[1] = "Maintaining Good Health Suzuken draws on the individual strengths of each of its group companies in healthcare-related fields to help people maintain good";
alt[2] = "Promoting Good Health Suzuken is firmly establishing itself across Japan to continue promoting good health for all.";
img2[0] = "/english/images/index/index_main_img_btm01.jpg";
img2[1] = "/english/images/index/index_main_img_btm02.jpg";
img2[2] = "/english/images/index/index_main_img_btm03.jpg";

n = Math.floor(Math.random()*img.length);

function main_img(){
document.write("<img src='"+img[n]+"' width='745' height='236' border='0' usemap='"+map[n]+"' alt='"+alt[n]+"'  title='"+alt[n]+"'>");
document.write("<img src='"+img2[n]+"' width='745' height='154' border='0' usemap='#Map'>");
}