

function testing2() { alert("hello pretty titties"); }


function S2_code() {
// this function just processes based on result of listbox S1 selection/option
    alert(S1.value);
} //----------------------------------------------







// eof