Description:
...
Brief textual description (for details click on the URL of the website):
aryMoused = new Array(); aryLayerMoused = new Array(); aryMoImages = new Array(); imageList = new Array(); var runMouseOvers = false; TimerID=null; iLimit=25; var itmp=0; function MOImage() { a=MOImage.arguments; this.ptrImage = BillzNavBarMM_findObj(a[0]); this.imageMO = new Image(); this.imageMO.src = a[1]; this.HTMLname = a[0]; this.Moused = false; this.OriginalSrc = ''; } function BillzImagePreload() { // 0) html image name 1) mo image src 2)image Name for rollover key (rollover may have multiple mos for one html Image) arg=BillzImagePreload.arguments; imageKey=(arg[2])?arg[2]:arg[0]; imageList[imageList.length]=imageKey; if(!(aryMoImages[imageKey])) {aryMoImages[imageKey]=new MOImage(arg[0],arg[1])} } function BillzMouseover() { if (runMouseOvers == true) { //args 0)ImageName 1)OriginalSrc 2)array index (caller imagename) var a=BillzMouseover.arguments; imageKey=(a[2])?a[2]:a[0]; ...
Keywords:
...