﻿function stateJump(idIn)
{
    var state;
    state = '#' + document.getElementById(idIn).value;
    window.location=state;
}