function show(id){

	var d=document.getElementById(id).style;

	d.display='block';

	var iduri=['apartamente','terenuri','formulare'];

	for(i=0;i<=2;i++)if(iduri[i]!=id)document.getElementById(iduri[i]).style.display='none';

}

function hide(id){

	var d=document.getElementById(id).style;

	d.display='none';

}

function cautare(x){

	var u=document.formular.tip.value

	window.open("http://imobiliareinbucuresti.ro/cautare_avansata.php?cat="+u+"&x="+x,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=800, height=500")

}
function selectare(categorie,n){
	var i;
	var cat = document.getElementById("categorie"+categorie).checked;
	if(cat)for(i=1;i<=n;i++)document.getElementById("zona"+i+"cat"+categorie).checked=true;
	else for(i=1;i<=n;i++)document.getElementById("zona"+i+"cat"+categorie).checked=false;
}
function f(t){
	window.location='http://www.imobiliareinbucuresti.ro/addoferta.'+t+'.html';
}
function L(t){

	if('BUCURESTI'==t){
		document.getElementById('loc').value='Bucuresti';
		document.getElementById('loc').readOnly=true;
	}else{
		if(document.getElementById('loc').value.toLowerCase()=='bucuresti')document.getElementById('loc').value='';
		document.getElementById('loc').readOnly=false;
	}
}
function confirmare(_link,_intrebare) {

	var raspuns = confirm(_intrebare);
	if(raspuns)window.location = _link;
}
function ch(t,s){
	var d=document.getElementById('addag').style;
	if(t.value==s)d.display='block';
	else d.display='none';
}
function add(){
	var d=document.getElementById('addag').style;
	d.display='none';
}

function num_form(t,id){
	var r='',i,j=1;
	var x = t.split("");
	for(i=t.length-1;i>=0;i--)if(x[i]!='.'){
		r=x[i]+r;
		if((j%3==0)&&(i>0))r='.'+r;
		j++;
	}
	document.getElementById(id).value=r;
}

function Lx(t){
	if('B'==t){
		document.getElementById('loc').value='Bucuresti';
		document.getElementById('loc').disabled=1;
	}else{
		document.getElementById('loc').value='';
		document.getElementById('loc').disabled=0;
	}
}
