<!--
function checkFirst() {
if (document.one.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkSecond() {
if (document.two.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkThird() {
if (document.three.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkForth() {
if (document.four.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkFifth() {
if (document.five.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkSixth() {
if (document.six.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkSeventh() {
if (document.seven.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkEighth() {
if (document.eight.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkNinth() {
if (document.nine.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkTenth() {
if (document.ten.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkEleventh() {
if (document.eleven.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkTwelve() {
if (document.twelve.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkThirteen() {
if (document.thirteen.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkFourteen() {
if (document.fourteen.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkFifthteen() {
if (document.fifthteen.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkSixteen() {
if (document.sixteen.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkSeventeen() {
if (document.seventeen.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkEighteen() {
if (document.eighteen.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkNineteen() {
if (document.nineteen.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkTwenty() {
if (document.twenty.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkTwentyOne() {
if (document.twentyone.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
function checkTwentyTwo() {
if (document.twentytwo.handling_cart.options[0].selected) {
alert('You need to select shipping.');
return false;
}
else return true;
}
//-->