document.write("<center><b>" + project + "</b></center><hr/>\n");

if(commenced){
	document.write("<b>Commenced:</b> " + commenced + "<br/>\n");
}

if(languages){
	document.write("<b>Languages:</b> ");
	for(langId in languages){
		document.write("<a href='http://en.wikipedia.org/wiki/" + languages[langId] + "'>" + languages[langId] + "</a> ");
	}
	document.write("<br/>\n");
}

if(requires){
	document.write("<b>Requires:</b> ");
	for(requireId in requires){
		document.write("<a href='http://google.com/search?q=" + requires[requireId] + "'>" + requires[requireId] + "</a> ");
	}
	document.write("<br/>\n");
}

if(latestVersion){
	document.write("<b>Latest version:</b> " + latestVersion + "<br/>\n");
}

if(developmentStage){
	document.write("<b>Development stage:</b> " + developmentStage + "<br/>\n");
}

if(developmentStatus){
	document.write("<b>Development status:</b> " + developmentStatus + "<br/>\n");
}

if(seeAlso){
	document.write("<b>See also:</b> ");
	for(seeAlsoId in seeAlso){
		document.write("<a href='http://code.kevinsnet.com/" + seeAlso[seeAlsoId] + "'>" + seeAlso[seeAlsoId] + "</a> ");
	}
	document.write("<br/>\n");
}

if(demo){
	document.write("<b>Demo:</b> <a href='" + demo[1] + "'>" + demo[0] + "</a><br/>\n");
}

if(download){
	document.write("<b>Download:</b> <a href='" + download[1] + "'>" + download[0] + "</a><br/>\n");
}
