function prejitUrl() 
{
    window.location=document.getElementById("select").value;
}
function prejitUrl2() 
{
    window.location=document.getElementById("select2").value;
}
