// JavaScript Document
function busca_tour(value)
{

if( value == 1 )
{
location.href='detalletours.php';
return true;
}
if( value == 2 )
{
location.href='detalletours1.php';
return true;	  
}
if( value == 3 )
{
location.href='detalletours2.php';
return true;
}
if( value == 4 )
{
location.href='detalletours3.php';	 
return true;
}
if( value == 5 ) 
{
location.href='detalletours9.php';   
return true;
}
if( value == 6 )
{
location.href='detalletours6.php';	 
return true;
}
if( value == 7 )
{
location.href='detalletours5.php';  
return true;
}
if( value == 8 )
{
location.href='detalletours7.php';	 
return true;
}

}

function combo_enlazado(value)
{
 
}///fin de función

