var btnptr = null; var bHeight = blank._height; var additionalVSpace = 1; var clickedButton = 0; var totalSteps = _root.AnswerArray[_root.AnswerArray.length - 1][0].stepnum; _root.ShowMe._visible = false; populateTopic(); menuInitialize(); //making the first step as default _root.stepnum = 0; _root.showInstruction(_root.stepnum); _root.loadImage(_root.stepnum,null); // no previous image clickedButton = _root.stepnum; //eval("blank.buttonlist.step" + _root.stepnum).gotoAndStop(2); // initialize device select buttons //initializeDeviceButtons(); function initializeDeviceButtons() { /* Don't run this function since we don't have any more devices to initialize... Dont't waste CPU cycles device0.deviceName = routerInfoArray[0].hostName; device0.deviceNum = 0; device0.gotoAndStop(2); for (var i=1; i