var fDesc=new Array(); fDesc[0] = "Three hundred miles off the Argentina coast in the south Atlantic lay the Falkland Islands, consisting of two main isles (East and West Falkland) and about two hundred smaller islands. The only town is also the capital of the region, Port Stanley, and it is from there that the British territories of South Georgia and South Sandwich Islands are administered.

Ownership of the islands has always been a hotly contested issue between the governments of Argentina and Great Britain. Argentina had claimed the islands since 1820, but the British actually occupied the islands from 1833 onwards. On March 26th, 1982 the Argentinean dictatorship of General Galtieri decided to invade the islands in an operation titled Operación Rosario, not for any true military objective, but simply to save his skin, and the other heavy handed rulers of Argentina. Civil unrest had been steadily growing, inflation was taking its toll on the economy (which was already in shambles), and if the people did not have an external enemy they would soon turn on the junta. Why not take what they had claimed was theirs for all those decades? On April 2nd the war began, with thousands of Argentine troops landing on the Falklands."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }