
//--------------------------------------------------------------------------------------------
function cauta_colectie(f)
{
  var theUrl = "invitatii.php?colectie="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 

//----------------------------------------------------------------------------------


function cauta_stil(f)
{
  var theUrl = "invitatii.php?stil="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 


//----------------------------------------------------------------------------------


function cauta_firma(f)
{
  var theUrl = "invitatii.php?firma="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------


function cauta_invitatii(f)
{
  var theUrl = "invitatii_toate.php?oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 

//----------------------------------------------------------------------------------


function cauta_planuri(f)
{
  var theUrl = "planuri_de_inceput_toate.php?ordonez=1&oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 


//----------------------------------------------------------------------------------


function cauta_foto(f)
{
  var theUrl = "fotografi_si_video_toate.php?ordonez=1&oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------


function cauta_decor(f)
{
  var theUrl = "flori_si_decor_toate.php?ordonez=1&oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 

//----------------------------------------------------------------------------------


function cauta_local(f)
{
  var theUrl = "localuri_nunta_toate.php?ordonez=1&oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 

//----------------------------------------------------------------------------------


function cauta_tort(f)
{
  var theUrl = "torturi_de_nunta_toate.php?ordonez=1&oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 

//----------------------------------------------------------------------------------


function cauta_muzica(f)
{
  var theUrl = "muzica_si_dansuri_toate.php?ordonez=1&oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 

//----------------------------------------------------------------------------------


function cauta_idei(f)
{
  var theUrl = "idei_receptie_toate.php?ordonez=1&oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------


function cauta_nunti(f)
{
  var theUrl = "vezi_foto.php?oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------



function cauta_ocazie_firma(f)
{
  var theUrl = "rochi_ocazie_toate.php?firma="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------


function cauta_ocazie_oras(f)
{
  var theUrl = "rochi_ocazie_toate.php?oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------




function cauta_accesorii_firma(f)
{
  var theUrl = "accesorii_mireasa_toate.php?firma="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------


function cauta_accesorii_oras(f)
{
  var theUrl = "accesorii_mireasa_toate.php?oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------





function cauta_mireasa_firma(f)
{
  var theUrl = "mirese_si_domnisoare_toate.php?firma="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------


function cauta_mireasa_oras(f)
{
  var theUrl = "mirese_si_domnisoare_toate.php?oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------





function cauta_mire_firma(f)
{
  var theUrl = "miri_si_cavaleri_toate.php?firma="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------


function cauta_mire_oras(f)
{
  var theUrl = "miri_si_cavaleri_toate.php?oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------


function cauta_invitatii_firma(f)
{
  var theUrl = "invitatii_toate.php?firma="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------


function cauta_invitatii_oras(f)
{
  var theUrl = "invitatii_toate.php?oras="+f.options[f.selectedIndex].value; 
    if (theUrl != ""){ 
            location.href = theUrl ; 
    } 
} 
//----------------------------------------------------------------------------------
