//Country Selector Javascript

function form2Handler(){
	var URL = document.country.site2.options[document.country.site2.selectedIndex].value;top.location.href = URL;
	}

function juRi21(foName,elName) {
	var p=document.forms[foName].elements[elName];
	var v=p.options[p.selectedIndex].value;
	if (!v.match("^default")) location.href=v;
}
