function datasubmit(sdata) {
document.Form1.action.value='INFO';
document.Form1.sdata.value=sdata;
document.Form1.submit();
}
