function clear_textbox()
{
if (document.text_form.ccbill.value == "Enter Your CCBill Affiliate ID")
document.text_form.ccbill.value = "";
} 
