function valkyrie_write() {
    tmpStr = '<h3>U.S.S. Valkyrie</h3>';
tmpStr += '<div><p><strong>Ship Name</strong>: U.S.S. Valkyrie<br />';
tmpStr += '<strong>Ship Class</strong>: NX91001 Class<br />';
tmpStr += '<strong>Ship Registry</strong>: NCC-91002<br />';
tmpStr += '<strong>Ship Captain</strong>: Fleet Admiral , Arsinoe Scienta </p>';

tmpStr += '<p>The  USS Valkyrie NCC-91002 was commissioned in the year 2409 as the  flagship of Admiral Arsinoe Scienta, the newly appointed head of the Starfleet Exploratory Division. As a captain Admiral Arsinoe Scienta  had overseen the development process of the NX91001 up close. Seeing  the capabilities of this new class he swore to himself that one day he  would command one of these formidable ships. Years later when  responding to a distress call from a Cardassian colony under attack  from Orion raiders the USS Valkyrie (then an Intrepid class) managed to  beam the surviving colonists on board but took heavy damage in the  process. Once returned to star base 283 the ship was deemed irreparable  and was scrapped for parts. </p>';

tmpStr += '<p>Admiral Arsinoe Scienta eager to  return to active duty requested another ship. Starfleet knowing of his  extensive experience when dealing with Alien species promised that the  sister ship of the NX91001 would be his new command. In the year 2409  the USS Valkyrie NCC-91002 left spacedock with Admiral Arsinoe Scienta  in command, his mission: to carry the word of the Federation into the  undiscovered country and to boldly go where no man had gone before.</p></div>';
	
	document.getElementById('lyr2').innerHTML = tmpStr;
	document.title = "The 12th Fleet: Ships -> NX-91001 Class -> USS Valkyrie";
	
	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 Valkyrie</div></div>';
	
	document.getElementById('lyr1').innerHTML = tmpStr;
	document.getElementById('scroll_links').className="scroll_links_h";
	init_dw_Scroll();
	init_dw_Scroll2();
}