function viewCanada()
{
switch(document.goCanada.canada.selectedIndex)
	{
	case 1:
	location="stateoffices/alberta.htm"
	break;
	case 2:
	location="stateoffices/britishcolumbia.htm"
	break;	
	case 3:
	location="stateoffices/Manitoba.htm"
	break;	
	case 4:
	location="stateoffices/newbrunswick.htm"
	break;	
	case 5:
	location="stateoffices/newfoundland.htm"
	break;
	case 6:
	location="stateoffices/northwestterritories.htm"
	break;	
	case 7:
	location="stateoffices/novascotia.htm"
	break;	
	case 8:
	location="stateoffices/nunavut.htm"
	break;	
	case 9:
	location="stateoffices/ontario.htm"
	break;	
	case 10:
	location="stateoffices/pei.htm"
	break;	
	case 11:
	location="stateoffices/provinceofquebec.htm"
	break;
	case 12:
	location="stateoffices/saskatchewan.htm"
	break;
	case 13:
	location="stateoffices/yukon.htm"
	break;	
	
	
	

	}
}