function controlaccess(id) {
var mask=getCookie("cktimbuktu");
if (id==2) {
if (mask == null) location.href="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","");
}
else {
setCookie("todo2","2");
}
location.href="mobileliving-isayusay.htm";
}
}
function controlaccess3() {
var mask=getCookie("cktimbuktu");
if (mask == null) {
window.alert("Please sign in or register first.");
location.href="index.htm";
}
else ShowLayer2(2);
}
