<!--

//  www.vandelayenteprises.com,  Copyright 2000-2005.

// Clears box upon submit
function clearTextBox(box) {
    if(box.value==box.defaultValue) {
         box.value = "";
    }
}

//-->
