<!-- Begin
var newWin = null;
function launch(pageTitle,w,h,adress) 
{ 
alert('You are leaving the California BLM website. A new window will open with the new website. The Bureau of Land Management does not control and cannot guarantee the timeliness or accuracy of the materials provided by other agencies or organizations, nor does the BLM endorse other agencies views, products or services.');
newWin = window.open(adress,pageTitle,'width='+w+',height='+h+',status=yes,toolbar=yes,scrollbars=yes,resizable=yes');
newWin.focus();
}

function Translate(page) {
var translateUrl = "%2423095?hl=es&sl=en&u=";
var nodeURL;
nodeURL = self.location
var Concatenate;
Concatenate = translateUrl + nodeURL;
alert('You are leaving the California BLM website. A new window will open with the new website. The Bureau of Land Management does not control and cannot guarantee the timeliness or accuracy of the materials provided by other agencies or organizations, nor does the BLM endorse other agencies views, products or services.');
OpenWin = this.open(Concatenate, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}
//  End -->

<!--
// Function that is called by the onclick command within the anchor tag
function LinkAlertGeneral ()
{
//The alert windon and the text that will appear is quoted \n makes a new line
alert ("You are now Leaving Bureau of Land Mangement in California. The Bureau of Land Management does not control or guarantee the accuracy, relevance, timeliness, or completeness of the materials provided by other agencies or organizations, nor does the BLM endorse other agencies or organizations, their views, products or services.");
}
// -->

<!--
// Function that is called by the onclick command within the anchor tag
function LinkAlertPartner ()
{
//The alert windon and the text that will appear is quoted \n makes a new line
alert ("You are now Leaving Bureau of Land Management in California (BLM) and going to a BLM \"Partner\" site. The BLM works with a wide array of nonprofit organizations, educational institutions, city, state, federal and tribal entities, as well as the private sector on projects and programs. This link take you to one of these \"Partner\" sites. The BLM does not control or guarantee the accuracy, relevance, timeliness, or completeness of the materials on this site, nor does the BLM endorse the organization, its views, products or services");
}
// -->

<!--
// Function that is called by the onclick command within the anchor tag
function LinkAlertGovt ()
{
//The alert windon and the text that will appear is quoted \n makes a new line
alert ("You are now Leaving Bureau of Land Management in California and going to another Federal Government site.");
}
// -->