function setIds(obj)
{
	var auri = document.getElementById('tabel_1').getElementsByTagName('a');
	for (var i=0;i<auri.length;i++)
	auri[i].setAttribute('id','');
	obj.setAttribute('id','start');
} 
function showTarif(nr,l)
{
	if (l==1){
	document.getElementById('scor').style.display = '';
	document.getElementById('scor').innerHTML = '<h2 style="vertical-align:bottom;color:#55c18a">'+nr+'&nbsp;&#8364;</h2>';
	document.getElementById('scor').innerHTML +=  '<p style="font-size:8px;color:#999">Pret fara TVA<br />Pret per minut/impuls</p>';
	}
	else{
		document.getElementById('scor').style.display = '';
		document.getElementById('scor').innerHTML = '<h2 style="vertical-align:bottom;color:#55c18a">'+nr+'&nbsp;&#8364;</h2>';
		document.getElementById('scor').innerHTML +=  '<p style="font-size:8px;color:#999">No VTA included<br />Price per minute</p>';
	}
}
function hightlight_div(nr)
{
	document.getElementById('div_'+nr).style.backgroundColor = '#f0f0f0';
}
function hightlight_div__(nr)
{
	document.getElementById('div_'+nr).style.backgroundColor = '#f0f0f0';
}
function hightlight_div___(nr)
{
	document.getElementById('div_'+nr).style.backgroundColor = '#f0f0f0';
}
function hightlight_div_(nr)
{
	document.getElementById('div_'+nr).style.backgroundColor = '#f0f0f0';
}

function $(object)
{
	return document.getElementById(object);
}
function tutoriale()
{
	$('rounded_box_1').style.display = '';
	$('rounded_box_2').style.display = 'none';
	$('rounded_box_3').style.display = 'none';
	$('tabel_1').style.display = '';
	$('tabel_2').style.display = 'none';
	$('tabel_3').style.display = 'none';
	
}
function tips()
{
	$('rounded_box_1').style.display = 'none';
	$('rounded_box_2').style.display = '';
	$('rounded_box_3').style.display = 'none';
	$('tabel_1').style.display = 'none';
	$('tabel_2').style.display = '';
	$('tabel_3').style.display = 'none';
}
function faq()
{
	$('rounded_box_1').style.display = 'none';
	$('rounded_box_2').style.display = 'none';
	$('rounded_box_3').style.display = '';
	$('tabel_1').style.display = 'none';
	$('tabel_2').style.display = 'none';
	$('tabel_3').style.display = '';
}