Initial GIT commit
[libg2hec.git] / demo / .svn / text-base / tools.js.svn-base
blobebd81609d636880cbf36c31dd1bf1308bba82b48
1 function Choose_prime_size()
3 IEprompt('Please choose the prime size (in bits, <=1400 )', '');
7 function Calculate()
9 document.demoform.buttontype.value="Calculate";
10 document.demoform.submit();
13