/* micmo 30/3/2010 */
/*                 */
/* Change content  */
/*     script      */
/*******************/
function category(category){
	var content = "";
	var div = "rally2010ContentAreaCategory_"+category;
	

	if(category==null || document.getElementById(div)==null){
		content = "Error Content for '"+category+"'";
	}else{
		content = document.getElementById(div).innerHTML;
	}

	document.getElementById('rally2010ContentArea').innerHTML = content;
	
	//countDownReset(15);
}

function countDownReset(seconds){
	timeout = 0;
	timeout = seconds * 1000
	setTimeout(resetCategory,timeout); 
	timeout = 0;
}

function resetCategory(){
	document.getElementById('rally2010ContentArea').innerHTML = "<p>The Newbury Radio Rally has been taking place every year since 1987..<br />It is organised and run by the Newbury And District Amateur Radio Society (NADARS) and attracts visitors from all over the country. This highly popular event provides the ideal venue for anyone interested in radio, electronics or computing. Themed around a &#39;boot sale&#39; it offers the opportunity to buy and sell everything from the smallest components used for making equipment or projects, through to complete communication systems. Whether you want the very latest full featured transceiver from the world&#39;s biggest manufacturers, or simply something second-hand at incredibly attractive prices, there are more than 100 stalls waiting to help you. </p><p>But buying or selling is not the only thing on offer, as there are other attractions too!</p><p>Each year NADARS provides it&#39;s <strong>&#39;Demonstration Marque&#39;</strong> where you will see live amateur radio stations in contact with amateurs all over the world using voice, Morse code and data communications. We have also had demonstrations of <strong>&#39;Air Traffic Control&#39;</strong> radar systems where you can see in real time exactly what aircraft are flying over southern England. </p><p>For 2011 we may run our <strong>international contest station</strong> again - NADARS is very successful at winning many contests. Come and see some of the contest team in action, complete with their impressive trailer mounted tower with contest antennas, great transceivers and contest logging software, etc!</p><p>In addition there has been a place where you could bring your own equipment and have it tested by very experienced engineers who give you a clear answer to just how well your transmitter or receiver is working (and even helping to make adjustments to improve it if possible!!). </p><p>Also, there have been a number of national societies who have previously displayed (hopefully returning in 2011) including:</p><ul><li><strong>Royal Air Force</strong> Amateur Radio Society</li><li><strong>Royal Naval</strong> Amateur Radio Society</li><li><strong>RAYNET</strong></li><li><strong>Royal Signals</strong> Amateur Radio Society</li><li><strong>Chiltern DX Club</strong></li><li>And <strong>other organisations and clubs</strong> all displaying their special interests</li></ul><p>The Newbury Radio Rally really is <strong>'the one not to be missed'</strong> and ensures a great day out for everyone.</p>";
}
