function PromoShow(x)
{
	
	
	$$('a.Promolink').each(function(y) { y.style.backgroundColor='#ffffff' });
	$$('div.PromoTxt').invoke('hide');
	
	$('PromotText' + x).show();
	$('PromoLnk' + x).style.backgroundColor='#cccccc';
	
	$('PromoImage').src = '/newimg/free-online-speed-dating-' + x + '.gif';
	


};