
/////////////////////////////////////////////////////////////////////
function DisplayHeader()
{
    document.open();

document.writeln("			<tr>");	
document.writeln("			<td valign='top' align='middle' bgcolor='#ffffff' height='20'  style='PADDING-TOP: 3px;'>");	
document.writeln("				<p align='right'><select style='font-family: Verdana; font-size: 10px;' onchange='MM_jumpMenu(\"parent\",this,0)' name='language'>");
document.writeln("				<option value='#' selected>Select Language</option>");
document.writeln("				<option value='http://www.foxeasy.com'>English</option>");
document.writeln("				<option value='http://www.foxeasy.com/fr/'>Fran&ccedil;ais</option>");
document.writeln("				<option value='http://www.foxeasy.com/jp/'>Japanese</option>");
document.writeln("				</select></p>");	
document.writeln("			</td>");	
document.writeln("			</tr>");	
}





