/*

Javascript document to direct the user to a country from
from the country drop down on the product page.

*/

function submitProductCountryMI () {     
	var sel = document.getElementById('productCountrySelectMI');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
}  
function submitProductCountryDS () {     
	var sel = document.getElementById('productCountrySelectDS');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
} 

function submitProductCountryLI () {     
	var sel = document.getElementById('productCountrySelectLI');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
} 

function submitProductCountryTLC () {     
	var sel = document.getElementById('productCountrySelectTLC');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
} 

function submitProductCountryPPI () {     
	var sel = document.getElementById('productCountrySelectPPI');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
}  

function submitProductCountryEBG () {     
	var sel = document.getElementById('productCountrySelectEBG');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
} 

function submitProductCountryLTC () {     
	var sel = document.getElementById('productCountrySelectLTC');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
} 

function submitProductCountryMedSupp () {     
	var sel = document.getElementById('productCountrySelectMedSupp');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
} 

function submitProductCountryAnnuities () {     
	var sel = document.getElementById('productCountrySelectAnnuities');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
} 

function submitProductCountryClearcourse () {     
	var sel = document.getElementById('productCountrySelectClearcourse');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.');  
		return; 
	}     
	window.location.href=sel[sid].value;  
} 

function submitProductCountryInvestments () {     
	var sel = document.getElementById('productCountrySelectInvestments');     
	var sid = sel.selectedIndex;     
	if (sid < 1) { 
		alert ('Please select a Country.'); 
		return; 
	}     
	window.location.href=sel[sid].value;  
} 