// head_main.js


//default1, 2
var img_rinen = '1';
var img_company = '1';
var img_toi = '1';
var img_map = '1';
var img_salon = '1';
var img_product = '1';
var img_advice = '1';

//------------------------------------
if(Key_head == "rinen")
{
	img_rinen = '2';
}else if(Key_head == "company"){
	img_company = '2';
}else if(Key_head == "toi"){
	img_toi = '2';
}else if(Key_head == "map"){
	img_map = '2';
}else if(Key_head == "salon"){
	img_salon = '2';
}else if(Key_head == "product"){
	img_product = '2';
}else if(Key_head == "skincare"){
	img_advice = '2';
}


document.write('<table width="744" border="0" cellspacing="0" cellpadding="0">');
document.write('								<tr bgcolor="#336653">');
document.write('									<td colspan="3"><a name="top"><img src="/en/img/clear.gif" alt="" width="1" height="4" border="0"></a></td>');
document.write('								</tr>');
document.write('								<tr>');
document.write('									<td width="157" height="66" rowspan="4" align="right" valign="bottom"><a href="/en/"><img src="/en/img/header/logo.gif" alt="C\'BON" width="150" height="48" border="0"></a></td>');
document.write('									<td rowspan="4"><img src="/en/img/clear.gif" alt="" width="10" height="1" border="0"></td>');
document.write('									<td width="577"><img src="/en/img/clear.gif" alt="" width="1" height="22" border="0"></td>');
document.write('								</tr>');
document.write('								<tr>');
document.write('									<td><img src="/en/img/clear.gif" alt="" width="1" height="8" border="0"></td>');
document.write('								</tr>');
document.write('								<tr>');
document.write('										<td><a href="/en/company/index.html" onMouseOver="MM_swapImage(\'Image4\',\'\',\'/en/img/header/navi06_2.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="/en/img/header/navi06_' + img_company + '.gif" alt="Copany profile" name="Image4" border="0" id="Image4"></a><a href="/en/product/facialist/clenging/index.html" onMouseOver="MM_swapImage(\'Image5\',\'\',\'/en/img/header/navi07_2.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="/en/img/header/navi07_' + img_product + '.gif" alt="C\'BON product" name="Image5"" height="23" id="Image5" border="0"></a><a href="mailto:h5103@cbon.co.jp" onMouseOver="MM_swapImage(\'Image6\',\'\',\'/en/img/header/navi08_2.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="/en/img/header/navi08_' + img_advice + '.gif" alt="Inquary" name="Image6" height="23" border="0" id="Image6"></a><a href="/en/company/index.html" onMouseOver="MM_swapImage(\'Image3\',\'\',\'/en/img/header/navi05_2.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="/en/img/header/navi05_1.gif" alt="HOME" name="Image3" height="23" border="0" id="Image3"></a></td>');
document.write('								</tr>');
document.write('							</table>');
document.write('');



















