function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<table align=center border=0><tr>');
document.write ('<td>');
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value="">Select Federation');
document.write ('<option value="lfedarmenian.html">Armenian');
document.write ('<option value="lfedbohemian.html">Bohemian');
document.write ('<option value="lfedbulgarian.html">Bulgarian');
document.write ('<option value="lfedsouthslavic.html">Croatian');
document.write ('<option value="lfedbohemian.html">Czech');
document.write ('<option value="lfedscandinavian.html">Danish');
document.write ('<option value="lfedestonian.html">Estonian');
document.write ('<option value="lfedfinnish.html">Finnish');
document.write ('<option value="lfedfrench.html">French');
document.write ('<option value="lfedgerman.html">German');
document.write ('<option value="lfedgreek.html">Greek');
document.write ('<option value="lfedhispanic.html">Hispanic');
document.write ('<option value="lfedhungarian.html">Hungarian');
document.write ('<option value="lfedirish.html">Irish');
document.write ('<option value="lfeditalian.html">Italian');
document.write ('<option value="lfedjapanese.html">Japanese');
document.write ('<option value="lfedjewish.html">Jewish');
document.write ('<option value="lfedlatvian.html">Latvian');
document.write ('<option value="lfedlatvian.html">Lettish');
document.write ('<option value="lfedlithuanian.html">Lithuanian');
document.write ('<option value="lfedscandinavian.html">Norwegian');
document.write ('<option value="lfedpolish.html">Polish');
document.write ('<option value="lfedromanian.html">Romanian');
document.write ('<option value="lfedrussian.html">Russian');
document.write ('<option value="lfedscandinavian.html">Scandinavian');
document.write ('<option value="lfedsouthslavic.html">Serbian');
document.write ('<option value="lfedslovak.html">Slovak');
document.write ('<option value="lfedsouthslavic.html">Slovenian');
document.write ('<option value="lfedsouthslavic.html">South Slavic');
document.write ('<option value="lfedhispanic.html">Spanish');
document.write ('<option value="lfedscandinavian.html">Swedish');
document.write ('<option value="lfedukrainian.html">Ukrainian');
document.write ('<option value="lfedsouthslavic.html">Yugoslav');
document.write ('</select>');
document.write ('</form></td><td align=center>');
document.write ('</form></td></tr></table>');
}
makeMyMenu();
