function dragon_write() {
tmpStr = '';
tmpStr += '<p><strong>USS Dragon-Brief history:</strong></p>';
tmpStr += '  <p><strong>Ship Name</strong>: USS Dragon<br />';
tmpStr += '    <strong>Ship Class</strong>: Galaxy Class<br />';
tmpStr += '    <strong>Ship Registry</strong>: NCC-1708<br />';
tmpStr += '    <strong>Ship Captain</strong>: Rear Admiral Maki Picard</p>';

tmpStr += '  <p>The Dragon and it\'s crew has an intresting backstory that starfleet has some difficulties to believe although the Dragons censor logs contains data to confirm the story. According to the data the Dragon and it\'s crew originated from an alternate timeline and ended up in this timeline after colliding with a timestream during a high warp test of the newly built starship.</p>';

tmpStr += '  <p>After a long investigation by starfleet it was concluded (with some doubt) that the Dragon and it\'s crew did indeed originate from another timeline and was put into service doing various missions that in reality was several tests to see how trustworthy the crew of Dragon really where. Needless to say that they passed the tests and was given the green light to continue with the system testing which where their original task before the collision with the timestream.</p>';

tmpStr += '  <div>In 2409 Starfleet assigned the Dragon to serve with the 12th Fleet where it provides support in the Exploration division after all the system tests where completed.</div>';
tmpStr += '  <div>&nbsp;</div>';
tmpStr += '  <div>';
tmpStr += '    <p><strong>==Crew -Year: 2409==</strong></p>';
tmpStr += '    <p><strong>Captain: Captain Maki Picard (Human)</strong></p>';
tmpStr += '    <p><strong>First Officer: Commander Tirak (Vulkan)</strong></p>';
tmpStr += '    <p><strong>Second Officer: Lieutenant Commander Marvin (Soong-type Android)</strong></p>';
tmpStr += '    <p><strong>Tactical Officer: Lieutenant Sharuk (Klingon)</strong></p>';
tmpStr += '    <p><strong>Chief Security Officer: Lieutenant Sharuk (Klingon)</strong></p>';
tmpStr += '    <p><strong>Chief Engineer: Lieutenant Lora Croft (Human)</strong></p>';
tmpStr += '    <p><strong>Chief Medical Officer: Doctor (EMH Mark I)</strong></p>';
tmpStr += '    <p><strong>Counselor: Commander Decarbia Berun (Betazoid)</strong></p>';
tmpStr += '    <p><strong>&nbsp;</strong></p>';
tmpStr += '  </div>';
	
	document.getElementById('lyr2').innerHTML = tmpStr;
	document.title = "The 12th Fleet: Ships -> Galaxy Class -> USS Dragon";
	
	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 Dragon</div></div>';
	
	
	document.getElementById('lyr1').innerHTML = tmpStr;
	document.getElementById('scroll_links').className="scroll_links_h";
	init_dw_Scroll();
	init_dw_Scroll2();
}