function delagrii_write() {
tmpStr = 'CDF DELAGRII<br />';
tmpStr += 'NCC - 472295 - A<br />';
tmpStr += '<br /><br />';
tmpStr += 'The CDF Delagrii is the flagship for the Caitian homeworld, as it is commanded by Lieutenant Elemance Alexandria, Son of the Caitian High Priestess.<br /><br />';
tmpStr += 'There have been two Ships to carry the name Delagrii. The original a Poseidon Class vessel that was mixed with Federation, Caitian and Romulan technology, in essence she was a warship capable of mass destruction. She was commanded by Fleet Admiral Arakki Alexandria of the Caitian Defense Fleet, who was murdered, the case itself remains unsolved. The Ship however was passed down to his son, Elemance. After a few years, the ship   was returned to the Caitian fleet and upon being brought down to the surface, now serves as a memorial to Fleet Admiral Arakki Alexandria.<br /><br />';

tmpStr += 'The Second   ship to bear the name is of Achilles class. A new warship capable of greater speeds and much more advanced technology. The ship itself was created by the federation but with help from Cait, the ship was modified to once again carry Caitian and Romulan technology. The so named ship is still commanded by Lt. Elemance Alexandria.';
	
	document.getElementById('lyr2').innerHTML = tmpStr;
	document.title = "The 12th Fleet: Ships -> Galaxy Class -> CDF Delagrii";
	
	tmpStr = '';
	tmpStr += '<div class="sub_menu_bar_but"><div class="sub_link" onclick="ships_write()"><div class="sub_link_text">Back</div></div></div>';
	tmpStr += '<div class="sub_menu_bar_but_s"><div class="sub_link_s">CDF Delagrii</div></div>';
	
	document.getElementById('lyr1').innerHTML = tmpStr;
	document.getElementById('scroll_links').className="scroll_links_h";
	init_dw_Scroll();
	init_dw_Scroll2();
}