
function loadPage(list)  {
   location.href=list.options[list.selectedIndex].value
}

function bar()
{
document.write("<DIV class='NavBar'><br>");
document.write("<LINK href='monitor.css' rel=stylesheet type=text/css>");
document.write("<br>");
document.write("<A href='index.html'><IMG border=0 src='./images/Home.gif' class='NavImage'></A><br>");
document.write("<IMG src='./images/bullet.gif'> <A href='index.html' class='NavBar'>MONITOR Front Page</A> <BR>");
//document.write("<BR>");
//document.write("<IMG src='./images/bullet.gif'> Access Other Online and Printed Monitors");

document.write("<form>");
document.write("<select class='dropdown' name='issue' onChange = 'loadPage(this)'>");
document.write("<option value=''>MONITOR Archive</option>");
document.write("<option class='red' value='http://ceche.org/mol/Summer-06/'>Summer 2006</option>");
document.write("<option class='red' value='http://ceche.org/mol/Winter-05/'>Winter 2005</option>");
document.write("<option class='red' value='http://ceche.org/mol/Spring-05/'>Spring 2005</option>");
document.write("<option class='red' value='http://ceche.org/mol/Winter-04/'>Winter 2004</option>");
document.write("<option value='http://ceche.org/mol/Spring-04/'>Spring/Summer 2004</option>");
document.write("<option value='http://ceche.org/mol/Spring-03/'>Spring/Summer 2003</option>");
document.write("<option value='http://ceche.org/mol/Winter-02/'>Winter 2002</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-9/9-2.htm'>Fall/Winter 2001</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-9/9-1.htm'>Spring 2001</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-8/8-2.htm'>Summer 2000</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-8/8-1.htm'>Winter 1999-2000</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-7/7-2.htm'>Fall 1999</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-7/7-1.htm'>Spring 1999</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-6/6-2.htm'>Winter 1998</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-6/6-1.htm'>Spring 1998</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-5/5-2.htm'>Fall 1997</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-5/5-1.htm'>Spring/Summer 1997</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-4/4-2.htm'>Winter 1996</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-4/4-1.htm'>Spring/Summer 1996</option>");
document.write("<option value='http://www.ceche.org/publications/monitor/vol-3/3-2.htm'>Fall/Winter 1995</option>");
document.write("</select>");
document.write("</form>");

document.write("<IMG src='./images/bullet.gif'> <A href='http://www.ceche.org/' class='NavBar'>CECHE's Homepage</A> <BR>");
document.write("For more information on the organization and its programs... <br>");
document.write("<a href='cecheck-up.html'><IMG src='./images/CecheCheckup.gif' class='NavImage' border='0'></a><br>");
document.write("<a href='cecheck-up.html'>CECHE Chairman Sushma Palmer Comments on This Issue's Topics.</a><br>");
document.write("<a href='inside.html'><IMG src='./images/InsidersView.gif' class='NavImage' border='0'></a><br>");
document.write("<a href='inside.html'>Dietary Transition Raises Cancer Risk in China.</a><br>");
document.write("<a href='features.html'><IMG src='./images/Features.gif' class='NavImage' border='0'></a><br>");
document.write("<IMG src='./images/bullet.gif'> <a href='features.html'>Can Dietary Supplements Protect Against Cancer?</a>");
document.write("<BR>");
document.write("<a href='news.html'><IMG src='./images/CecheNews.gif' class='NavImage' border='0'></a><br>");
document.write("<IMG src='./images/bullet.gif'> <A href='news.html'>CSPI Advocates For Healthy Hearts.</A><br>");
document.write("<BR>");
document.write("<IMG src='./images/bullet.gif'> <a href='news-2.html'>Syracuse University Launches Healthy Campus E-Letter.</a><BR>");
document.write("<a href='policy.html'><IMG src='./images/PolicyBeat.gif' class='NavImage' border='0'></a><br>");
document.write("<a href='policy.html'>WHO Strategy Targets Global Chronic-Disease Burden.</a></DIV>");

document.write("<FORM method='GET' action='http://www.google.com/search'>");
document.write("<input type='hidden' name='ie'>");
document.write("<input type='hidden' name='oe'>");
document.write("<IMG src='./images/Search.gif' class='NavImage' border='0'><br>");
document.write("<INPUT TYPE='text' name='q' size='10' maxlength='255' value=''>");
document.write("<INPUT type=submit name='btnG' VALUE='Go' STYLE='font-family:arial; font-size:11px; font-style:strong; background:#446C33; color:#FFFFFF; width:3em'>");
document.write("<font size='-3' face='arial'>");
document.write("<input type='hidden' name='domains' value='http://www.ceche.org/'><br><input type='radio' name='sitesearch' value='http://www.ceche.org' checked> CECHE <input type='radio' name='sitesearch' value=''>WWW <br>");
document.write("</font>");
document.write("<A HREF='http://www.google.com/'>");
document.write("<IMG SRC='http://www.google.com/logos/Logo_25wht.gif' border='0' ALT='Google'></A>");
document.write("</FORM>");






return 0;
}



