
	
	
function jumptoURL(index,url)
{
	if (index != 0)
	{
		location.href = url;
	}
	else
	{
		alert("Please choose one of the options.");
	}
} // End of function