home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / calltips.asp < prev    next >
Text File  |  1996-10-22  |  3KB  |  102 lines

  1. <%If Not IsEmpty(Session("ItemCount")) Then
  2.      iCount = Session("ItemCount")
  3.   Else
  4.      iCount = 0
  5.      Session("ItemCount") = iCount
  6.   End If
  7. %>
  8. <HTML>
  9.  
  10. <HEAD>
  11. <TITLE>Adventure Works Welcome Center</TITLE>
  12. </HEAD>
  13.  
  14. <BODY BACKGROUND="/advworks/multimedia/images/back_sub.gif"> 
  15. <FONT FACE="MS SANS SERIF" SIZE=2>
  16. <BGSOUND SRC="/advworks/multimedia/audio/wind2.wav">
  17.  
  18. <TABLE WIDTH=600 BORDER=0>
  19.  
  20. <TR>
  21. <TD>
  22. <IMG SRC="/advworks/multimedia/images/spacer.GIF" WIDTH=110>
  23. </TD>
  24. <TD COLSPAN=3>
  25. <IMG SRC="/advworks/multimedia/images/Frontartcomp.GIF" ALIGN=center BORDER=0 ALT="Adventure Works"><BR>
  26. <HR SIZE=4>
  27. </TD>
  28. </TR>
  29.  
  30. <TR>
  31. <TD ROWSPAN=3 VALIGN=TOP ALIGN=LEFT>
  32. <A HREF="/advworks/equipment/default.asp">
  33. <IMG SRC="/advworks/multimedia/images/icon_sub_equipment.GIF" ALIGN=CENTER BORDER=0 ALT="Equipment"></A><BR>
  34.  
  35. <A HREF="/advworks/excursions/default.asp">
  36. <IMG SRC="/advworks/multimedia/images/icon_sub_excursions.GIF" ALIGN=CENTER BORDER=0 ALT="Membership and Excursions"></A><BR>
  37.  
  38. <A HREF="/advworks/resources/default.asp">
  39. <IMG SRC="/advworks/multimedia/images/icon_sub_resources.GIF" ALIGN=CENTER BORDER=0 ALT="Resources"></A><BR>
  40.  
  41. <A HREF="/advworks/internal/default.asp">
  42. <IMG SRC="/advworks/multimedia/images/icon_sub_internal.GIF" ALIGN=CENTER BORDER=0 ALT="Internal"></A><BR>
  43.  
  44. <A HREF="/advworks/default.asp">
  45. <IMG SRC="/advworks/multimedia/images/icon_sub_home.GIF" ALIGN=CENTER BORDER=0 ALT="Home"></A><BR>
  46.  
  47. <%
  48.   If iCount > 0 Then%>
  49.  
  50.      <A HREF="/advworks/equipment/check_out.asp">
  51.      <IMG SRC="/advworks/multimedia/images/checkout.gif" ALT="Check Out" BORDER=O></A>
  52.  
  53. <%End If%>
  54.  
  55. </TD>
  56.  
  57. <TD VALIGN=TOP ALIGN=LEFT><FONT SIZE=2>
  58. You know the drill:  Proper equipment for your climb leads to a successful ascent. Adventure Works gear has been tested in the most extreme environments on earth, from the 8,00-meter peaks of the Himalayas to the sub-arctic giants of Alaska.
  59. <P>
  60.  
  61. Adventure Works has all the gear you need for any expedition, from a day hike to a major excursion.  Shop with us, set up camp with us, and take our challenge.  Join the Adventure Works expedition !
  62. <P>
  63. <BR>
  64.  
  65. <IMG SRC="/advworks/multimedia/images/tipofday.gif" ALT="Tip of the Day">
  66.  
  67. <!-------- Tutorial Exercise -------->
  68.  
  69. </TD>
  70.  
  71. <TD VALIGN=TOP ALIGN=RIGHT WIDTH=10>
  72. <IMG SRC="/advworks/multimedia/images/spacer.gif" WIDTH=10>
  73. </TD>
  74.  
  75. </TR>
  76. </FONT>
  77.  
  78. <TR>
  79.  
  80. <TD COLSPAN=3 VALIGN=TOP ALIGN=LEFT>
  81. <HR SIZE=4>
  82. <FONT FACE="MS SANS SERIF" SIZE=1>
  83. The names of companies, products, people, characters, and/or data mentioned
  84. herein are fictitious and are in no way intended to represent any real individual,
  85. company, product, or event, unless otherwise noted.
  86. <P>
  87.  
  88. <IMG SRC="/advworks/multimedia/images/ie_anim.gif" ALIGN=RIGHT>
  89.  
  90. <SUP>©</SUP>1996 Adventure Works<BR>
  91. Catalog photos courtesy of REI<sup>©</sup>.<BR>
  92. Corbis photo credits: Alissa Crandall, John Noble, Galen Rowell.</FONT>
  93.  
  94. </TD>
  95. </TR>
  96.  
  97. </TABLE>
  98. </FONT>
  99. </BODY>
  100.  
  101. </HTML>
  102.