/* this is jquery fancybox old window system
$(document).ready(function() {
	$("a.nothing").fancybox({
  'frameWidth': 425, 
  'frameHeight': 415 
			}
			
			);
			
	$("a#localizareimg").fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});
		});
*/
 function setStilIn(x)
{
 
document.getElementById(x).style.background="#f2e6e4";
}
function setStilOut(x)
{
 
document.getElementById(x).style.background="white";
}

 function setStilInn(x)
{
 x.style.background="#f2f6e4";
 
}
function setStilOutn(x)
{
 
x.style.background="#FFFFFF";
}
function setStilOut2(x)
{
 
x.style.background="#f2f6e4";
}
