function arata(elem)
{
document.getElementById(elem).style.visibility='visible';
document.getElementById(elem).style.display='block';
}

function ascunde(elem)
{
document.getElementById(elem).style.visibility='hidden';
document.getElementById(elem).style.display='none';
}


var h=0;
							var t=413;
							var p=1047;
function b(s,m,n)
{
	document.getElementById('noutati_div').style.width=s+"px";
	document.getElementById('noutati_div').style.height=s+"px";
	document.getElementById('noutati_div').style.left=m+"px";
	document.getElementById('noutati_div').style.top=n+"px";
}




function mareste(total_noutati,noutati)
{
	document.getElementById('noutati_div').style.border='solid 1px #000000';
	if (h<200)
	{
		t=t-1.2;
		h=h+5;
		p=p-2;
		b(h,p,t);
		setTimeout('mareste('+total_noutati+',\''+noutati+'\');',10);
	}
	if (h==200)
	{
		b(h,p,t);
		var k = Math.floor(total_noutati *Math.random());
		document.getElementById('noutati_div').innerHTML="<b style='font:bold 14px tahoma'>"+noutati+"</b><br><br><a href='"+linc_noutati[k]+"' target='_blank' style='color:#000000'>"+poza_noutati[k]+"<div style='font:12px tahoma;padding:10'>"+text_noutati[k]+"</div></a>";
		return;
	}
	else
	{
	return;
	}
}


function micsoreaza()
{
	if (h>0)
	{
		h=h-8;
		p=p+3.2;
		t=t+2;
		b(h,p,t);
		document.getElementById('noutati_div').innerHTML='';
		setTimeout("micsoreaza()",10);
	}
	if (h==0)
	{
		document.getElementById('noutati_div').style.border='none';
		document.getElementById('noutati').innerHTML="<img src='images/c2.gif' width=103px height=104px >";
		return;
	}
	else
	{
	return;
	}
}

function asc_fundal()
{
 document.getElementById('continut_fundal').style.background='none';
 document.getElementById('continut_fundal').style.border='none';
}

function arata_fundal()
{
 document.getElementById('continut_fundal').style.background='#e8eff9';
 document.getElementById('continut_fundal').style.border='solid 1px #878787';
}

function mareste_chenar(chenar,id,buton1,buton2)
{
  document.getElementById(chenar).style.width='790px';
  document.getElementById(chenar).style.height='425px';
  document.getElementById(chenar).style.zIndex=2;
  document.getElementById(id).innerHTML="<a style='cursor:pointer;font:bold 12px arial;color:#0040ff' onclick=\"micsoreaza_chenar('"+chenar+"','"+id+"','"+buton1+"','"+buton2+"');\" >"+buton2+"</a>";
  document.getElementById('cont').style.opacity='1';
  document.getElementById('cont').filters.alpha.opacity='100';
  return;
}

function micsoreaza_chenar(chenar,id,buton1,buton2)
{
  document.getElementById(chenar).style.width='430px';
  document.getElementById(chenar).style.height='425px';
  document.getElementById(chenar).style.zIndex=1;
  document.getElementById(id).innerHTML="<a style='cursor:pointer;font:bold 12px arial;color:#0040ff' onclick=\"mareste_chenar('"+chenar+"','"+id+"','"+buton1+"','"+buton2+"');\" >"+buton1+"</a>";
  document.getElementById('cont').style.opacity='0.7';
  document.getElementById('cont').filters.alpha.opacity='70';
  return;
}
