////////////////////////////////////////////////////////////////////////////////////
//  JavaScript BLM eForms Website 
//
//  Last modified 2004-09-27.
//
//  Browser Support: Netscape 4.x, Mozilla-engine 1.x, IE 5+
//
////////////////////////////////////////////////////////////////////////////////////

function ExternalLink(url, msg)
{
	if(!msg)
		msg = "You are leaving BLM. Thank you for visiting your public lands.";
	alert(msg);
	location=url;
}

function NavBar()
{
document.write('<table width="125" border="0" cellpadding="4" cellspacing="2">');
document.write('<TR>');
document.write('<td class="tablelines" valign="top" align="center">');
document.write('<center><img src="images/qlLogo.jpg" height="25" width="125"></center>');
document.write('<hr width="90%" color="#a6a382" size="-1">');
document.write('<a href="https://www.blm.gov/FormsCentral/">-Forms Central-</a><br>');
document.write('<hr width="90%" color="#a6a382" size="-1">');
document.write('<a href="Forms/spforms.htm">-SP Form Help-</a><br>');
document.write('<hr width="90%" color="#a6a382" size="-1">');
document.write('<a href="Forms/fillablepdfforms.htm">-PDF Help-</a><br>');
document.write('</td>');
document.write('</TR>');
document.write('</TABLE>'); 
}
function Level2NavBar()
{
document.write('<table width="125" border="0" cellpadding="4" cellspacing="2">');
document.write('<tr>');
document.write('<td class="tablelines" valign="top" align="center">');
document.write('<center><img src="../images/qlLogo.jpg" height="25" width="125"></center>');
document.write('<hr width="90%" color="#a6a382" size="-1">');
document.write('<a href="https://www.blm.gov/FormsCentral/">-Forms Central-</a><br>');
document.write('<hr width="90%" color="#a6a382" size="-1">');
document.write('<a href="../Forms/spforms.htm">-SP Form Help-</a><br>');
document.write('<hr width="90%" color="#a6a382" size="-1">');
document.write('<a href="../Forms/fillablepdfforms.htm">-PDF Help-</a><br>');
document.write('</td>');
document.write('</TR>');
document.write('</TABLE>'); 
}