<!-- 
function kal() {
window.focus();
}     

function link(){
if (document.global.country.options[document.global.country.selectedIndex].value != "none") {
parent.location = document.global.country.options[document.global.country.selectedIndex].value
 }                       
}     
//-->

