
function make_blank()
{
document.form1.type.value ="";
}

