function make_blank_name()
{
document.form.Name.value="";
}

function make_blank_email()
{
document.form.Email.value="";
}

function make_blank_textarea()
{
document.form.Comments.value="";
}

function make_blank_loca()
{
document.form.Photo_Location.value="";
}

function make_blank_date()
{
document.form.Photo_Date.value="";
}
