"+ world.name + "
");
msg.document.write("
")
msg.document.write("Starport: " + Starport[parseInt(world.portnum)]+"
")
msg.document.write("Size: "+world.diam+"km diameter
")
msg.document.write("Atmosphere: " + Atmosphere[toAlphaNum(world.atmos)]+"
")
msg.document.write("Hydrographic Percentage: " + (parseInt(world.hydro,16)*10)+ "%
")
msg.document.write("Population: " + Math.pow(10, toAlphaNum(world.pop)) + " people
")
msg.document.write("Government: "+Government[toAlphaNum(world.gov)]+"
")
msg.document.write("Law Level: "+LawLevel[toAlphaNum(world.law)]+"
")
msg.document.write("Tech Level: "+TechLevel[toAlphaNum(world.tech)]+"
")
//msg.document.write("