function redirect()
{

var id = document.getElementById('select').value;
if(id == 1) {
window.location = "http://www.rapidtorc.com/";
} else if(id == 2) {
window.location = "http://www.rapidtorc.com/french/";
}
}