﻿function stainJump(ddl) {
    document.location = ddl.value;
}
