function populatedropdowns () {

document.YearArchives.YearArchives01.options[2].text = "TRLD Conference in San Francisco"
document.YearArchives.YearArchives01.options[2].value = "pet_pr1.asp";

document.YearArchives.YearArchives01.options[3].text = "P.E.T. at FETC 2002 in Orlando"
document.YearArchives.YearArchives01.options[3].value = "pet_pr2.asp";

document.YearArchives.YearArchives01.options[4].text = "P.E.T. at Provincial Superintendents meeting "
document.YearArchives.YearArchives01.options[4].value = "pet_pr3.asp";

document.YearArchives.YearArchives01.options[5].text = "P.E.T. at CCA Annual Conference"
document.YearArchives.YearArchives01.options[5].value = "pet_pr4.asp";

document.YearArchives.YearArchives01.options[6].text = "Paso Robles Puts Learning Styles First"
document.YearArchives.YearArchives01.options[6].value = "pet_pr5.asp";

document.YearArchives.YearArchives01.options[7].text = "Moncton, New Brunswick Schools get P.E.T."
document.YearArchives.YearArchives01.options[7].value = "pet_pr6.asp";

document.YearArchives.YearArchives01.options[8].text = "Calais School Department Adopts P.E.T."
document.YearArchives.YearArchives01.options[8].value = "pet_pr7.asp";


document.archives.Archives01.options[2].text = "Welcome Luciano Venelli Costa of MESP in Sao Paulo";
document.archives.Archives01.options[2].value = "venelli.asp";

document.archives.Archives02.options[2].text = "Independant Software evaluation";
document.archives.Archives02.options[2].value = "/reviews/AcadiaUniversityFall2002/software%20evaluation%20for%20educators_files/software%20evaluation%20for%20educators%20revised.htm";


document.archives.Archives03.options[2].text = "P.E.T. Learning Styles soon offered in UK";
document.archives.Archives03.options[2].value = "pet_pr8.asp";


document.archives.Archives04.options[2].text = "Increasing Student Achievment";
document.archives.Archives04.options[2].value = "pet_pr9.asp";


}

