home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / toptools / dynaflash / tutorial / deutsch / tour.js < prev    next >
Encoding:
Text File  |  2001-07-12  |  1.2 KB  |  53 lines

  1.  
  2.  function info()
  3.  {
  4.      parent.frames[2].location.href= "info.htm";
  5.      setTimeout('site1()', 16000);
  6.  }
  7.  function site1()
  8.  {
  9.      parent.frames[2].location.href= "main1.htm";
  10.      setTimeout('site2()', 20000);
  11.  }
  12.  function site2()
  13.  {
  14.      parent.frames[2].location.href= "main2.htm";
  15.      setTimeout('site3()', 18000);
  16.   }
  17.  function site3()
  18.  {
  19.      parent.frames[2].location.href= "main3.htm";
  20.      setTimeout('site4()', 26000);
  21.   }
  22.  function site4()
  23.  {
  24.      parent.frames[2].location.href= "main4.htm";
  25.      setTimeout('site5()', 20000);
  26.   }
  27.  function site5()
  28.  {
  29.      parent.frames[2].location.href= "main5.htm";
  30.      setTimeout('site6()', 18000);
  31.   }
  32.  function site6()
  33.  {
  34.      parent.frames[2].location.href= "main6.htm";
  35.      setTimeout('site7()', 46000);
  36.   }
  37.  function site7()
  38.  {
  39.      parent.frames[2].location.href= "main7.htm";
  40.      setTimeout('site8()', 18000);
  41.   } function site8()
  42.  {
  43.     parent.frames[2].location.href= "main8.htm";
  44.      setTimeout('site9()', 26000);
  45.   } function site9()
  46.  {
  47.      parent.frames[2].location.href= "main9.htm";
  48.      setTimeout('site10()', 20000);
  49.   }
  50.    function site10()
  51.  {
  52.      parent.frames[2].location.href= "main10.htm";
  53.   }