// JavaScript Document

function change_lan(lan){
	if(lan == 'eng') window.location.href = 'flowers_peru.htm';
	if(lan == 'esp') window.location.href = 'index.html';
}

function send_url(){
	var url = $('cbo').val();
	if(url != '') window.location.href = url;
}
