function openDetails(file)
{
	window.open('http://ntechnetworks.com/sierra/' + file);
}
function converter()
{
	window.open('http://www.xe.net/cgi-bin/ucc/convert');
}
function weather()
{
	window.open('http://www.weather.com/?par=internal&site=logo&promo=english');
}
function redirect()
{
	var link = 'http://ntechnetworks.com/sierra/';
	
	var e = document.getElementById("Make"); 
		
	if (e.options[e.selectedIndex].value == 0)
	{
		window.location.href = link + 'cambodia.html';
	}
	else if (e.options[e.selectedIndex].value == 1)
	{
		window.location.href = link + 'china.html';
	}
	else if (e.options[e.selectedIndex].value == 2)
	{
		window.location.href = link + 'england.html';
	}
	else if (e.options[e.selectedIndex].value == 3)
	{
		window.location.href = link + 'france.html';
	}
	else if (e.options[e.selectedIndex].value == 4)
	{
		window.location.href = link + 'germany.html';
	}
	else if (e.options[e.selectedIndex].value == 5)
	{
		window.location.href = link + 'holland.html';
	}
	else if (e.options[e.selectedIndex].value == 6)
	{
		window.location.href = link + 'indonesia.html';
	}
	else if (e.options[e.selectedIndex].value == 7)
	{
		window.location.href = link + 'india.html';
	}	
	else if (e.options[e.selectedIndex].value == 8)
	{
		window.location.href = link + 'newzealand.html';
	}
	else if (e.options[e.selectedIndex].value == 9)
	{
		window.location.href = link + 'srilanka.html';
	}
	else if (e.options[e.selectedIndex].value == 10)
	{
		window.location.href = link + 'switzerland.html';
	}
	else if (e.options[e.selectedIndex].value == 11)
	{
		window.location.href = link + 'thailand.html';
	}
	else if (e.options[e.selectedIndex].value == 12)
	{
		window.location.href = link + 'turkey.html';
	}
	else if (e.options[e.selectedIndex].value == 13)
	{
		window.location.href = link + 'vietnam.html';
	}
	else if (e.options[e.selectedIndex].value == 14)
	{
		window.location.href = link + 'europa.html';
	}
	else if (e.options[e.selectedIndex].value == 20)
	{
		window.location.href = link + 'russia.html';
	}
	else if (e.options[e.selectedIndex].value == 21)
	{
		window.location.href = link + 'usa.html';
	}
	else if (e.options[e.selectedIndex].value == 23)
	{
		window.location.href = link + 'korea.html';
	}
	else if (e.options[e.selectedIndex].value == 22)
	{
		window.location.href = link + 'taiwan.html';
	}
else if (e.options[e.selectedIndex].value == 24)
	{
		window.location.href = link + 'brunei.html';
	}
	else if (e.options[e.selectedIndex].value == 25)
	{
		window.location.href = link + 'laos.html';
	}
	else if (e.options[e.selectedIndex].value == 26)
	{
		window.location.href = link + 'myanmar.html';
	}
	else if (e.options[e.selectedIndex].value == 27)
	{
		window.location.href = link + 'singapore.html';
	}

}
