";
// alert(strHTML);
w.document.open();
w.document.write(strHTML);
w.document.close();
return true;
}
// ---------------------------------------------------------------------
function LaunchIMF(url, width, height) {
var features = "directories=0,fullscreen=0,left=0,location=0,menubar=0,"
+ "resizable=1,scrollbars=1,status=1,titlebar=1,toolbar=0,top=0,"
+ "width=" + width + ","
+ "height=" + height;
var imfWindow = window.open(url, "imfWindow", features);
imfWindow.focus();
}
/* -------------------------------------------------------------------------------------------------
Function: OpenSelectedLink
Description: Opens a document or URL from the current selection in a list
Author: Alex Clarke
Last Modfied Date: 12/12/08
Last Modfied Author: Alex Clarke
Arguments:
strListID: string - ID of the list to query
bNewWindow: boolean - whether or not to open a new window
Returns: None
Notes: loads 'not found' page if list selection cannot be determined
------------------------------------------------------------------------------------------------- */
function OpenSelectedLink(strListID,bNewWindow)
{
var strSelection="";
strList = document.getElementById(strListID);
strSelection = strList.options[strList.selectedIndex].value;
if (strSelection == "") strSelection = "/linknotfound.php"
if (bNewWindow) window.open(strSelection);
else self.location = strSelection;
return true;
}
// ---------------------------------------------------------------------
function ChangeLabel (label_title,label_text)
{
var lbls = document.getElementsByTagName("LABEL");
for (var i = 0; i
The Alaska Interagency Coordination Center (AICC) is the Geographic Area Coordination Center for
Alaska. Located on Ft. Wainwright (near Fairbanks), AICC serves as the focal point for initial attack resource coordination, logistics support,
and predictive services for all state and federal agencies involved in wildland fire management
and suppression in Alaska.
AICC operates on an interagency basis - cooperators include the Bureau of Land Management,
State of Alaska Department of Natural Resources, USDA Forest Service, National
Park Service, Bureau of Indian Affairs, and the Fish and Wildlife Service.
To report a wildland fire in Alaska call 1-800-237-3633