function swaplang()
{
fullpath=location.href;
if (fullpath.indexOf('_e.')<=0)

	fullpath=fullpath+'index_f.html';
    else
	fullpath=fullpath.replace('_e.','_f.');
top.location.href=fullpath;
}

