function title_txt(){
document.write("<title>Homme Plus</title>");
}
function header(file_name){
	link_1="about.html";
	link_2="body.html";
	link_3="face.html";
	link_4="qa.html";
	link_5="sample.html";
	link_6="adv.html";
document.write("<div align=center>");
document.write("<img src='images/banner.jpg' /><br />");
document.write("<table width=995 cellpadding=0 cellspacing=0><tr>");

document.write("<td>");
document.write("<a href="+link_1+" >");
document.write("<img src=images/menu_1.jpg border=0 /></a>");
document.write("</td>");

document.write("<td>");
document.write("<a href="+link_2+" >");
document.write("<img src=images/menu_2.jpg border=0 /></a>");
document.write("</td>");

document.write("<td>");
document.write("<a href="+link_3+" >");
document.write("<img src=images/menu_3.jpg border=0 /></a>");
document.write("</td>");

document.write("<td>");
document.write("<a href="+link_4+" >");
document.write("<img src=images/menu_4.jpg border=0 /></a>");
document.write("</td>");

document.write("<td>");
document.write("<a href="+link_5+" >");
document.write("<img src=images/menu_5.jpg border=0 /></a>");
document.write("</td>");

document.write("<td>");
document.write("<a href="+link_6+" >");
document.write("<img src=images/menu_6.jpg border=0 /></a>");
document.write("</td>");

document.write("<td><img src=images/adward_part.jpg /></td>");
document.write("</tr></table>");
document.write("<table width=995 cellpadding=0 cellspacing=0><tr>");
document.write("<td width=242 valign=top background='images/main_bg.gif'><img src=images/title_"+file_name+".jpg /><br /><img src=images/com_info.jpg usemap='#info' border=0/><br><a href='coupon.html' ><img src=images/coupon.gif border=0/></a><br><img src=images/com_info_dn.jpg border=0/></td>");
document.write("<td background='images/bg.jpg' align='left' valign='top'>");
document.write("<table width=100% style='background-image:url(images/bg_up.jpg); background-repeat:no-repeat'>");
document.write("<tr><td style='padding-top:70px; padding-right:120px'>");
}
function footer(){
	document.write("</td></tr>");
document.write("<tr><td style='padding-left:80px'>");
document.write("<img src='images/footer.jpg' usemap='#Map' border=0 />");
document.write("</td></tr>");
document.write("</table>");

document.write("</td>");
document.write("</tr></table>");
document.write("</div>");
document.write("<map name='Map' id='Map'><area shape='rect' coords='358,5,462,18' href='http://www.communilink.net' target=_blank /></map>");

document.write("<map name='info' id='info'><area shape='rect' coords='28,266,192,283' href='mailto:homme_p@yahoo.com' /></map>");
}
