// JavaScript Document

<!-- Begin
function formHandler(form){
	var URL = document.international.site.options[document.international.site.selectedIndex].value;
	window.location.href = URL;
}
// End -->


