function Total( form )
{
var totalsf=0;
if ( form.aa.checked      ==  true)totalsf+=80;
if ( form.aatx.checked    ==  true)totalsf+=50;
if ( form.aagsj.checked    ==  true)totalsf+=50;
if ( form.sf1231.checked      ==  true)totalsf+=140;
if ( form.sf1232.checked    ==  true)totalsf+=70;
if ( form.sf1233.checked    ==  true)totalsf+=70;
if ( form.ok.checked    ==  true)totalsf+=190;
if ( form.oktx.checked      ==  true)totalsf+=95;
if ( form.okgsj.checked    ==  true)totalsf+=95;
if ( form.ffff.checked    ==  true)totalsf+=190;
if ( form.fffftx.checked      ==  true)totalsf+=90;
if ( form.ffffgsj.checked    ==  true)totalsf+=90;
if ( form.zhaosf1.checked    ==  true)totalsf+=140;
if ( form.zhaosf2.checked      ==  true)totalsf+=70;
if ( form.zhaosf3.checked    ==  true)totalsf+=70;
if ( form.xp131.checked    ==  true)totalsf+=160;
if ( form.xp132.checked      ==  true)totalsf+=80;
if ( form.xp133.checked    ==  true)totalsf+=80;
if ( form.zhaohj.checked    ==  true)totalsf+=130;
if ( form.zhaohj2.checked    ==  true)totalsf+=65;
if ( form.zhaohj1.checked    ==  true)totalsf+=65;
if ( form.uca.checked    ==  true)totalsf+=60;
if ( form.ucatx.checked      ==  true)totalsf+=30;
if ( form.ucagsj.checked    ==  true)totalsf+=30;
if ( form.aaasf.checked    ==  true)totalsf+=60;
if ( form.aaasftx.checked      ==  true)totalsf+=30;
if ( form.aaasfgsj.checked    ==  true)totalsf+=30;
if ( form.wg.checked    ==  true)totalsf+=140;
if ( form.wgtx.checked      ==  true)totalsf+=85;
if ( form.wggsj.checked    ==  true)totalsf+=85;
if ( form.sanok.checked    ==  true)totalsf+=130;
if ( form.sanoktx.checked      ==  true)totalsf+=65;
if ( form.sanokgsj.checked    ==  true)totalsf+=65;
if ( form.siwu.checked    ==  true)totalsf+=90;
if ( form.siwugsj1.checked    ==  true)totalsf+=45;
if ( form.siwugsj.checked    ==  true)totalsf+=45;
form.all.value = totalsf;
}