function test ( id )
{		
   if ( !TestOneChecked () )   
      alert ( "Choose any product to be ordered" );
   else
      document.form.submit ( );
}
function submit_login (  )
{
   document.form.form_submitted.value  =  33;
   document.form.submit ( );
}