home *** CD-ROM | disk | FTP | other *** search
- stop();
- wifo_btn.onRelease = function()
- {
- _root.gotoPage(3,true);
- _quality = "LOW";
- };
- handy_btn.onRelease = function()
- {
- _root.gotoPage(17,true);
- _quality = "LOW";
- };
- gaming_btn.onRelease = function()
- {
- _root.gotoPage(35,true);
- _quality = "LOW";
- };
- business_btn.onRelease = function()
- {
- _root.gotoPage(85,true);
- _quality = "LOW";
- };
- linux_btn.onRelease = function()
- {
- _root.gotoPage(123,true);
- _quality = "LOW";
- };
- mac_btn.onRelease = function()
- {
- _root.gotoPage(161,true);
- _quality = "LOW";
- };
- special_btn.onRelease = function()
- {
- _root.gotoPage(187,true);
- _quality = "LOW";
- };
-