Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
219 lines (194 sloc)
9.93 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <!-- "This site designed and built by Richard Lyon. This is version number 9.06.10"--> | |
| <HEAD> | |
| <TITLE>Welcome to the Official Web Site of Radisson Seven Seas Cruises</TITLE> | |
| <META NAME="description" CONTENT="The Official Web Site of Radisson Seven Seas Cruises"> | |
| <META NAME="keywords" CONTENT="cruise, tropics, island, watersports, vacation, travel, Caribbean, Antarctica, | |
| Europe, Mediterranean, Panama Canal, Costa Rica, Pacific, Asia, Arabia, Middle East, Tahiti, French Polynesia, Red Sea, | |
| ssc Radisson Diamond, m/s Song of Flower, m/s Paul Gauguin, m/s Hanseatic, m/s Seven Seas Navigator,"> | |
| <META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"> | |
| <script language="JavaScript"> | |
| <!-- Hide from older browsers | |
| window.onerror=null; | |
| browserName = navigator.appName; | |
| browserVer = parseInt(navigator.appVersion); | |
| var imgOn = new Array(8); | |
| var imgOff = new Array(8); | |
| var imgSelect = new Array(8); | |
| var imgSelected = null; | |
| var browser = 0; // switch: 1 = Netscape 3.0 | |
| if ((navigator.appName == "Netscape 3.x") || (navigator.appVersion.substring(0,1) > "2")) { | |
| browser = 1; | |
| } | |
| if (browser) { | |
| for (i=0; i < 19; i++) { | |
| imgOn[i] = new Image(150, 24); | |
| imgOff[i] = new Image(150, 24); | |
| imgSelect[i] = new Image(150, 24); | |
| } | |
| imgOn[0].src = "images/rssc-text.gif"; | |
| imgOn[1].src = "images/fleet-text.gif"; | |
| imgOn[2].src = "images/promos-text.gif"; | |
| imgOn[3].src = "images/press-text.gif"; | |
| imgOn[4].src = "images/ports-text.gif"; | |
| imgOn[5].src = "images/calendars-text.gif"; | |
| imgOn[6].src = "images/brochures-text.gif"; | |
| imgOn[7].src = "images/tours-text.gif"; | |
| imgOn[8].src = "images/agents-text.gif"; | |
| imgOn[9].src = "images/nav-text.gif"; | |
| imgOn[10].src = "images/pg-text.gif"; | |
| imgOn[11].src = "images/dia-text.gif"; | |
| imgOn[12].src = "images/hans-text.gif"; | |
| imgOn[13].src = "images/sof-text.gif"; | |
| imgOff[0].src = "images/text-blank.gif"; | |
| imgOff[1].src = "images/text-blank.gif"; | |
| imgOff[2].src = "images/text-blank.gif"; | |
| imgOff[3].src = "images/text-blank.gif"; | |
| imgOff[4].src = "images/text-blank.gif"; | |
| imgOff[5].src = "images/text-blank.gif"; | |
| imgOff[6].src = "images/text-blank.gif"; | |
| imgOff[7].src = "images/text-blank.gif"; | |
| imgOff[8].src = "images/text-blank.gif"; | |
| imgOff[9].src = "images/text-blank.gif"; | |
| imgOff[10].src = "images/text-blank.gif"; | |
| imgOff[11].src = "images/text-blank.gif"; | |
| imgOff[12].src = "images/text-blank.gif"; | |
| imgOff[13].src = "images/text-blank.gif"; | |
| } | |
| // name = image name | |
| // num = array number | |
| // j = imgOn or imgOff | |
| function swap(name, num, j) { | |
| if (browser) { | |
| if (imgSelected != num) { | |
| if (j==2) { | |
| /* overwrites old data */ | |
| if (imgSelected != null) {document.images['b'+(imgSelected+1)].src = imgOff[imgSelected].src;} | |
| document.images[name].src = imgSelect[num].src; | |
| imgSelected = num; | |
| } | |
| else if (j==1) { | |
| document.images[name].src = imgOn[num].src; | |
| } | |
| else { | |
| document.images[name].src = imgOff[num].src; | |
| } | |
| } // imgSelected | |
| } // browser | |
| } // function swap() | |
| function frame_update(URL1,URL2,URL3) | |
| { | |
| parent.frames[0].location=URL1; | |
| parent.frames[1].location=URL2; | |
| parent.frames[2].location=URL3; | |
| } | |
| // --> | |
| </script> | |
| <SCRIPT LANGUAGE="JavaScript"> | |
| // hide it from other browsers | |
| if ( top.frames.length > 1 ) | |
| { | |
| top.location="http://www.rssc.com/"; | |
| } | |
| // note NO spaces in the window specs | |
| function newPopwin(page){ | |
| Popwin = window.open(page,'', | |
| 'width=550,height=400,scrollbars=1,'+ | |
| 'resizable=1,status=1,menubar=0,toolbar=0,'+ | |
| 'location=0,directories=0,copyhistory=0'); | |
| } | |
| </SCRIPT> | |
| </HEAD> | |
| <BODY BACKGROUND="images/indexbk.gif" BGCOLOR="FFFFFF"> | |
| <BR> | |
| <CENTER> | |
| <IMG SRC="images/logotext2.jpg" HEIGHT="166" WIDTH="460" ALT="[Radisson Seven Seas Cruises]"> | |
| </CENTER> | |
| <BR> | |
| <CENTER> | |
| <table BORDER=0 WIDTH=600 ALIGN=Center> | |
| <tr> | |
| <td WIDTH=125><IMG SRC="images/text-blank.gif" name='b1'><IMG width=5 SRC="images/text-blank.gif"></td> | |
| <td WIDTH=350><IMG width=2 SRC="images/text-blank.gif"> | |
| <MAP NAME="Map1"> | |
| <AREA SHAPE="RECT" COORDS="39,24,159,83" HREF="navigator.html" onmouseover="swap('b1',9,1)" onmouseout="swap('b1',9,0)" ALT="[m/s Seven Seas Navigator]"> | |
| <AREA SHAPE="RECT" COORDS="176,24,277,81" HREF="gauguin.html" onmouseover="swap('b1',10,1)" onmouseout="swap('b1',10,0)" ALT="[m/s Paul Gauguin]"> | |
| <AREA SHAPE="RECT" COORDS="27,98,97,207" HREF="diamond.html" onmouseover="swap('b1',11,1)" onmouseout="swap('b1',11,0)" ALT="[ssc Radisson Diamond]"> | |
| <AREA SHAPE="RECT" COORDS="116,114,209,176" HREF="adventure.html" onmouseover="swap('b1',12,1)" onmouseout="swap('b1',12,0)" ALT="[m/s Hanseatic]"> | |
| <AREA SHAPE="RECT" COORDS="229,99,294,203" HREF="sof.html" onmouseover="swap('b1',13,1)" onmouseout="swap('b1',13,0)" ALT="[m/s Song of Flower]"> | |
| </MAP><IMG SRC="images/fleet.jpg" border=0 HEIGHT="228" WIDTH="322" usemap="#Map1"> | |
| </td> | |
| <td align=left WIDTH=125><IMG align=left SRC="images/text-blank.gif" name='b2'></td> | |
| </tr> | |
| </table> | |
| </CENTER> | |
| <!-- | |
| <CENTER> | |
| <MAP NAME="Map2"> | |
| <AREA SHAPE="Polygon" COORDS="24,44,70,14,116,45,70,75" HREF="RSSC.html" ALT="[About RSSC]"> | |
| <AREA SHAPE="Polygon" COORDS="158,44,204,14,250,45,204,75" HREF="fleet.html" ALT="[Discover Our Fleet]"> | |
| <AREA SHAPE="Polygon" COORDS="293,44,339,14,385,45,339,75" HREF="promos.html" ALT="[Special Offers]"> | |
| <AREA SHAPE="Polygon" COORDS="428,44,474,14,521,45,474,75" HREF="press.html" ALT="[Latest News]"> | |
| <AREA SHAPE="Polygon" COORDS="92,88,137,58,184,89,137,119" HREF="portcatalogue.html" ALT="[Port Profiles]"> | |
| <AREA SHAPE="Polygon" COORDS="226,88,272,58,318,89,272,119" HREF="calendars.html" ALT="[Cruise Calendars]"> | |
| <AREA SHAPE="Polygon" COORDS="361,88,407,58,454,89,407,119" HREF="brochures.html" ALT="[Order Brochures]"> | |
| <AREA SHAPE="Polygon" COORDS="158,132,204,102,251,133,204,164" HREF="virtual.html" ALT="[Virtual Tours]"> | |
| <AREA SHAPE="Polygon" COORDS="294,132,340,102,387,133,340,164" HREF="tools.html" ALT="[Travel Agent Tools]"> | |
| </MAP><IMG SRC="images/homebuttons.jpg" border=0 HEIGHT="180" WIDTH="545" usemap="#Map2"> | |
| </CENTER> | |
| --> | |
| <CENTER> | |
| <MAP NAME="Map2"> | |
| <AREA SHAPE="Polygon" COORDS="24,44,70,14,116,45,70,75" HREF="RSSC.html" onmouseover="swap('b2',0,1)" onmouseout="swap('b2',0,0)" ALT="[About RSSC]"> | |
| <AREA SHAPE="Polygon" COORDS="158,44,204,14,250,45,204,75" HREF="fleet.html" onmouseover="swap('b2',1,1)" onmouseout="swap('b2',1,0)" ALT="[Discover Our Fleet]"> | |
| <AREA SHAPE="Polygon" COORDS="293,44,339,14,385,45,339,75" HREF="promos.html" onmouseover="swap('b2',2,1)" onmouseout="swap('b2',2,0)" ALT="[Special Offers]"> | |
| <AREA SHAPE="Polygon" COORDS="428,44,474,14,521,45,474,75" HREF="press.html" onmouseover="swap('b2',3,1)" onmouseout="swap('b2',3,0)" ALT="[Latest News]"> | |
| <AREA SHAPE="Polygon" COORDS="92,88,137,58,184,89,137,119" HREF="portcatalogue.html" onmouseover="swap('b2',4,1)" onmouseout="swap('b2',4,0)" ALT="[Port Profiles]"> | |
| <AREA SHAPE="Polygon" COORDS="226,88,272,58,318,89,272,119" HREF="calendars.html" onmouseover="swap('b2',5,1)" onmouseout="swap('b2',5,0)" ALT="[Cruise Calendars]"> | |
| <AREA SHAPE="Polygon" COORDS="361,88,407,58,454,89,407,119" HREF="brochures.html" onmouseover="swap('b2',6,1)" onmouseout="swap('b2',6,0)" ALT="[Order Brochures]"> | |
| <AREA SHAPE="Polygon" COORDS="158,132,204,102,251,133,204,164" HREF="virtual.html" onmouseover="swap('b2',7,1)" onmouseout="swap('b2',7,0)" ALT="[Virtual Tours]"> | |
| <AREA SHAPE="Polygon" COORDS="294,132,340,102,387,133,340,164" HREF="tools.html" onmouseover="swap('b2',8,1)" onmouseout="swap('b2',8,0)" ALT="[Travel Agent Tools]"> | |
| </MAP><IMG SRC="images/homebuttons.jpg" border=0 HEIGHT="180" WIDTH="545" usemap="#Map2"> | |
| </CENTER> | |
| <!-- | |
| <CENTER> | |
| <A HREF="home.map"><IMG BORDER=0 SRC="images/homebuttons.jpg" ISMAP HEIGHT="158" WIDTH="612" ALT="[Navigational Buttons]"></A> | |
| </CENTER> | |
| --> | |
| <BR><BR> | |
| <HR WIDTH=395 ALIGN=CENTER> | |
| <CENTER> | |
| { <FONT SIZE=-2 FACE="TMS New Roman"><B><A HREF="RSSC.html">ABOUT RSSC</A></B> | |
| | <B><A HREF="fleet.html">DISCOVER OUR FLEET</A></B> | |
| | <B><A HREF="promos.html">SPECIAL OFFERS</A></B> | |
| | <B><A HREF="press.html">LATEST NEWS</A></B></FONT> } | |
| <BR> | |
| { <FONT SIZE=-2 FACE="TMS New Roman"><B><A HREF="portcatalogue.html">PORT PROFILES</A></B> | |
| | <B><A HREF="calendars.html">CRUISE CALENDARS</A></B> | |
| | <B><A HREF="brochures.html">ORDER BROCHURES</A></B> | |
| | <B><A HREF="index.html">HOME</A></B></FONT> } | |
| </CENTER> | |
| <HR WIDTH=370 ALIGN=CENTER> | |
| <CENTER> | |
| <FONT FACE="TMS New Roman, Arial, Helvetica" SIZE=-4>Copyright © 1997-1999 Radisson Seven Seas Cruises. All Rights Reserved.</FONT><BR> | |
| <P><FONT FACE="TMS New Roman, Arial, Helvetica" SIZE=-2>If you have questions or problems concerning this web site, contact the webmaster:</FONT><BR> | |
| <FONT FACE="TMS New Roman, Arial, Helvetica" SIZE=-1><A HREF="mailto:webmaster@rssc.com">webmaster@rssc.com</A></FONT> | |
| </CENTER> | |
| <BR> | |
| <img width=1 height=1 src="images/rssc-text.gif"> | |
| <img width=1 height=1 src="images/fleet-text.gif"> | |
| <img width=1 height=1 src="images/promos-text.gif"> | |
| <img width=1 height=1 src="images/press-text.gif"> | |
| <img width=1 height=1 src="images/ports-text.gif"> | |
| <img width=1 height=1 src="images/calendars-text.gif"> | |
| <img width=1 height=1 src="images/brochures-text.gif"> | |
| <img width=1 height=1 src="images/tours-text.gif"> | |
| <img width=1 height=1 src="images/agents-text.gif"> | |
| <img width=1 height=1 src="images/nav-text.gif"> | |
| <img width=1 height=1 src="images/pg-text.gif"> | |
| <img width=1 height=1 src="images/dia-text.gif"> | |
| <img width=1 height=1 src="images/hans-text.gif"> | |
| <img width=1 height=1 src="images/sof-text.gif"> | |
| <img width=1 height=1 src="images/text-blank.gif"> | |
| </BODY> | |
| </HTML> |