/*---clear text boxes----*/
function cleartbox(txtbox){
	if (txtbox.value == txtbox.defaultValue){
         txtbox.value = ""
     }
} 
