// JavaScript Document
/*


		services pro pneumatiky.php


*/


function on (obj) 
{
	
	obj.style.backgroundColor = '#FFFFCC';
	obj.style.color = '';
	
}

function off (obj)
{
	
	obj.style.backgroundColor = '';
	obj.style.color = '#000000';
	
}

function offsu (obj)
{
	
	obj.style.backgroundColor = '#D0D0D0';
	obj.style.color = '#000000';
	
}
