//
// (c) 2002-2004 by TeamForge GmbH
// Unauthorized use prohibited
//
texts[2] = new String(
  "It is the year of 9304.\n"
+ "\n"
+ "Mankind and other alien cultures had been widespread over the milkyway "
+ "at the end of the 9th millenium, when some rebellious colonies "
+ "in everlasting fight for the limited resources broke away from "
+ "the Galactic Federation and machinated a galaxy spanning war.\n"
+ "\n"
+ "After more than 300 years of interstellar war, many colonies are wiped out, "
+ "others annihilated down to a minimum. The population of your home planet has "
+ "elected you as Junior Commander for the leadership of the Reconstruction Task Force "
+ "and charged you with the rebuilding of the destroyed infrastructure.");

texts[3] = new String(
  "In the modwars universe you compete with myriads "
+ "of other commanders. Form alliances or declare "
+ "war to your enemies: only you define your strategy!\n"
+ "\n" 
+ "Build a colony, increase your population and "
+ "protect your civilisation. Numerous starships, "
+ "arms and more colonizable worlds await you!\n"
+ "\n"
+ "modwars runs on every i-mode Handset of KPN or BASE.\n"
+ "\n"
+ "Here's how you can play modwars:\n"
+ "Press the i-mode key\n"
+ "[1] i-Menu\n"
+ "[3] Alle diensten\n"
+ "    Games & Fun\n"
+ "[2] Games on site\n"
+ "    modwars\n");

texts[4] = new String(
  "Realtime multiplayer game (24h/7d)\n"
+ "\n"
+ "Unlimited number of planets:\n"
+ "  6 different planet types with different\n"
+ "  features and images.\n"
+ "  14 different building types with\n"
+ "  varying features and images.\n"
+ "\n"
+ "Unlimited number of starships:\n"
+ "  4 different arms.\n"
+ "  4 different shields.\n"
+ "  4 different drive systems.\n"
+ "  7 different special equipments.\n"
+ "\n"
+ "Resulting in 448 different starship types respectively images.\n"
+ "\n"
+ "10 different rankings.\n"
+ "4 different alliance rankings.\n"
+ "Internal messaging/chat function\n"
+ "Multiple space scanning and spying functions.");

// Specify the image files
var Pic = new Array();

Pic[0]  = 'images/CHauptmenue.png';
Pic[1]  = 'images/CStatus.png';
Pic[2]  = 'images/CPlanetenansicht.png';	          
Pic[3]  = 'images/CBaumenue.png';	       	       
Pic[4]  = 'images/CDeuteriumreformer.png';	        
Pic[5]  = 'images/CTechCenter.png';	       	       
Pic[6]  = 'images/CSchildgenerator.png';	          
Pic[7]  = 'images/CRaumdock.png';	       	       
Pic[8]  = 'images/CRaumschiff.png';	       	       
Pic[9]  = 'images/CTritiumbomben.png';	            
Pic[10] = 'images/CHadronenbrecher.png';	          
Pic[11] = 'images/CNeutrinospule.png';	            
