﻿function init(){
document.getElementById("selOrder").onchange=function(){location='List.aspx?index='+this.value;};
}
function showbox(t){
t.style.borderColor='#FFD050';
t.style.backgroundColor='#FFF9D0'
}
function hidebox(t){
t.style.borderColor='White';
t.style.backgroundColor='White'
}
