//HEADER

function header(pagestatus){

	if ( pagestatus == "Header" ) {
	//HEADER TOP
	document.write('<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="775" height="34">\n');
	document.write('<tr>\n');
	document.write('<td width="2"><img src="/dg/citroen/image/h_prt_left.gif" width="2" height="26" border="0" alt=""></td>\n');
	
	document.write('<td>\n');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="26">\n');
	document.write('<tr>\n');
	document.write('<td bgcolor="#e5e5e5" height="1" colspan="2"><img src="/dg/citroen/image/dot.gif" height="1" border="0" alt=""></td>\n');
	document.write('</tr>\n');
	
	document.write('<tr>\n');
	document.write('<td align="right">\n');
	document.write('<table border="0" cellpadding="0" cellspacing="0">\n');
	document.write('<tr>\n');
	document.write('<td nowrap><font class="f08pt" color="#f1224f"> | </font><font class="f08pt" color="#999999"><a href="http://www.citroen.jp/" class="c999999" target="_blank">CITRO&Euml;N OFFICIAL SITE</a></font>&nbsp;<font class="f08pt" color="#f1224f"> | </font></td>\n');
	document.write('<td><img src="/dg/citroen/image/dot.gif" height="1" width="10" border="0" alt=""></td>\n');
	document.write('</tr>\n');
	document.write('<tr>\n');
	document.write('<td height="1" colspan="2"><img src="/dg/citroen/image/dot.gif" width="1" height="1" border="0" alt=""></td>\n');
	document.write('</tr>\n');
	document.write('</table>\n');
	document.write('</td>\n');
	document.write('</tr>\n');

	document.write('<tr>\n');
	document.write('<td bgcolor="#e5e5e5" height="1" colspan="2"><img src="/dg/citroen/image/dot.gif" height="1" border="0" alt=""></td>\n');
	document.write('</tr>\n');
	document.write('</table>\n');
	document.write('</td>\n');
	
	document.write('<td width="2"><img src="/dg/citroen/image/h_prt_right.gif" width="2" height="26" border="0" alt=""></td>\n');
	document.write('</tr>\n');
	document.write('<tr>\n');
	document.write('<td colspan="3"><img src="/dg/citroen/image/dot.gif" width="2" height="8" border="0" alt=""></td>\n');
	document.write('</tr>\n');
	document.write('</table>\n');

	//HEADER BOTTOM
	document.write('<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%" height="64">\n');
	document.write('<tr>\n');
	document.write('<td width="4px"><img src="/dg/citroen/image/dot.gif" width="4" height="2" border="0" alt=""></td>\n');
	document.write('<td width="128px"><a href="http://www.citroen.jp/" target="_blank"><img src="/dg/citroen/image/h_logo_APcitroen_new.gif" width="128" height="76" border="0" alt="citroen Approved Cars"></a></td>\n');
document.write('<td valign="bottom" align="right"><img src="/dg/citroen/image/h_logo_citroen.gif" width="169" height="50" border="0" alt=""><img src="/dg/citroen/image/dot.gif" width="7" height="1" border="0" alt=""></td>\n');
	document.write('</tr>\n');
	document.write('<tr>\n');
	document.write('<td colspan="3"><img src="/dg/citroen/image/dot.gif" width="2" height="1" border="0" alt=""></td>\n');
	document.write('</tr>\n');
	document.write('</table>\n');

	//BUTTON
	document.write('<div id="general"><img src="/dg/citroen/image/h_menuarea_01.gif" width="775" height="3" border="0" alt=""></div>\n');
	}

}
