var snote1 = "<p class='text05'><strong>2004:</strong></p><p class='text02'>'RFSAT Ltd' incorporated in London, United Kingdom.</p><br>"
var snote2 = "<p class='text05'><strong>2008:</strong></p><p class='text02'>Participant in the project 'CUT' dealing with a problem of Genocide in East-Central Europe offering collaborative Internet technologies to involved communities.</p><br>"
var snote3 = "<p class='text05'><strong>2009:</strong></p><p class='text02'>Deployed a prototype of the online service providing Real-Time traffic congestion information for central Athens.</p><br>"
var scopy  = "<span class='text07'>Copyright &copy; 2008 RFSAT Ltd. All rights reserved.</span>"

function note1() {
document.write(snote1)
}

function note2() {
document.write(snote2)
}

function note3() {
document.write(snote3)
}

function copyright() {
document.write(scopy)
}

