
	$$('.plan1').each(function(item) {      
		item.observe('mouseover', function() { 
			$$('.plan1').each(function(item) {
			item.setStyle({ backgroundColor: '#FFFFCC' });
			//alert (item.values);
			//new Effect.Scale(this.parentNode, 200); return false;
			});
		});
		item.observe('mouseout', function() {
			$$('.plan1').each(function(item) {
			//alert (item.up().classNames());
			if (item.up().hasClassName('odd')) 
			{
				item.setStyle({ backgroundColor: '#fff' });	;
			} else {
				item.setStyle({ backgroundColor: '#fff' });	;
			}
			});
		});
	});
	$$('.plan2').each(function(item) {
		item.observe('mouseover', function() {
			$$('.plan2').each(function(item) {
			item.setStyle({ backgroundColor: '#FFFFCC' });
			});
		});
		item.observe('mouseout', function() {
			$$('.plan2').each(function(item) {
			//alert (item.up().classNames());
			if (item.up().hasClassName('odd')) 
			{
				item.setStyle({ backgroundColor: '#fff' });	;
			} else {
				item.setStyle({ backgroundColor: '#fff' });	;
			}
			});
		});
	});
	$$('.plan3').each(function(item) {
		item.observe('mouseover', function() {
			$$('.plan3').each(function(item) {
			item.setStyle({ backgroundColor: '#FFFFCC' });
			});
		});
		item.observe('mouseout', function() {
			$$('.plan3').each(function(item) {
			//alert (item.up().classNames());
			if (item.up().hasClassName('odd')) 
			{
				item.setStyle({ backgroundColor: '#fff' });	;
			} else {
				item.setStyle({ backgroundColor: '#fff' });	;
			}
			});
		});
	});
	$$('.plan4').each(function(item) {
		item.observe('mouseover', function() {
			$$('.plan4').each(function(item) {
			item.setStyle({ backgroundColor: '#FFFFCC' });
			});
		});
		item.observe('mouseout', function() {
			$$('.plan4').each(function(item) {
			//alert (item.up().classNames());
			if (item.up().hasClassName('odd')) 
			{
				item.setStyle({ backgroundColor: '#fff' });	;
			} else {
				item.setStyle({ backgroundColor: '#fff' });	;
			}
			});
		});
	});
	$$('.plan5').each(function(item) {
		item.observe('mouseover', function() {
			$$('.plan5').each(function(item) {
			item.setStyle({ backgroundColor: '#FFFFCC' });
			});
		});
		item.observe('mouseout', function() {
			$$('.plan5').each(function(item) {
			//alert (item.up().classNames());
			if (item.up().hasClassName('odd')) 
			{
				item.setStyle({ backgroundColor: '#fff' });	;
			} else {
				item.setStyle({ backgroundColor: '#fff' });	;
			}
			});
		});
	});
	$$('.plan6').each(function(item) {
		item.observe('mouseover', function() {
			$$('.plan6').each(function(item) {
			item.setStyle({ backgroundColor: '#FFFFCC' });
			});
		});
		item.observe('mouseout', function() {
			$$('.plan6').each(function(item) {
			//alert (item.up().classNames());
			if (item.up().hasClassName('odd')) 
			{
				item.setStyle({ backgroundColor: '#fff' });	;
			} else {
				item.setStyle({ backgroundColor: '#fff' });	;
			}
			});
		});
	});
