//
// altered to load to main frame as these are external sites
//
function MainSel(fram)
{
   // alert(fram);
  //alert(fram.site.options[fram.site.selectedIndex].value)
	if (fram=="www.romfordymca.org"){
		//alert("http://"+fram.site.options[fram.site.selectedIndex].value) ;
		bWindow=window.open("http://"+fram,"");
	}
	else
	{
		// 1 is the  url location
		// 2 is the test location
		var home_site="http://romford-ymca-rollers.co.uk/";
		//var home_site="http://localhost/rymcar/";
		//----------------------------------------------------------------------
		//var file_htm = fram.site.options[fram.site.selectedIndex].value;
		//
	//	confirm(home_site+fram);
		parent.main.location=home_site+fram;
		//bWindow=window.open(home_site+file_htm,'Npopup','height=800,width=1000,menubar=no,scrollbars=yes,status=yes,toolbar=no');
	}
}
