

<!-- Begin JavaScript


   var htmlform = '<br><center><table bgcolor="#FFFF00" width=430 border=1 cellpadding=8>'
   htmlform += '<tr><td><font color="#000000" face="Arial" size=3><b>'
   htmlform += 'Please send me a FREE Cruise Quote</b></font><br>'
   htmlform += '<font color="#000000" face="Arial" size=2><b>'
   htmlform += 'The completed Form below is forwarded to and answered by '
   htmlform += 'the 5 best travel agents, out of 750 agents worldwide, who '
   htmlform += 'are specialized in the Cruise you requested.'
   htmlform += '</b></font></td></tr></table></center>'
   htmlform += '<FORM METHOD="post" NAME="mailform" ACTION="http://www.euronet.nl/cgi-bin/mailto?etncrui@euronet.nl">'
   htmlform += '<center><table bgcolor="#FFFF00" width=430 border=1 cellpadding=8>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>Type of travel:</b></font></td>'
   htmlform += '<td><font size=3><SELECT NAME="Which_type"><OPTION SELECTED> Cruise</OPTION>'
   htmlform += '</SELECT></td></tr>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>Departure City:</b></font></td>'
   htmlform += '<td><font size=2><INPUT NAME="Depart_from" SIZE=25></font></td></tr>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>Destination:</b></font></td>'
   htmlform += '<td><font size=2><INPUT NAME="Arrival_in" SIZE=25></font></td></tr>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>Departure Date:</b></font></td>'
   htmlform += '<td><font size=2><INPUT NAME="Depart_Date" SIZE=25></font></td></tr>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>I want to stay for</b></font></td>'
   htmlform += '<td><font size=2><INPUT NAME="No_of_days" SIZE=5><font size=2><b> days</b></font></td></tr>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>Class of travel:</b></font></td>'
   htmlform += '<td><font size=2><SELECT NAME="Which_Class">'
   htmlform += '<OPTION SELECTED> Cabin with lowest price</OPTION><OPTION> Inside Cabin</OPTION>'
   htmlform += '<OPTION> Outside Cabin</OPTION></SELECT></font></td></tr>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>Number of persons:</b></font></td>'
   htmlform += '<td><font size=3><SELECT NAME="Total_Number">'
   htmlform += '<OPTION SELECTED> 1</OPTION><OPTION> 2</OPTION><OPTION> 3</OPTION>'
   htmlform += '<OPTION> 4</OPTION><OPTION> 5</OPTION><OPTION> 6</OPTION><OPTION> 7</OPTION>'
   htmlform += '<OPTION> 8</OPTION><OPTION> 9 or more</OPTION></SELECT></font></td></tr>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>My name is:</b></font></td>'
   htmlform += '<td><font size=2><INPUT NAME="Family_Name" SIZE=25></font></td></tr>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>Daytime Telephone:</b></font></td>'
   htmlform += '<td><font size=2><INPUT NAME="Day_Phone" SIZE=25></font></td></tr>'
   htmlform += '<tr><td align=right><font size=2 face="Arial"><b>E-Mail Address:</b></font></td>'
   htmlform += '<td><font size=2><INPUT NAME="Email" SIZE=25></font></td></tr>'
   htmlform += '<tr><td align=right><center><font size=3>'
   htmlform += '<INPUT TYPE="reset" VALUE="Reset"></font></center></td>'
   htmlform += '<td><center><font size=3>'
   htmlform += '<INPUT TYPE="submit" VALUE="Send this Request">'
   htmlform += '</font></center></td></tr></table></center></form>'
   htmlform += '<center><form method="POST" action="http://www.etntelephone.com/cgi-bin/autoresponder/swars.cgi" target="_new">'
   htmlform += '<input type="hidden" name="mode" value="register">'
   htmlform += '<input type="hidden" name="ar" value=fareform>'
   htmlform += '<table width="430" bgcolor="#FFFFFF" cellpadding=8 cellspacing=0 border=0>'
   htmlform += '<tr bgcolor="#FFFF00"><td align=left>'
   htmlform += '<font color="#000000" face="Arial" size=3><b>'
   htmlform += 'Send a blank Fare Request Form for future use to yourself or to a friend:</b></font>'
   htmlform += '</td></tr></table>'
   htmlform += '<table width="430" bgcolor="FFFF10" cellpadding=4 cellspacing=0 border=0>'
   htmlform += '<tr><td align="right"><font face="Arial" size="3"><b>Recipient Name:</b></font></td>'
   htmlform += '<td><font face="Arial" size="2"><input type="text" name="user" size="20"></font></td></tr>'
   htmlform += '<tr><td align="right"><font face="Arial" size="3"><b>Recipient Email:</b></font></td><td><font face="Arial" size="2">'
   htmlform += '<input type="text" name="email" size="20" maxlength="50"></font></td></tr>'
   htmlform += '<tr><td align="right" colspan="2"><div align="center"><center><p><font face="Arial" size="2">'
   htmlform += '<input type="submit" STYLE="background: blue; color: yellow" value="Click to send" name="B1"></font></td></tr>'
   htmlform += '</table></center></form>'
   document.write(htmlform);

