home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / tydhtml / dyn.exe / CHAP08 / dyn8_4.txt < prev    next >
Encoding:
Text File  |  1997-10-02  |  4.3 KB  |  105 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>A Giant Squid Is One Type Of Squid</TITLE>
  4. </HEAD>
  5. <BODY BACKGROUND="water.jpg" TEXT=#FFFFFF LINK=FFFF22 VLINK=FF22FF>
  6. <STYLE>
  7. .yellowPlain  {color:rgb(255,255,0);
  8.               font-size:10pt;
  9.               font-style:italic}
  10. .yellowSmall  {color:rgb(255,255,0);
  11.               font-size:2pt;
  12.               font-style:normal}
  13. .whitePlain  {color:rgb(250,250,250);
  14.               font-style:normal;
  15.               font-size:12pt;}
  16. </STYLE>
  17. <IMG SRC="giant.gif" WIDTH=128 ALIGN=RIGHT>
  18. <H2>So, What is a Squid?</H2>
  19. <TABLE BORDER=1>
  20. <TR>
  21. <TD WIDTH=200>
  22. <P ID=T1 CLASS="yellowPlain" onclick="yellowP();">Cephalopoda
  23. <P ID=T2 CLASS="yellowPlain" onclick="yellowP();">Coleoidea
  24. <P ID=T3 CLASS="yellowPlain" onclick="yellowP();">Characteristics
  25. <P ID=T4 CLASS="yellowPlain" onclick="yellowP();">Propogation
  26. <P ID=T5 CLASS="yellowPlain" onclick="yellowP();">Food
  27. <P ID=T6 CLASS="yellowPlain" onclick="yellowP();">Geography
  28. </TD>
  29. <TD WIDTH=400>
  30. <P ID=PG1 CLASS="yellowSmall">
  31. The Cephalopoda is an ancient and very successful group of the Mollusca. 
  32. They have been among the dominant large predators in the ocean at various 
  33. times in geological history. Two groups of cephalopods exist today: The 
  34. extant Nautiloidea, containing the pearly nautiluses which are phylogenetic 
  35. relicts, are represented by only a few species, and the Coleoida.
  36. <P ID=PG2 CLASS="yellowSmall">
  37. The Coleoida group contains the squids, cuttlefishes, octopods and vampire 
  38. squids which are represented by about 700 species. Cephalopods are the most 
  39. active of the mollusks and some squids rival fishes in their swimming speed. 
  40. Although there are only about 700 species of living cephalopods, they occupy 
  41. a great variety of habitats in all of the world's oceans. Individual species 
  42. are often very abundant and provide major targets for marine fisheries.
  43. <DIV ID=PG3 CLASS="yellowSmall">
  44. Coleoida Characteristics
  45. <OL>
  46. <LI>A funnel derived from the molluscan foot.
  47. <LI>Circumoral arms that are probably derived from the molluscan head.
  48. <LI>Chitinous beaks.
  49. <LI>Shell bearing a phragmacone and siphuncle 
  50. (lost in most Recent cephalopods).
  51. <LI>Image-forming eyes.
  52. </OL></DIV>
  53. <P ID=PG4 CLASS="yellowSmall">All squid move through the ocean using a jet 
  54. of water forced out of the body 
  55. by a siphon. Many squid prefer to move about in very deep water where the water
  56. temperature is colder. Recent studies indicate the blood of deep water squids 
  57. does not carry oxygen very well at higher temperatures. Those squid will 
  58. actually suffocate in warm water. There are as well warm water squid that swim 
  59. closer to the surface. Warm water squid are migratory because water temperature 
  60. changes more dramatically nearer to the surface.
  61. <P ID=PG5 CLASS="yellowSmall">Squid are especially carnivorous. 
  62. They eat fish, other squid, and, in the case 
  63. of the largest species, whales.
  64. <P ID=PG6 CLASS="yellowSmall">Different species of squid are seen in the seas 
  65. of the entire world. 
  66. They have evolved to take advantage of many different environmental 
  67. conditions. Their geography is more interesting at the species specific level.
  68. </TD>
  69. </TR>
  70. </TABLE>
  71. Click on a word in the left column to learn more about squid on the right!
  72. <SCRIPT LANGUAGE=JavaScript>
  73. var source
  74. function yellowP() {
  75.    source = window.event.srcElement;
  76.    T1.className="yellowPlain";
  77.    T2.className="yellowPlain";
  78.    T3.className="yellowPlain";
  79.    T4.className="yellowPlain";
  80.    T5.className="yellowPlain";
  81.    T6.className="yellowPlain";
  82.    PG1.className="yellowSmall";
  83.    PG2.className="yellowSmall";
  84.    PG3.className="yellowSmall";
  85.    PG4.className="yellowSmall";
  86.    PG5.className="yellowSmall";
  87.    PG6.className="yellowSmall";
  88.    source.className="whitePlain";
  89.    if (T1.className=="whitePlain")
  90.        PG1.className="whitePlain";
  91.    if (T2.className=="whitePlain")
  92.        PG2.className="whitePlain";
  93.    if (T3.className=="whitePlain")
  94.        PG3.className="whitePlain";
  95.    if (T4.className=="whitePlain")
  96.        PG4.className="whitePlain";
  97.    if (T5.className=="whitePlain")
  98.        PG5.className="whitePlain";
  99.    if (T6.className=="whitePlain")
  100.        PG6.className="whitePlain";
  101. }
  102. </SCRIPT>
  103. </BODY>
  104. </HTML>
  105.