function emptyAuthorTextbox()
{
document.mainForm.tbAuthor.value= "";
}
function zeroIndexAuthorDropdown()
{
document.mainForm.ddAuthor.selectedIndex=0;
}
