function aleg_meniu(that)
{
var pick = that.options[that.selectedIndex].value;
if (pick == "1")  window.location.href = 'web_service_description.htm';
if (pick == "2")  window.location.href = 'portofolio_web_1.htm';
if (pick == "3")  window.location.href = 'web_estimare_gratuita.php';
if (pick == "4")  window.location.href = 'print_service_description.htm';
if (pick == "5")  window.location.href = 'portofolio_print_posters.htm';
if (pick == "6")  window.location.href = 'print_free_estimate.php';
if (pick == "7")  window.location.href = 'seo.htm';
if (pick == "8")  window.location.href = 'hosting.htm';
if (pick == "9")  window.location.href = 'technical_support.htm';
if (pick == "10")  window.location.href = 'about_us.htm';
if (pick == "11")  window.location.href = 'contact.php';
}