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

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

