// JavaScript Document
	function checkRegion() 
	{
		if (self.document.forms[1].regions.selectedIndex == 1) 
		{
			location.href="http://onboard/asp/africa.asp";
			window.status = "Loading the Genre listing..."
		}
		if (self.document.forms[1].regions.selectedIndex == 2) 
		{
			location.href="http://onboard/asp/alaska.asp";
			window.status = "Loading the Genre listing..."
		}
		if (self.document.forms[1].regions.selectedIndex == 3) 
		{
			location.href="http://onboard/asp/asia.asp";
			window.status = "Loading the Genre listing..."
		}
		if (self.document.forms[1].regions.selectedIndex == 4) 
		{
			location.href="http://onboard/asp/australia.asp";
			window.status = "Loading the Genre listing..."
		}
		if (self.document.forms[1].regions.selectedIndex == 5) 
		{
			location.href="http://onboard/asp/caribbean.asp";
			window.status = "Loading the Genre listing..."
		}
		if (self.document.forms[1].regions.selectedIndex == 6) 
		{
			location.href="http://onboard/asp/centralAmerica.asp";
			window.status = "Loading the Genre listing..."
		}
		if (self.document.forms[1].regions.selectedIndex == 7) 
		{
			location.href="http://onboard/asp/europe.asp";
			window.status = "Loading the Genre listing..."
		}
		if (self.document.forms[1].regions.selectedIndex == 8) 
		{
			location.href="http://onboard/asp/hawaii.asp";
			window.status = "Loading the Genre listing..."
		}
		if (self.document.forms[1].regions.selectedIndex == 9) 
		{
			location.href="http://onboard/asp/mediterranean.asp";
			window.status = "Loading the Genre listing..."
		}
		if (self.document.forms[1].regions.selectedIndex == 10) 
		{
			location.href="http://onboard/asp/southAmerica.asp";
			window.status = "Loading the Genre listing..."
		}
	}
