function submitReqInfo() {
 var ReqInfoBean = {name:null, jobtitle:null, company:null, street_address:null, city:null, state:null, zipcode:null, country:null, phone:null, fax:null, email:null, attof:null, txtmsg:null, contact_by_email:null, contact_by_phone:null};
 DWRUtil.getValues(ReqInfoBean);
 SrestController.setReqInfo(ReqInfoBean, renderInform);
}
function renderInform(data) {
 document.getElementById("message").innerHTML=data;
}
