{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf440
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww12860\viewh10660\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural

\f0\fs24 \cf0 function menu_goto( menuform )\
\{\
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2\
  // Visit http://www.thesitewizard.com/ to get your own\
  // customized navigation menu FREE!\
  var baseurl = 'http://marshallplan.ca/' ;\
  selecteditem = menuform.url.selectedIndex ;\
  newurl = menuform.url.options[ selecteditem ].value ;\
  if (newurl.length != 0) \{\
    top.blank.location.href = baseurl + newurl ;\
  \}\
\}\
document.writeln( '<form action="chgoto" method="get" target="blank">' );\
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );\
document.writeln( '<option value="http://www.marshallplan.ca/comments.html">comments</option>' );\
document.writeln( '<option value="http://www.marshallplan.ca/comments2.html">comments1</option>' );\
document.writeln( '<option value="http://www.marshallplan.ca/comments3.html">comments2</option>' );\
document.writeln( '<option value="http://www.marshallplan.ca/comments4.html">comments3</option>' );\
document.writeln( '<option value="http://www.marshallplan.ca/comments5.html">comments4</option>' );\
document.writeln( '<option value=""></option>' );\
document.writeln( '<option value=""></option>' );\
document.writeln( '<option value=""></option>' );\
document.writeln( '<option value=""></option>' );\
document.writeln( '<option value=""></option>' );\
document.writeln( '<option value=""></option>' );\
document.writeln( '<option value=""></option>' );\
document.writeln( '</select>' );\
document.writeln( '</form>' );\
\
}
