function clearInput(e){ 
if(e.value=='cauta in site...')e.value=""; 
} 

function MM_jumpMenu(targ,selObj,restore){ //v3.0
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
    if (restore) selObj.selectedIndex=0;
}

function open_fereastra(cale,x,y){
        eval("window.open('"+cale+"','','height='+y+',width='+x+',type=fullWindow,alwaysLowered=0,alwaysRaised=1,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0, z-lock=1,screenX=0,screeny=0,left=10,top=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,fullscreen=no')");
}

function open_galerie_etape(cale,x,y){
        eval("window.open('"+cale+"','','height='+y+',width='+x+',type=fullWindow,alwaysLowered=0,alwaysRaised=1,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=0,location=0,menubar=0,resizable=yes,scrollbars=1,status=0,titlebar=0,toolbar=0, z-lock=1,screenX=0,screeny=0,left=10,top=10,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,fullscreen=no')");
}

function open_fereastra_(cale){
eval("window.open('"+cale+"','',' toolbar=no, menubar=no,scrollbars=yes,resizable=no,height=500,width=500,top=10,left=10')");
}

function openw(cale){
            eval("window.open('"+cale+"','',' toolbar=no, menubar=no,scrollbars=yes,resizable=no,height=650,width=550,top=10,left=10')");
}


function openw_poza_prod(cale){
	     eval("window.open('"+cale+"','',' toolbar=no, menubar=no,scrollbars=yes,resizable=no,height=520,width=450,top=10,left=10')");
}

function bookmarksite(title, url) {
                if (document.all)
                        window.external.AddFavorite(url, title);
                else if (window.sidebar)
                        window.sidebar.addPanel(title, url, "");
}

function setHomepage(){
	if (document.all)	{
		document.body.style.behavior='url(#default#homepage)';
		document.body.setHomePage('http://www.terenuri-online.net');
	}else
  		alert('Alege optiunea "Options" din meniul "Tools", dupa care optiunea "Main" din sectiunea de taburi. Click pe butonul "Use Current Page"');
}


function verifica(_f){
         var eroare="";
         if(document.frm_conditie.ch_accept_conditii.checked==false){
          eroare="Trebuie sa fiti de acord cu Termeni si Conditii !"
         }
         if(eroare=="") return true
         else{
              alert(eroare);
              return false
         }
}

function echeck(str) {
		var at="@"
		var dot="."
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		var bun=true; 
		
		if (str.indexOf(at)==-1){
		   bun=false
		}
		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   bun=false
		}
		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		    bun=false
		}
		 if (str.indexOf(at,(lat+1))!=-1){
		    bun=false
		 }
		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		    bun=false
		 }
		 if (str.indexOf(dot,(lat+2))==-1){
		    bun=false
		 }
		 if (str.indexOf(" ")!=-1){
		    bun=false
		 }
 		 return bun	;}



function verificare_comanda(_f){
         var eroare="";
         
         err= echeck(_f.area_email.value);
         if(err==false) eroare="ATENTIE: Campul EMAIL nu a fost completat corect!"
         
          if(_f.area_email.value==""){
          eroare="ATENTIE: Campul EMAIL nu a fost completat !"
          _f.area_email.focus();
         }
         if(_f.area_telefon.value==""){
          eroare="ATENTIE: Campul TELEFON nu a fost completat !"
          _f.area_telefon.focus();
         }
         if(_f.area_nume.value==""){
          eroare="ATENTIE: Campul NUME nu a fost completat !"
          _f.area_nume.focus();
         }

         if(eroare=="") return true
         else{
              alert(eroare);
              return false
         }
}


function verificare_form(_f){
	         var eroare="";
			 if(_f.area_mesaj.value==""){
	          eroare="ATENTIE: Campul MESAJ nu a fost completat !"
	          _f.area_mesaj.focus();
	         }
	         
	         if(_f.area_mail.value=="") {
	          eroare="ATENTIE: Campul MAIL nu a fost completat !"
	          _f.area_mail.focus();
	         }
	         
	         var emailID=_f.area_mail;
	         if (echeck(emailID.value)==false) eroare="ATENTIE: Campul MAIL nu a fost completat corect!"
	         
	         if(_f.area_nume.value=="") {
	          eroare="ATENTIE: Campul NUME nu a fost completat !"
	          _f.area_nume.focus();
	         }
	         
	         if(eroare=="") return true
	         else{
	              alert(eroare); return false
	         }
}
	





