function popup (i){


	//-------------Array to hold Messages-----------//
	var popup_message=new Array();
		popup_message[0]="popups/town/southeast.htm";
		popup_message[1]="popups/town/southwest.htm";
		popup_message[2]="popups/town/western.htm";
		popup_message[3]="popups/town/eastern.htm";
		popup_message[4]="popups/town/northern.htm";

				
	//------------Creates Popup Window----------//
	open_window = window.open (popup_message[i],"mywindow","menubar=0,resizable=1,width=450,height=490"); 	
		

}



function local_popup (i){

	//---------Array to Hold Phone Numbers------------//
	var utility_phone_number= new Array();
		utility_phone_number[0]="popups/town/winnipeg.htm";
		utility_phone_number[1]="popups/town/beausejour.htm";
		utility_phone_number[2]="popups/town/gimli.htm";
		utility_phone_number[3]="popups/town/morden_winkler.htm";
		utility_phone_number[4]="popups/town/portage.htm";
		utility_phone_number[5]="popups/town/selkirk.htm";
		utility_phone_number[6]="popups/town/steinbach.htm";
		utility_phone_number[7]="popups/town/brandon.htm";
		utility_phone_number[8]="popups/town/dauphin.htm";
		utility_phone_number[9]="popups/town/killarney.htm";
		utility_phone_number[10]="popups/town/minnedosa.htm";
		utility_phone_number[11]="popups/town/virden.htm";
		utility_phone_number[12]="popups/town/flin_flon.htm";
		utility_phone_number[13]="popups/town/norway.htm";
		utility_phone_number[14]="popups/town/swan_river.htm";
		utility_phone_number[15]="popups/town/pas.htm";
		utility_phone_number[16]="popups/town/thompson.htm";
		utility_phone_number[17]="popups/town/snow_lake.htm";
		utility_phone_number[18]="popups/town/lynn_lake.htm";
		utility_phone_number[19]="popups/town/gillam.htm";
		utility_phone_number[20]="popups/town/churchill.htm";
		
	
	//--------------------Creates Popup Window-----------------//
	open_window = window.open (utility_phone_number[i],"mywindow","menubar=0,resizable=1,width=450,height=490"); 	

}