function form()
{
 document.filmform.submit();
 
 document.filmform.reset(); 

} 