epi = location.pathname.substring(location.pathname.lastIndexOf('/')+1,location.pathname.lastIndexOf('.'));
for (i=0;i<document.form.archive.length;i++){
	if (document.form.archive.options[i].value==epi+'.html'){
		document.form.archive.options[i].selected = true;
		break;
	}
}
