function whylicplate() 
{
var win = window.open("BicycleCam-WhyLicensePlates.htm", "win", "width=450, height=325"); 
  with (win.document) {
	win.moveTo(10,150); 
    open("text/html", "replace");
    write("<HTML><HEAD><TITLE>Why are there License Plates in a Bicycle web site</TITLE>");
    write("</HEAD><body bgcolor='#0099FF'>");

    write("<table width='400'><tr><td align='left' width='68'><img alt='John Bickmore' height='63' width='68' src='sidebar/john_face.gif'></td><td align='center' width='332'><font size='+1'><b>Why License Plates??</b></font></td></tr></table>");
    write("<table width='100%'><tr><td width='5'></td><td height='3' bgcolor='#000000'></td><td width='5'></td></tr></table>");	

    write("<table width='400'>");
    write("<tr><td align='center'><font face='arial'>License plates make workouts <b>safer</b></font></td></tr></table>");

    write("<table width='400'>");
    write("<tr><td width='10'></td><td align='left'><font face='arial'>&nbsp;&nbsp;&nbsp;Each driver of a car or truck has unique driving style and driving tendencies.</font></td></tr></table>");

    write("<table width='400'>");
    write("<tr><td width='10'></td><td align='center'><font face='arial'>If you can relate a license plate to a driving style<br>then you can see the license plate and<br>know how to deal with that driver<br><i>before they do something dumb</i>.</font></td></tr></table>");

    write("<table width='400'>");
    write("<tr><td width='10'></td><td align='left'><font face='arial' size='-1'>&nbsp;&nbsp;&nbsp;The drivers of these cars are good people and their creative way of expressing themselves caught my eye and made me laugh.<br>Thus, the reason I took pictures of these license plates.</font></td></tr></table>");

    write("<table width='100%'><tr><td height='5'></td></tr><tr><td align='center' height='7'><a href='javascript:window.close()'><img src='pics/pclose.gif' border='0' width='100' height='17'></a></td></tr></table>");
    write("</font></BODY></HTML>");	
    close();
  }
}

function whylowres() 
{
var win = window.open("BicycleCam-WhyLowResolutionSamples.htm", "win", "width=510, height=275"); 
  with (win.document) {
	win.moveTo(10,150); 
    open("text/html", "replace");
    write("<HTML><HEAD><TITLE>Why Low Resolution Samples?</TITLE>");
    write("</HEAD><body bgcolor='#33FFCC'>");

    write("<table width='500'><tr><td align='left' width='68'><img alt='John Bickmore' height='63' width='68' src='sidebar/john_face.gif'></td><td align='center' width='432'><font size='+1'><b>Why Low Resolution Samples??</b></font></td></tr></table>");
    write("<table width='100%'><tr><td width='5'></td><td height='3' bgcolor='#000000'></td><td width='5'></td></tr></table>");	

    write("<table width='500'>");
    write("<tr><td align='center'><font face='arial'>Low resolution samples means you get to sample the goods without having to wait an hour or two for a movie quality sample to download.</font></td></tr></table>");

    write("<table width='500'>");
    write("<tr><td height='10'></td></tr><tr><td width='10'></td><td align='left'><font face='arial' size='-1'>&nbsp;&nbsp;&nbsp;For example, a short movie clip at the quality of the movie would be about 25meg, or about 1 to 1 1/4 hours to download with a 56k connnection.</font></td></tr></table>");

    write("<table width='500'>");
    write("<tr><td height='10'></td></tr><tr><td width='10'></td><td align='left'><font face='arial' size='-1'>&nbsp;&nbsp;&nbsp;These samples give you a look at the movie in a fraction of the time!  The size of each sample is displayed.  At 56k, you can expect it to take about 3 minutes per mb, or only about 10 to 20% of the wait for a movie quality sample.</font></td></tr></table>");

    write("<table width='100%'><tr><td height='5'></td></tr><tr><td align='center' height='7'><a href='javascript:window.close()'><img src='pics/pclose.gif' border='0' width='100' height='17'></a></td></tr></table>");
    write("</font></BODY></HTML>");	
    close();
  }
}
