home *** CD-ROM | disk | FTP | other *** search
- stop();
- cp_btn.onRelease = function()
- {
- getUrl("http://www.computerpartner.de", "_new");
- };
- cw_btn.onRelease = function()
- {
- getUrl("http://www.computerwoche.de", "_new");
- };
- dw_btn.onRelease = function()
- {
- getUrl("http://www.digital-world.de", "_new");
- };
- gp_btn.onRelease = function()
- {
- getUrl("http://www.gamepro.de", "_new");
- };
- gs_btn.onRelease = function()
- {
- getUrl("http://www.gamestar.de", "_new");
- };
- mac_btn.onRelease = function()
- {
- getUrl("http://www.macwelt.de", "_new");
- };
- pcw_btn.onRelease = function()
- {
- getUrl("http://www.pcwelt.de", "_new");
- };
- tec_btn.onRelease = function()
- {
- getUrl("http://www.tecchannel.de", "_new");
- };
-