function Pform1(){
	document.write('<form method="get" action="http://search.emb-japan.go.jp/">');
	document.write('<input type="hidden" name="site" value="fr" />');
}

function Pform_en(){
	document.write('<input type="text" name="query" id="search" size="18" />');
	document.write('<input type="submit" value="Rechercher" class="search" />');
	document.write('<input type="hidden" name="max" value="10" />');
	document.write('</form>');
}

function Pform_jp(){
	document.write('<input type="text" name="query" id="search" size="18" />');
	document.write('<input type="submit" value="検索" class="search" />');
	document.write('<input type="hidden" name="max" value="10" />');
	document.write('</form>');
}
