// var StartV = 0.5; var EndV = 1; var MidV; var Inc = 0.18; var mSec = 20; var Power = 3; var goFirst = 0; // function start(bar) { //alert (pointer.style.posLeft) timer = window.setTimeout("FadeTitle();", 100, "JavaScript"); } function FadeTitle() { if (EndV > .9999) { StartV = StartV + Inc; MidV = Math.sin(StartV) + 1; EndV = Math.pow(MidV,Power); Title.filters.alpha.opacity = Title.filters.alpha.opacity + EndV; timer = window.setTimeout("FadeTitle();", mSec, "JavaScript"); } else { Title.filters.alpha.opacity = 100; return; } } document.onmouseover = mouseOver; document.onmouseout = mouseOut; document.onmousedown = mouseDown; document.onmouseup = mouseUp; function mouseOver() { var vSrc = window.event.srcElement; if (vSrc.className == "child2" || vSrc.className == "child3" || vSrc.className == "parent") { fColor = vSrc.style.backgroundColor; vSrc.style.backgroundColor = top.JavaVar.varColor; window.event.cancelbubble == true; } if (vSrc.className == "Next" || vSrc.className == "Help" || vSrc.className == "ExitTour" || vSrc.className == "Pause") { tColor = vSrc.style.color; vSrc.style.color = "000000"; window.event.cancelbubble == true; } if (vSrc.className == "tubs") { refTub = eval(vSrc.ref); fColor = refTub.style.backgroundColor; tColor = refTub.style.color; refTub.style.backgroundColor = "FFFFFF"; refTub.style.color = "000000"; window.event.cancelbubble == true; } if (vSrc.className == "Icon" && vSrc.id == "Icon1") { Cramp = vSrc.src vSrc.src = "../images/power_nrm.gif"; } if (vSrc.className == "Icon" && vSrc.id == "Icon2") { Cramp = vSrc.src vSrc.src = "../images/ease_nrm.gif"; } if (vSrc.className == "Icon" && vSrc.id == "Icon3") { Cramp = vSrc.src vSrc.src = "../images/manage_nrm.gif"; } if (vSrc.className == "Icon" && vSrc.id == "Icon4") { Cramp = vSrc.src vSrc.src = "../images/comp_nrm.gif"; } } function mouseOut() { var vSrc = window.event.srcElement; if (vSrc.className == "child2" || vSrc.className == "child3" || vSrc.className == "parent") { vSrc.style.backgroundColor = fColor; window.event.cancelbubble == true; } if (vSrc.className == "Next" || vSrc.className == "Help" || vSrc.className == "ExitTour" || vSrc.className == "Pause") { vSrc.style.color = tColor; window.event.cancelbubble == true; } if (vSrc.className == "tubs") { refTub = eval(vSrc.ref); if (refTub.def == 0) { refTub.style.backgroundColor = fColor; refTub.style.color = tColor; } else { if (refTub.def == 1 && vSrc.ref == "EUse") { refTub.style.backgroundColor = "#a6dbff"; refTub.style.color = "#000000";} if (refTub.def == 1 && vSrc.ref == "EMan") { refTub.style.backgroundColor = "#ffeda6"; refTub.style.color = "#000000";} if (refTub.def == 1 && vSrc.ref == "MCom") { refTub.style.backgroundColor = "#caedb8"; refTub.style.color = "#000000";} if (refTub.def == 1 && vSrc.ref == "MPow") { refTub.style.backgroundColor = "#ffb8a6"; refTub.style.color = "#000000";} } window.event.cancelbubble == true; } if (vSrc.className == "Icon") { vSrc.src = Cramp; } } function mouseDown() { top.JavaVar.varTimerOn="0"; var vSrc = window.event.srcElement; divColl=document.all.tags("DIV"); for (i=0; i < divColl.length; i++) { if (((divColl(i).className == "parent")||(divColl(i).className == "child2")||(divColl(i).className == "child4")||(divColl(i).className == "child3"))&&(divColl(i).id != vSrc.id)) { divColl(i).style.backgroundColor = ""; } if (((divColl(i).className == "parent")||(divColl(i).className == "child2")||(divColl(i).className == "child4")||(divColl(i).className == "child3"))&&(divColl(i).id == vSrc.id)) { divColl(i).style.backgroundColor = "#FFFFFF"; fColor = "#FFFFFF"; //alert(divColl(i).id); } } if (vSrc.className == "Icon" && vSrc.id == "Icon1") { vSrc.src = "../images/powerful_ico.gif"; vSrc.className = "IconX"; } if (vSrc.className == "Icon" && vSrc.id == "Icon2") { vSrc.src = "../images/ease_ico.gif"; vSrc.className = "IconX"; } if (vSrc.className == "Icon" && vSrc.id == "Icon3") { vSrc.src = "../images/manage_ico.gif"; vSrc.className = "IconX"; } if (vSrc.className == "Icon" && vSrc.id == "Icon4") { vSrc.src = "../images/compatbl_ico.gif"; vSrc.className = "IconX"; } } function mouseUp() { var vSrc = window.event.srcElement; if (vSrc.className == "child2" || vSrc.className == "child3" || vSrc.className == "parent") { window.event.cancelbubble == true; } } // function closeAll(el) { divColl=document.all.tags("DIV"); for (i=0; i