function isReady(search_form){if(typeof search_form.nume!=='undefined'){if(search_form.nume.value==''){alert('Introduceti Numele Dumneavoastra!');search_form.nume.focus();return false;}}
if(typeof search_form.telefon!=='undefined'){if(search_form.telefon.value==''){alert('Introduceti Nr. de Telefon!');search_form.telefon.focus();return false;}}
}
function showvalue(arg){alert(arg);}
$(document).ready(function(){try{$("#websites1").msDropDown({mainCSS:'dd2'});$("#websites2").msDropDown({mainCSS:'dd2'});$("#websites3").msDropDown({mainCSS:'dd2'});$("#ver").html($.msDropDown.version);}catch(e){alert("Error: "+e.message);}})
