// LOGO Navigation
let selectedIcons = 0;
let incrementIcon = () => { selectedIcons = (selectedIcons + 1) % 3; console.log("selected Icon incremented to : " + selectedIcons); changeIcons(); }
setInterval(function () {incrementIcon(); }, 5000);
let changeIcons = () => { let icon1 = document.getElementById("icon1"); let icon2 = document.getElementById("icon2"); let icon3 = document.getElementById("icon3");
switch (selectedIcons) { case 0 : icon1.style.opacity = 1; icon2.style.opacity = 0; icon3.style.opacity = 0;
break; case 1 : icon1.style.opacity = 0; icon2.style.opacity = 1; icon3.style.opacity = 0;
break; case 2 : icon1.style.opacity = 0; icon2.style.opacity = 0; icon3.style.opacity = 1; break;
}
}
//-----------------BANNER NAVIGATION------------------------------------//
let contentLength = 3; let currentcontent = 2;
let leftArrowClick = () => { console.log("Right arrow clicked"); decrementFocus(); } let rightArrowClick = () => { console.log("Right arrow clicked"); incrementFocus(); }
let decrementFocus = () => { currentcontent= ( (currentcontent + contentLength-1) % contentLength); changeFocus(currentcontent); }
let incrementFocus = () => { currentcontent= ( (currentcontent + 1) % contentLength ); changeFocus(currentcontent); }
let changeFocus = ( contentNumber ) => { let content_1 = document.getElementById("content1"); let content_2 = document.getElementById("content2"); let content_3 = document.getElementById("content3");
console.log("Changing focus = " + contentNumber); // content_1.style.zIndex = "4"; // content_2.style.zIndex = "5"; // content_3.style.zIndex = "5"; let pospalIndicator = document.getElementById("pospalIndicator"); let DeliveractIndicator = document.getElementById("DeliveractIndicator"); let ArScaleIndicator = document.getElementById("ArScaleIndicator");
switch ( contentNumber){ case 0: content_1.style.zIndex = 1; content_1.style.opacity = 1;
content_2.style.zIndex = 0; content_2.style.opacity = 0; content_3.style.zIndex = 0; content_3.style.opacity = 0;
indicatorClick("DeliveractIndicator");
break; case 1 : content_1.style.zIndex = 0; content_1.style.opacity = 0;
content_2.style.zIndex = 1; content_2.style.opacity = 1;
content_3.style.zIndex = 0; content_3.style.opacity = 0;
indicatorClick("ArScaleIndicator");
break; case 2 : content_1.style.zIndex = 0; content_1.style.opacity = 0;
content_2.style.zIndex = 0; content_2.style.opacity = 0;
content_3.style.zIndex = 1; content_3.style.opacity = 1;
indicatorClick("pospalIndicator");
break; }
}
let WatchDeliverectVideo = () =>{ console.log("lets watch video") let container = document.getElementById("deliverectVideoContainer"); container.style.width = "100vw"; container.style.height = "100vh";
var bodyElement = document.body;
// Modify the body element's CSS properties bodyElement.style.overflowY = 'scroll'; // Prevent scrolling bodyElement.style.position = 'flxed'; // Prevent scrolling
}
let closeDeliverectVideo = () =>{ console.log("Lets close video"); let container = document.getElementById("deliverectVideoContainer"); container.style.width = "0px"; container.style.height = "0px";
}
Deliverect
[new]
AI Scale
[new]



no longer wasting time to search for items





NEW LEVEL OF EFFICIENCY
LOVED BY 1 MILLION CUSTOMERS AROUND THE WORLD
JOIN THE FAMILY TODAY!

























Recent Posts

AI Weighing Scale
Blog Post April 19 2023 AI Weighing Scale As the world becomes more automated, businesses…

Deliverect Integration
Blog Post April 19 2023 Deliverect Integration As the restaurant industry continues to grow and…
CONTACT US