document.write("<p>");


function surfto(form) { 
var myindex=form.select1.selectedIndex 
if (form.select1.options[myindex].value != 0) { 
location=form.select1.options[myindex].value;} 
} 


document.write ("<form name='form1'><select name='select1' size='1' style='font-size: 8pt' onChange='surfto(this.form)'>");


document.write ("<option value=''>EOS 7D Review Index</option>");
document.write ("<option value=''></option>");


document.write ("<option value='canon_eos_7D_review_1.html'>Introduction</option>");
document.write ("<option value='canon_eos_7D_review_2.html'>Operation and Controls</option>");
document.write ("<option value='canon_eos_7D_review_3.html'>Operating speed, AF, Other Features</option>");
document.write ("<option value='canon_eos_7D_review_4.html'>Resolution</option>");
document.write ("<option value='canon_eos_7D_review_5.html'>ISO and Noise</option>");
document.write ("<option value='canon_eos_7D_review_6.html'>Live View and Video modes</option>");
document.write ("<option value='canon_eos_7D_review_7.html'>Conclusions</option>");
document.write ("<option value='canon_eos_7D_review_7.html#wtb'>Where to Buy</option>");
document.write ("<option value='canon_eos_7D_review_specifications.html'>Full Specifications</option>");



document.write ("</select></form>");


