function fwd(where)
{
   if (where == "de"){top.location = "de.htm";}
   if (where == "en"){top.location = "en.htm";}
   if (where == "fr"){top.location = "fr.htm";}
   if (where == "es"){top.location = "es.htm";}
   if (where == "it"){top.location = "it.htm";}
}

