// JavaScript Document
//function redirect(id){

	//if(id==0)
		//return;
		
	//location.href=("http://www.uottawa.ca/vision2010/english/roundtables/roundtable"+id+".html");

//}


function redirect(form) {
   var OptionIndex=form.tables.selectedIndex;
  parent.location = form.tables.options[OptionIndex].value;
}	


