// JavaScript Document
function changeModel()
{
window.location = document.getElementById("model").value;
}
