function popup(url, w, h)
{
	window.open(url, 'wnd_id', 'width='+(w?w:'800')+', height='+(h?h:'600')+', top=0, left=0, menubar=0, toolbar=no, location=no, scrollbars=yes, resizable=yes, status=no');
	return false;
}

function mtOfertaHover(){
	document.getElementById("menu_ul").style.overflow='visible';
	document.getElementById("mt_oferta_renault").style.width='100px';
	document.getElementById("mt_oferta_dacia").style.width='100px';
	document.getElementById("mt_oferta_renault").style.display='block';
	document.getElementById("mt_oferta_dacia").style.display='block';
}

function mtOferta(){
	document.getElementById("menu_ul").style.overflow='hidden';
	document.getElementById("mt_oferta_renault").style.width='65px';
	document.getElementById("mt_oferta_dacia").style.width='65px';
	document.getElementById("mt_oferta_renault").style.display='none';
	document.getElementById("mt_oferta_dacia").style.display='none';
}
