function controlaccess(id) {
var mask=getCookie("cktimbuktu");

if (id==2) {

  if (mask == null) location.href="http://www.allfocus.com/mobileliving-isayusay.htm";
  else ShowLayer2(2);
}
else if (id==3) {
  ShowLayer2(3);
}
else if (id==4) {
  ShowLayer2(4);
}

}

function controlaccess2(id) {
var mask=getCookie("cktimbuktu");

if (id==2) {

  if (mask == null) {
     setCookie("todo2","");
/*
     window.alert("Please sign in or register first.");
     location.href="http://www.allfocus.com/index.htm";
*/
  }
  else {
     setCookie("todo2","2");
  }
  location.href="http://www.allfocus.com/mobileliving-isayusay.htm";
}

}

function controlaccess3() {
var mask=getCookie("cktimbuktu");

  if (mask == null) {
     window.alert("Please sign in or register first.");
     location.href="http://www.allfocus.com/index.htm";
  }
  else ShowLayer2(2);
}
