function go1(){
	if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
		location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
	}
}
	
document.write('<form style="margin: 0px 0px 0px 0px" name="selecter1"><select name="select1" size="1">');
document.write('<option value=none>Site Areas');
document.write('<option value=none>--------------------');
document.write('<option value="http://gidis.ing.unlpam.edu.ar/home/ingles/index.html">Home');
document.write('<option value="http://gidis.ing.unlpam.edu.ar/home/ingles/home/gidis/gidis.htm">About Gidis');
document.write('<option value="http://gidis.ing.unlpam.edu.ar/home/ingles/home/personas/personas.htm">Staff');
document.write('<option value="http://gidis.ing.unlpam.edu.ar/home/ingles/home/investigacion/investigacion.htm">Research');
document.write('<option value="http://gidis.ing.unlpam.edu.ar/home/ingles/home/capacitacion/capacitacion.htm">Courses');
document.write('<option value="http://gidis.ing.unlpam.edu.ar/home/ingles/home/contactos/contactos.htm">Contacts');
document.write('<option value="http://gidis.ing.unlpam.edu.ar/home/ingles/home/busqueda/busqueda.htm">Search');
document.write('<option value="http://gidis.ing.unlpam.edu.ar/home/ingles/home/mapa.htm">Site Map');
document.write('</select>');
					
document.write('</form>');

