
function initSidebar(id, title)
{
	var html = "";
	if(title) html += '<h1>' + title + '</h1>';

	html += '<h3>Egypt grows receptive to barter solutions for defence acquisitions</h3> <p>Egypt is becoming increasingly receptive to proposals from foreign suppliers of defence equipment who are willing to be paid under the country’s barter policy...... <a href="/cms/../news/story1.html" title="read full story">more</a></p> ';
	html += '<h3>Offset Training Program Going Global After London Debut</h3> <p>A professional offset training program is to be initiated in the UK, then go on the road on international engagements.... <a href="/cms/../news/story2.html" title="read full story">more</a></p> ';
	
	var e = document.getElementById(id);
	e.innerHTML = html;
}
