function openPage(pg){
	if (lang=='fi') openPageFi(pg);
	else openPageEn(pg);
}
// this one is called from the flash map
function openPageFi(pg){
	
	switch(pg){
		case "khao":
			location.href = '/site/index.php?page=174';
			break;
			
		case "phuket":
			location.href = '/site/index.php?page=168';
			break;			
			
		case "raya":
			location.href = '/site/index.php?page=172';
			break;
			
		case "krabi":
			location.href = '/site/index.php?page=170';
			break;
			
		case "lanta":
			location.href = '/site/index.php?page=176';
			break;			
	}


}

function openPageEn(pg){
	
	switch(pg){
		case "khao":
			location.href = '/site/index.php/khao-lak-trips';
			break;
			
		case "phuket":
			location.href = '/site/index.php/phuket-3';
			break;			
			
		case "raya":
			location.href = '/site/index.php/raya-yai-trips';
			break;
			
		case "krabi":
			location.href = '/site/index.php/krabi-diving-trips';
			break;
			
		case "lanta":
			location.href = '/site/index.php/koh-lanta-trips';
			break;			
	}


}
