var fDesc=new Array(); fDesc[0] = "Sector Planner is a utility to help you plan your factory locations in Egosoft's X2: The Threat. It allows you to examine current resource supply and demand in a particular sector, making it much easier to spot potential areas of profit within the X2 universe.
Sector planner can even give you a break down of supply and demand for a sector within a specified number of jumps or across the whole X Universe, making it much easier to find great locations for your factories (and loops). It also provides information, such as a profit calculator and stores your station's prices to give you an idea of your hourly profitability."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }