<!--
function click(e){if (document.all) if (event.button == 2) return false;if
(document.layers) if (e.which == 3) return false;}
function click2(){event.returnValue=false;return false;}if (document.layers)
document.captureEvents(Event.MOUSEDOWN);document.onmousedown=click;document.oncontextmenu=click2;

//CLICKFORCE
/* Configuration */
var num = 1;
var pissoff = '';

allow = Array();
allow[num] = 2;
function gotoit(link,target){
 if (link != num){
   allow[link] = 2;
 } else {
   for (i=1;i<=num;i++){
      if (allow[i] != 2){
         i = num + 1; lemmeIn = 0;
      } else {
         lemmeIn = 1;
      }
   }
   if (lemmeIn == 1){
      if (target != '+'){window.location = target;}
   } else {
      alert(pissoff);
   }
 }
}

var snum = 1;
var adele = '';
sallow = Array();
sallow[snum] = 2;
function go2it(val){
 if (val != snum){ sallow[val] = 2;
 } else {
 for (i=1;i<=snum;i++){ if (sallow[i] != 2){ i = snum + 1; slemmeIn = 0;} else { slemmeIn = 1;}}
 if (slemmeIn == 1){ check_boxes();} else { alert(adele);}
 }
}
//--->

