var uncharted = '(uncharted)'; var dirs = ['Up', 'Down', 'Left', 'Right']; var hdNames = ['Coordinates', 'Planet', 'Tag', 'Opacity']; var lcHeader = ['Protected', null, 'Target']; var yesNo = ['Yes', 'No']; function makeMapTooltips() { maptt = new Array(); if (ttDelay == 0) { for (i=0;i<31;i++) maptt[i] = ""; return; } maptt[0] = tt_Dynamic("Use this drop down list to change the information displayed on the map"); maptt[1] = tt_Dynamic("Use this radio button to center the map on the typed in coordinates"); maptt[2] = tt_Dynamic("Use this text field to enter the horizontal coordinate you want the map to be centered on."); maptt[3] = tt_Dynamic("use this text field to enter the vertical coordinate you want the map to be centered on."); maptt[4] = tt_Dynamic("Use this drop down list to select the size of the grid in which the map is displayed."); maptt[5] = tt_Dynamic("Use this radio button to center the map on chosen own planet"); maptt[6] = tt_Dynamic("Use this drop down list to select the planet you own to use to center the map"); maptt[7] = tt_Dynamic("Click here to update the display according to the provided parameters"); maptt[8] = tt_Dynamic("Use this radio button to center the map on chosen planet"); maptt[9] = tt_Dynamic("Use this text field to enter the name of a planet to search for; if it exists the map will be centered on the system in which it is located."); maptt[10] = tt_Dynamic("Click this button to move the display towards positive vertical coordinates."); maptt[11] = tt_Dynamic("Click this button to move the display towards negative horizontal coordinates."); maptt[12] = tt_Dynamic("Click this button to move the display towards positive horizontal coordinates."); maptt[13] = tt_Dynamic("Click this button to move the display towards negative vertical coordinates."); maptt[20] = tt_Dynamic("Click here to order the list according to this field and switch between descending and ascending order"); maptt[30] = tt_Dynamic("Click here to go to the individual page of this planet"); } function drawMapControls() { var str = '
'; document.getElementById('jsctrls').innerHTML = str; }