function makePlanetsTooltips() { plstt = new Array(); if (ttDelay == 0) { var i; for (i=0;i<40;i++) plstt[i] = ""; return; } plstt[0] = tt_Dynamic("Click here to swtich between individual and cumulative build times for the planets' build queues"); plstt[1] = tt_Dynamic("Click here to switch between list and quick builder modes"); plstt[2] = tt_Dynamic("Click here to get a new planet if you have lost all those you had"); plstt[10] = tt_Dynamic("Check this checkbox to select this planet and build what you'll define in the quick builder on it"); plstt[11] = tt_Dynamic("Click here to go to this planet's individual page"); plstt[12] = tt_Dynamic("Check this checkbox to select this item in this planet's build queue and perform some queue operation on it with the quick builder"); plstt[20] = tt_Dynamic("Use this radio button to perform operations on factories on the selected planets"); plstt[21] = tt_Dynamic("Use drop down list to select what operation to perform with factories on the selected planets"); plstt[22] = tt_Dynamic("Use this text field to type in the number of factories to build or destroy on the selected planets"); plstt[23] = tt_Dynamic("Use this drop down list to select the type of factories with which to perform the defined operation on the selected planets"); plstt[24] = tt_Dynamic("Use this radio button to add items to the build queues on the selected planets"); plstt[25] = tt_Dynamic("Use this text field to type in the number of items to add to the build queue on the selected planets"); plstt[26] = tt_Dynamic("Use this drop down list to select the kind of items to add to the build queue on the selected planets"); plstt[27] = tt_Dynamic("Use this radio button to flush the build queue on the selected planets"); plstt[28] = tt_Dynamic("Use this radio button to delete the selected itesm from the build queues"); plstt[29] = tt_Dynamic("Use this radio button move the selected items in the build queues"); plstt[30] = tt_Dynamic("Use this drop down list to select in what direction to move the selected items in the build queues"); plstt[31] = tt_Dynamic("Use this radio button to replace the selected items in the build queues with the defined new items"); plstt[32] = tt_Dynamic("Use this text field to type in the number of items to build to replace the selected items"); plstt[33] = tt_Dynamic("Use this drop down list to select the type of items to build to replace the selected items"); plstt[34] = tt_Dynamic("Click here to execute the action you've defined with the quick builder and keep the quick builder open"); plstt[35] = tt_Dynamic("Click here to execute the action you've defined with the quick builder and go back to list mode"); plstt[36] = tt_Dynamic("Click here to select all planets for quick builder operations"); plstt[37] = tt_Dynamic("Click here to unselect all planets for quick builder operations"); plstt[38] = tt_Dynamic("Click here to invert the planets selection for quick builder operations"); } function drawMainDisplay() { var str, i; var cs = ';text-align:center;vertical-align:bottom'; var csb = ';border-color:white;border-style:solid;border-width: 0px 0px 1px 0px'; str = '
Controlled planets | ' + (vacation ? '' : ('Quick builder mode - ')) + 'Help | ' + '|||||||||||||||
'
+ '
|
'; str += ' | '; if (planets[ipl].bq.length > 0) { var as = ' href="#" style="color: white;text-decoration:underline;font-weight:normal" '; str += ' (select items: ' + 'all - ' + 'none - ' + 'invert)'; } str += ' | ' + formatNumber(planets[ipl].pop) + ' | ' + drawHappiness(planets[ipl].hap) + ' | ' + formatNumber(planets[ipl].ind) + ' | ' + formatNumber(planets[ipl].tur) + ' |
';
if (planets[ipl].bq.length == 0) {
str += 'Build Queue is empty';
} else {
for (j=0;j | ' + drawCorruption(planets[ipl].corruption) + ' | ' + formatNumber(planets[ipl].mil) + ' |
| '; str += ' | ||||||||
You do not control any planet. | |||||||||
---|---|---|---|---|---|---|---|---|---|
Get a new planet | |||||||||