function test_it(entry) {
if (entry.value!=null && entry.value.length!=0) {
entry.value=""+ eval(entry.value);
}
computeForm(entry.form);
}

function computeForm(form) {
var total=0

for (var count=0; count<11; count++)
{
if (form.pagerQty[count].checked){
var total=total+parseInt(form.pagerQty[count].value);
}
}

for (var count=0; count<6; count++)
{
if (form.pagerType[count].checked){
var total=total+parseInt(form.pagerType[count].value);
}
}

if (total<100) { alert('Please select a quantity of pagers.') }
//Smoked pagers
else if (total==110){ window.location="http://lrs.eu.com/select/smoked10.html" }
else if (total==115){ window.location="http://lrs.eu.com/select/smoked15.html" }
else if (total==120){ window.location="http://lrs.eu.com/select/smoked20.html" }
else if (total==125){ window.location="http://lrs.eu.com/select/smoked25.html" }
else if (total==130){ window.location="http://lrs.eu.com/select/smoked30.html" }
else if (total==135){ window.location="http://lrs.eu.com/select/smoked35.html" }
else if (total==140){ window.location="http://lrs.eu.com/select/smoked40.html" }
else if (total==145){ window.location="http://lrs.eu.com/select/smoked45.html" }
else if (total==150){ window.location="http://lrs.eu.com/select/smoked50.html" }
else if (total==155){ window.location="http://lrs.eu.com/select/smoked55.html" }
else if (total==160){ window.location="http://lrs.eu.com/select/smoked60.html" }

//Blue pagers
else if (total==210){ window.location="http://lrs.eu.com/select/blue10.html" }
else if (total==215){ window.location="http://lrs.eu.com/select/blue15.html" }
else if (total==220){ window.location="http://lrs.eu.com/select/blue20.html" }
else if (total==225){ window.location="http://lrs.eu.com/select/blue25.html" }
else if (total==230){ window.location="http://lrs.eu.com/select/blue30.html" }
else if (total==235){ window.location="http://lrs.eu.com/select/blue35.html" }
else if (total==240){ window.location="http://lrs.eu.com/select/blue40.html" }
else if (total==245){ window.location="http://lrs.eu.com/select/blue45.html" }
else if (total==250){ window.location="http://lrs.eu.com/select/blue50.html" }
else if (total==255){ window.location="http://lrs.eu.com/select/blue55.html" }
else if (total==260){ window.location="http://lrs.eu.com/select/blue60.html" }

//Green pagers
else if (total==310){ window.location="http://lrs.eu.com/select/green10.html" }
else if (total==315){ window.location="http://lrs.eu.com/select/green15.html" }
else if (total==320){ window.location="http://lrs.eu.com/select/green20.html" }
else if (total==325){ window.location="http://lrs.eu.com/select/green25.html" }
else if (total==330){ window.location="http://lrs.eu.com/select/green30.html" }
else if (total==335){ window.location="http://lrs.eu.com/select/green35.html" }
else if (total==340){ window.location="http://lrs.eu.com/select/green40.html" }
else if (total==345){ window.location="http://lrs.eu.com/select/green45.html" }
else if (total==350){ window.location="http://lrs.eu.com/select/green50.html" }
else if (total==355){ window.location="http://lrs.eu.com/select/green55.html" }
else if (total==360){ window.location="http://lrs.eu.com/select/green60.html" }

//Paddle Pagers
else if (total==410){ window.location="http://lrs.eu.com/select/paddle10.html" }
else if (total==415){ window.location="http://lrs.eu.com/select/paddle15.html" }
else if (total==420){ window.location="http://lrs.eu.com/select/paddle20.html" }
else if (total==425){ window.location="http://lrs.eu.com/select/paddle25.html" }
else if (total==430){ window.location="http://lrs.eu.com/select/paddle30.html" }
else if (total==435){ window.location="http://lrs.eu.com/select/paddle35.html" }
else if (total==440){ window.location="http://lrs.eu.com/select/paddle40.html" }
else if (total==445){ window.location="http://lrs.eu.com/select/paddle45.html" }
else if (total==450){ window.location="http://lrs.eu.com/select/paddle50.html" }
else if (total==455){ window.location="http://lrs.eu.com/select/paddle55.html" }
else if (total==460){ window.location="http://lrs.eu.com/select/paddle60.html" }

//Lobster Pagers
else if (total==510){ window.location="http://lrs.eu.com/select/lobster10.html" }
else if (total==515){ window.location="http://lrs.eu.com/select/lobster15.html" }
else if (total==520){ window.location="http://lrs.eu.com/select/lobster20.html" }
else if (total==525){ window.location="http://lrs.eu.com/select/lobster25.html" }
else if (total==530){ window.location="http://lrs.eu.com/select/lobster30.html" }
else if (total==535){ window.location="http://lrs.eu.com/select/lobster35.html" }
else if (total==540){ window.location="http://lrs.eu.com/select/lobster40.html" }
else if (total==545){ window.location="http://lrs.eu.com/select/lobster45.html" }
else if (total==550){ window.location="http://lrs.eu.com/select/lobster50.html" }
else if (total==555){ window.location="http://lrs.eu.com/select/lobster55.html" }
else if (total==560){ window.location="http://lrs.eu.com/select/lobster60.html" }

//Pizza Pagers
else if (total==610){ window.location="http://lrs.eu.com/select/pizza10.html" }
else if (total==615){ window.location="http://lrs.eu.com/select/pizza15.html" }
else if (total==620){ window.location="http://lrs.eu.com/select/pizza20.html" }
else if (total==625){ window.location="http://lrs.eu.com/select/pizza25.html" }
else if (total==630){ window.location="http://lrs.eu.com/select/pizza30.html" }
else if (total==635){ window.location="http://lrs.eu.com/select/pizza35.html" }
else if (total==640){ window.location="http://lrs.eu.com/select/pizza40.html" }
else if (total==645){ window.location="http://lrs.eu.com/select/pizza45.html" }
else if (total==650){ window.location="http://lrs.eu.com/select/pizza50.html" }
else if (total==655){ window.location="http://lrs.eu.com/select/pizza55.html" }
else if (total==660){ window.location="http://lrs.eu.com/select/pizza60.html" }

//Smoked pagers with cell
else if (total==1110){ window.location="http://lrs.eu.com/select/cell-smoked10.html" }
else if (total==1115){ window.location="http://lrs.eu.com/select/cell-smoked15.html" }
else if (total==1120){ window.location="http://lrs.eu.com/select/cell-smoked20.html" }
else if (total==1125){ window.location="http://lrs.eu.com/select/cell-smoked25.html" }
else if (total==1130){ window.location="http://lrs.eu.com/select/cell-smoked30.html" }
else if (total==1135){ window.location="http://lrs.eu.com/select/cell-smoked35.html" }
else if (total==1140){ window.location="http://lrs.eu.com/select/cell-smoked40.html" }
else if (total==1145){ window.location="http://lrs.eu.com/select/cell-smoked45.html" }
else if (total==1150){ window.location="http://lrs.eu.com/select/cell-smoked50.html" }
else if (total==1155){ window.location="http://lrs.eu.com/select/cell-smoked55.html" }
else if (total==1160){ window.location="http://lrs.eu.com/select/cell-smoked60.html" }

//Blue pagers with cell
else if (total==1210){ window.location="http://lrs.eu.com/select/cell-blue10.html" }
else if (total==1215){ window.location="http://lrs.eu.com/select/cell-blue15.html" }
else if (total==1220){ window.location="http://lrs.eu.com/select/cell-blue20.html" }
else if (total==1225){ window.location="http://lrs.eu.com/select/cell-blue25.html" }
else if (total==1230){ window.location="http://lrs.eu.com/select/cell-blue30.html" }
else if (total==1235){ window.location="http://lrs.eu.com/select/cell-blue35.html" }
else if (total==1240){ window.location="http://lrs.eu.com/select/cell-blue40.html" }
else if (total==1245){ window.location="http://lrs.eu.com/select/cell-blue45.html" }
else if (total==1250){ window.location="http://lrs.eu.com/select/cell-blue50.html" }
else if (total==1255){ window.location="http://lrs.eu.com/select/cell-blue55.html" }
else if (total==1260){ window.location="http://lrs.eu.com/select/cell-blue60.html" }

//Green pagers with cell
else if (total==1310){ window.location="http://lrs.eu.com/select/cell-green10.html" }
else if (total==1315){ window.location="http://lrs.eu.com/select/cell-green15.html" }
else if (total==1320){ window.location="http://lrs.eu.com/select/cell-green20.html" }
else if (total==1325){ window.location="http://lrs.eu.com/select/cell-green25.html" }
else if (total==1330){ window.location="http://lrs.eu.com/select/cell-green30.html" }
else if (total==1335){ window.location="http://lrs.eu.com/select/cell-green35.html" }
else if (total==1340){ window.location="http://lrs.eu.com/select/cell-green40.html" }
else if (total==1345){ window.location="http://lrs.eu.com/select/cell-green45.html" }
else if (total==1350){ window.location="http://lrs.eu.com/select/cell-green50.html" }
else if (total==1355){ window.location="http://lrs.eu.com/select/cell-green55.html" }
else if (total==1360){ window.location="http://lrs.eu.com/select/cell-green60.html" }

//Paddle Pagers with cell
else if (total==1410){ window.location="http://lrs.eu.com/select/cell-paddle10.html" }
else if (total==1415){ window.location="http://lrs.eu.com/select/cell-paddle15.html" }
else if (total==1420){ window.location="http://lrs.eu.com/select/cell-paddle20.html" }
else if (total==1425){ window.location="http://lrs.eu.com/select/cell-paddle25.html" }
else if (total==1430){ window.location="http://lrs.eu.com/select/cell-paddle30.html" }
else if (total==1435){ window.location="http://lrs.eu.com/select/cell-paddle35.html" }
else if (total==1440){ window.location="http://lrs.eu.com/select/cell-paddle40.html" }
else if (total==1445){ window.location="http://lrs.eu.com/select/cell-paddle45.html" }
else if (total==1450){ window.location="http://lrs.eu.com/select/cell-paddle50.html" }
else if (total==1455){ window.location="http://lrs.eu.com/select/cell-paddle55.html" }
else if (total==1460){ window.location="http://lrs.eu.com/select/cell-paddle60.html" }

//Lobster Pagers with cell
else if (total==1510){ window.location="http://lrs.eu.com/select/cell-lobster10.html" }
else if (total==1515){ window.location="http://lrs.eu.com/select/cell-lobster15.html" }
else if (total==1520){ window.location="http://lrs.eu.com/select/cell-lobster20.html" }
else if (total==1525){ window.location="http://lrs.eu.com/select/cell-lobster25.html" }
else if (total==1530){ window.location="http://lrs.eu.com/select/cell-lobster30.html" }
else if (total==1535){ window.location="http://lrs.eu.com/select/cell-lobster35.html" }
else if (total==1540){ window.location="http://lrs.eu.com/select/cell-lobster40.html" }
else if (total==1545){ window.location="http://lrs.eu.com/select/cell-lobster45.html" }
else if (total==1550){ window.location="http://lrs.eu.com/select/cell-lobster50.html" }
else if (total==1555){ window.location="http://lrs.eu.com/select/cell-lobster55.html" }
else if (total==1560){ window.location="http://lrs.eu.com/select/cell-lobster60.html" }

//Pizza Pagers with cell
else if (total==1610){ window.location="http://lrs.eu.com/select/cell-pizza10.html" }
else if (total==1615){ window.location="http://lrs.eu.com/select/cell-pizza15.html" }
else if (total==1620){ window.location="http://lrs.eu.com/select/cell-pizza20.html" }
else if (total==1625){ window.location="http://lrs.eu.com/select/cell-pizza25.html" }
else if (total==1630){ window.location="http://lrs.eu.com/select/cell-pizza30.html" }
else if (total==1635){ window.location="http://lrs.eu.com/select/cell-pizza35.html" }
else if (total==1640){ window.location="http://lrs.eu.com/select/cell-pizza40.html" }
else if (total==1645){ window.location="http://lrs.eu.com/select/cell-pizza45.html" }
else if (total==1650){ window.location="http://lrs.eu.com/select/cell-pizza50.html" }
else if (total==1655){ window.location="http://lrs.eu.com/select/cell-pizza55.html" }
else if (total==1660){ window.location="http://lrs.eu.com/select/cell-pizza60.html" }

else { window.location="http://lrs.eu.com/select/select.html" }
}
