class Rectangle { constructor(dataPath, logo) { this.dataPath = dataPath; this.logo = logo; this.name = ""; this.intro = ""; this.features = ""; this.specs = ""; this.videos = ""; this.purchase = ""; this.faq = ""; } } function dsp(loc){ if(document.getElementById){ var foc=loc.firstChild; foc=loc.firstChild.innerHTML? loc.firstChild: loc.firstChild.nextSibling; foc.innerHTML=foc.innerHTML=='+'?'-':'+'; foc=loc.parentNode.nextSibling.style? loc.parentNode.nextSibling: loc.parentNode.nextSibling.nextSibling; foc.style.display=foc.style.display=='block'?'none':'block'; } } function showLogin() { return; if (document.getElementById('loginRow').style.display == '') { document.getElementById('loginRow').style.display = 'none'; } else { document.getElementById('loginRow').style.display = ''; } adjustProductBar(0,1); // document.getElementById('loginHighlight').style.backgroundColor = 'transparent'; } function isMobile() { return false;} function loginIsShowing() { return false; } function getProductMenuContent() { var menu = "


