function changeLanguage()
{var strUrl;strUrl=window.top.location.href;var strLanguageID=1;if(document.getElementById('countrytop').value!="")
{strLanguageID=document.getElementById('countrytop').value;document.countop.action=strUrl;document.countop.submit();}}
