document.write('<html><head><title>Pat and Helen World Tour 2001-?</title>');
document.write('<meta name="Keywords" CONTENT="bike, biking, CF, VSO, world, tour, circumnavigate, BMW, R80, R100, etc"></head>');

document.write('<body bgcolor=#000020><table border=0 cellspacing=5 cellpadding=0 align=center width=100%><tr>');
document.write('<td><a href="index.htm"><img src=logo.jpg></a></td>');

document.write('<td align=center><font face="impact,arial" size=+3 color=#00dddd>the pat and helen world tour 2001-6<br>');
document.write('<a href="mailto:watty@boltonfans.com">talk to us!</a></font></td>');
document.write('<td align="center" bgcolor=#00dddd><font face="verdana,arial" size=-2><a href="index.htm">World Tour Home</a><br>');
document.write('<a href="point.htm">The Point of It All</a><br><a href="route.htm">The Route in Detail</a><br>');
document.write('<a href="players.htm">The Participants</a><br><a href="links.htm">Some other sites</a><br>');
document.write('<a href="journo.htm">The Journal Index</a></td></font></tr></font>');
document.write('</table>');

var myPopUp;
function puPic(pic, w, h)
{
myPopUp=open("","picWin","resizeable=no,width=50,height=50");myPopUp.resizeTo(w,h);myPopUp.document.write("<html><img src="+pic+"></html>");myPopUp.document.close();myPopUp.focus();
}

function php(roll, ord, t)
{
var pic;
pic = "roll" + roll + "_" + ord + ".jpg";
myPopUp=open("","picWin","resizeable=no,width=850,height=700");
myPopUp.document.write("<html><head><title>PaH 2001</title></head>");
myPopUp.document.write("<body bgcolor=#000000 link=#ffffff alink=#ffffff><font face=verdana,arial size=+2 color=#ffffff><strong>");
myPopUp.document.write(t + "</strong><br><a href=javascript:window.close();>[Back]</a><br>");
myPopUp.document.write("<img src=" + pic + "></body></html>");
myPopUp.document.close();myPopUp.focus();
}

function CheckSurvey1()
{

var i, mb, doc, to, subject;
to = "pahsurvey@willwatson.com"; 
subject = "Pat and Helen Site Visitor Survey"; 

mb = "Please send this email as it contains the results of your survey. Many thanks Webmaster Willy         "

if (document.survey.phname.value.length < 3)
  {
  alert("Please enter your name");
  document.survey.phname.focus();
  return;
  }
mb = mb + document.survey.phname.value;
mb=mb+",";
var rg0 = document.forms[0].elements["phsex"]; 
if (rg0[0].checked)
  mb = mb + "Male"
else
  mb = mb + "Female";
mb=mb+",";
if(document.survey.biker.checked)
  mb = mb + "Yes"
else 
  mb = mb + "No";
mb=mb+",";
if(document.survey.bwfc.checked)
  mb = mb + "Yes"
else 
  mb = mb + "No";
mb=mb+",";
if(document.survey.emails.checked)
  mb = mb + "Yes"
else 
  mb = mb + "No";
mb=mb+",";
mb = mb + document.survey.agegroup.value
mb=mb+",";
mb = mb + document.survey.vfreq.value
mb=mb+",";
mb = mb + document.survey.vloc.value
mb=mb+",";
mb = mb + document.survey.vspan.value
mb=mb+",";
mb = mb + document.survey.rhome.value
mb=mb+",";
mb = mb + document.survey.rprose.value
mb=mb+",";
mb = mb + document.survey.rpix.value
mb=mb+",";
mb = mb + document.survey.rnav.value
mb=mb+",";
mb = mb + document.survey.mprog.value
mb=mb+",";

var rg1 = document.forms[0].elements["msponsor"]; 
if (rg1[0].checked)
  mb = mb + "Yes"
else
  mb = mb + "No";
mb=mb+",";

mb = mb + document.survey.mcomplete.value

doc = "mailto:" + to + "&subject=" + escape(subject) + "&body=" + escape(mb); 
window.location = doc; 
}
