function chimg(obj, name) {
	obj.src=name;
}

function print_header2(lang){

window.alert(lang);


	content = '';
	content += '<table width=756 border=0 cellpadding=0 cellspacing=0>';
	content += '<tr>';
	content += 	'<td>';
	content += 	'<a href="index.html"><img src="images/logo_00.jpg" width=427 height=54 alt="" border="0" onMouseOver="chimg(this, \'images/logo_01.jpg\')" onMouseOut="chimg(this, \'images/logo_00.jpg\')"></a></td>';
	content += 	'<td>';
	content += 	'<img src="images/profile_02.jpg" width=152 height=53 alt="" border="0"></td>';
	content +=  '<td>';
	content += 	'<img name="profile_03" src="images/profile_03.jpg" width="177" height="53" border="0" usemap="#m_profile_03" alt=""></td>';
	content += 	'</tr>';
	content += '</table>';

	content += '<map name="m_profile_03">';
	content += '<area shape="rect" coords="98,21,170,44" href="mailto:machiko@machikonyc.com" alt="" ></map>';

	document.write(content);
}



function print_header(lang){

if(lang != 'en_'){
	lang = '';
}

	content = '';
	content += '<table width=756 border=0 cellpadding=0 cellspacing=0>';
	content += '<tr>';
	content += 	'<td>';
	content += 	'<a href="';
	content += 	lang ;
	content += 	'index.html"><img src="images/logo_00.jpg" width=427 height=54 alt="" border="0" onMouseOver="chimg(this, \'images/logo_01.jpg\')" onMouseOut="chimg(this, \'images/logo_00.jpg\')"></a></td>';
	content += 	'<td>';
	content += 	'<img src="images/profile_02.jpg" width=152 height=53 alt="" border="0"></td>';
	content +=  '<td>';
	content += 	'<img name="profile_03" src="images/profile_03.jpg" width="177" height="53" border="0" usemap="#m_profile_03" alt=""></td>';
	content += 	'</tr>';
	content += '</table>';

	content += '<map name="m_profile_03">';
	content += '<area shape="rect" coords="98,21,170,44" href="mailto:machiko@machikonyc.com" alt="" ></map>';

	document.write(content);
}
