function thundercats_write() {
    tmpStr = '<p><strong>USS Thundercats-Brief history:</strong></p>';
tmpStr += '  <p><strong>Ship Name</strong>: USS Thundercats<br />';
tmpStr += '    <strong>Ship Class</strong>: Nova Class<br />';
tmpStr += '    <strong>Ship Registry</strong>: NCC-71985<br />';
tmpStr += '    <strong>Ship Captain</strong>: Rear Admiral T\'ruk Grax</p>';

tmpStr += '  <p>The Thundercats went into service right after the end of the Dominion war. Providing continued tactical support as the rest of the federation\'s fleets were retrofitted for their new missions. By 2400 the ship was called in for extensive retrofits and a significant crew change. The crew was reduced to 47 officers, only 20% of which were biological lifeforms, and the Thundercats departed on a highly classified mission.</p>';

tmpStr += '  <p>Reported lost only a few days into their mission, the USS Thundercats was not seen again until 2408 when it re-appeared with a heavily reduced crew and \'nothing to report\' back to Starfleet. They docked at starbase 7171 for repairs and remained under the command of Lieutenant Commander T\'ruk Grax by order of Star Fleet Command.</p>';

tmpStr += '  <p>The ship repairs were slow coming as the holographic crew members are the only officers allowed on most of decks 4-6. Veiled in secrecy, the captain has turned down an offer for additional officers to serve on the ship. He claims that the crew is fully capable as is and adding additional members at this time would cause a decrease in efficiency.</p>';

tmpStr += '  <div>In 2409 Starfleet assigned the Thundercats to serve with the 12th Fleet where it provides support in the Engineering division.</div>';
tmpStr += '  <div>&nbsp;</div>';
tmpStr += '  <div>';
tmpStr += '    <p><strong>==Crew -Year: 2409==</strong></p>';
tmpStr += '    <p><strong>Captain: Captain T\'ruk Grax (Betazoid/Vulcan)</strong></p>';
tmpStr += '    <p><strong>First Officer: Lieutenant JG Shawn Tofer</strong></p>';
tmpStr += '    <p><strong>Tactical Officer: Lieutenant James Barton</strong></p>';
tmpStr += '    <p><strong>Chief Engineer: Lieutenant JG Vaughn Roberts </strong></p>';
tmpStr += '    <p><strong>Systems Engineer: Ensign Brian Jeffries</strong></p>';
tmpStr += '    <p><strong>Systems Engineer: Ensign Megan Crusher</strong></p>';
tmpStr += '    <p><strong>&nbsp;</strong></p>';
tmpStr += '    <p><strong>==Crew (artificial lifeforms) -Year:2409 ==</strong></p>';
tmpStr += '    <p><strong>Science Officer/Ops: Soong-type Android - Lieutenant Ana</strong></p>';
tmpStr += '    <p><strong>Conn Officer: Soong-type Android - Lieutenant I-1 </strong></p>';
tmpStr += '    <p><strong>Chief Medical Officer: EMH Mark V- Henry</strong></p>';
tmpStr += '    <p><strong>&nbsp;</strong></p>';
tmpStr += '    <p><strong>Soong-type Androids: 4 (including I-1 and Ana) </strong></p>';
tmpStr += '    <p><strong>Holographic officers: 26 serving at various capacities. </strong></p>';
tmpStr += '  </div>';
	
	document.getElementById('lyr2').innerHTML = tmpStr;
	document.title = "The 12th Fleet: Ships -> Nova Class -> USS Thundercats";
	
	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">USS Thundercats</div></div>';
	
	document.getElementById('lyr1').innerHTML = tmpStr;
	document.getElementById('scroll_links').className="scroll_links_h";
	init_dw_Scroll();
	init_dw_Scroll2();
}