// Low cost fly - Volo low cost, voli last minute
<!--
function aritorno(){
  var cc=document.ricerca.andata.value;
  if (cc=="0") 
  {
  if (document.ricerca.a1.disabled==false)
  {document.ricerca.a1.disabled=true; document.ricerca.a2.disabled=true;
   document.ricerca.a3.disabled=true;
   document.ricerca.andata.value="1";
   } 
  }
  else
  {
  if (document.ricerca.a1.disabled==true) 
   {document.ricerca.a1.disabled=false; document.ricerca.a2.disabled=false;
    document.ricerca.a3.disabled=false; 
    document.ricerca.andata.value="0";
   }
  }
}


function vcerca(){
var dest=document.searchfly.cercavolo.value;
if (dest!="")
{
var pagina="http://clk.tradedoubler.com/click?p=21402&a=1258544&g=0&url=http://www.opodo.it/Jsp/opodo/SearchServlet?D_City=&A_City="+dest+"&CMP=it-td-fl-000001"
location.href=pagina;
}
}

function cerca_h(){
var dest=document.searchhotel.cercahotel.value;
if (dest!="")
{
var pagina="http://clk.tradedoubler.com/click?p=10771&a=1258544&g=0&url=http://www.expedia.it/pub/agent.dll?qscr=htwv&from=m&stat=1&khst=1&locn="+dest;
location.href=pagina;
}
}

function cerca_v(){
var dest=document.searchhotel.cercavacanza.value;
if (dest!="")
{
var pagina="http://clk.tradedoubler.com/click?p=10771&a=1258544&g=0&url=http://www.expedia.it/pubspec/scripts/eap.asp?GOTO=PACKAGEWIZ&DestName="+dest;
location.href=pagina;
}
}

function cerca_a(){
var dest=document.searchcar.destination1.value;
if (dest!="")
{
var pagina="http://clk.tradedoubler.com/click?p=21402&a=1258544&g=0&url=http://www.opodo.it/opodo/StrutsServlet/CarSearch?searchString="+dest;
//document.searchcar.searchString.value="Roma";
document.searchcar.action=pagina;
document.searchcar.submit();

}
}

function dcerca(tp){
var dest=cercadest.value;
if (dest!="")
{
var pre="http://www.low-cost-fly.eu/";

if (tp==0){pg="index.asp?dest="};

var pagina=pre+pg+dest;
location.href=pagina;
}
}

function tasto(tp){
if (window.event.keyCode==13) 
	{dcerca(tp);}
}
-->
