function submitform()
{document.theform.submit();}
function normal(id,value){if(value==""){document.getElementById(id).value=id;}}
function active(id,value){if(value==id){document.getElementById(id).value="";}}
function normal2(id,value){if(value==""){document.theform.Comments.value="Comments / Questions:";}}
function active2(id,value){if(value=="Comments / Questions:"){document.theform.Comments.value="";}} 