<!--


/*var link1="default.htm"; var linkID1="link1"; var title1="Click for the LouisianaMAP Home Page!"; var item1="Louisiana<i>MAP</i> Home &nbsp; ";
var link2="map.htm"; var linkID2="link2"; var title2="Click here to Map Louisiana!"; var item2="Map Louisiana &nbsp; ";
var link3="help.htm"; var linkID3="link3"; var title3="Click here to get help using LouisianaMAP!"; var item3="Louisiana<i>MAP</i> Help &nbsp;";
var link4="resources.htm"; var linkID4="link4"; var title4="Click here to get Louisiana's geographic resources and more!"; var item4="Links & Resources";
var link5="about.htm"; var linkID5="link5"; var title5="Learn more about LouisianaMAP geospatial portal!"; var item5="About Louisiana<i>MAP</i>&nbsp; ";
var link6; var linkID6; var title6; var item6;
var link7; var linkID7; var title7; var item7;
*/

var theLink = new Array(7);
	theLink[0] = "default.htm";
	theLink[1] = "map.htm";
	theLink[2] = "help.htm";
	theLink[3] = "resources.htm";
	theLink[4] = "about.htm";
	theLink[5] = "";
	theLink[6] = "";
var theTitle = new Array(7);
	theTitle[0] = "LouisianaMAP home page!";
	theTitle[1] = "Click to Map Louisiana!";
	theTitle[2] = "Click to learn how to use LouisianaMap!";
	theTitle[3] = "Click to find geographic resources & links about Louisiana...";
	theTitle[4] = "Learn more about LouisianaMap!";
	theTitle[5] = "";
	theTitle[6] = "";
var theItem = new Array(7)
	theItem[0] = "Louisiana<i>Map</i> Home";
	theItem[1] = "Map Louisiana";
	theItem[2] = "Louisiana<i>Map</i> Help";
	theItem[3] = "Links & Resources";
	theItem[4] = "About Louisiana<i>Map</i>";
	theItem[5] = "";
	theItem[6] = "";
	
var appdir = 'http://www.louisianamap.gov/';	
// Create Tables
document.write('<table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="">');
for( var i=0; i<theLink.length; i++)
	if (theLink[i]){
		document.write('  	    <tr>');
		document.write('  	      <td align="center" valign="middle">');
		document.write('		  	<table width="98%" height="25" id="home" border="0" align="center" cellpadding="0" cellspacing="0">');
		document.write('            	<tr>');
		if ((theLink[i] == 'default.htm')){
			if ((document.location == appdir+'default.htm') || (document.location == appdir)){
				document.write('              		<td width="100%" valign="middle" id="Link'+i+'" class="menu">&nbsp;<B>'+theItem[i]+'</B></td>');
			} else {
				document.write('					<td width="100%" valign="middle" id="Link'+i+'"><a href="'+theLink[i]+'" class="menu_linked" id="link'+i+'" title="'+theTitle[i]+'">&nbsp;'+theItem[i]+'</a></td>');
			}
		}else{
			if (document.location == appdir+theLink[i]){
				document.write('              		<td width="100%" valign="middle" id="Link'+i+'" class="menu">&nbsp;<B>'+theItem[i]+'</B></td>');
			} else {
				document.write('					<td width="100%" valign="middle" id="Link'+i+'"><a href="'+theLink[i]+'" class="menu_linked" id="link'+i+'" title="'+theTitle[i]+'">&nbsp;'+theItem[i]+'</a></td>');
			}
		}
		document.write('            	</tr>');
		document.write('          	</table>');
		document.write('		  	</td>');
		document.write('        </tr>');
	}
	;
document.write('</table>');
//window.alert(document.location + ' and appdir = ' +appdir);
//-->
/*
document.write('<table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="">');
if (link1) {
	document.write('  	    <tr>');
	document.write('  	      <td align="center" valign="middle">');
	document.write('		  	<table width="98%" height="25" id="home" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('            	<tr>');
	if ((document.location == appdir+link1) || (document.location == appdir +'')){
		document.write('              		<td width="100%" valign="middle" id="'+linkID1+'" class="menu">&nbsp;<B>'+item1+'</B></td>');
	} else {
		document.write('					<td width="100%" valign="middle" id="'+linkID1+'"><a href="'+link1+'" class="menu_linked" id="'+linkID1+'" title="'+title1+'">&nbsp;'+item1+'</a></td>');
	}
	document.write('            	</tr>');
	document.write('          	</table>');
	document.write('		  	</td>');
	document.write('        </tr>');

}
if (link2) {	
	document.write('  	    <tr>');
	document.write('  	      <td align="center" valign="middle">');
	document.write('			<table width="98%" height="25" border="0" align="center" cellpadding="0" cellspacing="0" >');
	document.write('  				<tr>');
	if (document.location == appdir+link2){
		document.write('    				<td width="100%" valign="middle" id="'+linkID2+'" class="menu"> <B>'+item2+'</B></td>');
	} else {
		document.write('    				<td width="100%" valign="middle" id="'+linkID2+'"><a href="'+link2+'" class="menu_linked" id="'+linkID2+'" title="'+title2+'"> '+item2+'</a></td>');
	}
	document.write('  				</tr>');
	document.write('			</table>');
	document.write('		  </td>');
	document.write('        </tr>');
}
if (link3) {	
	document.write('  	    <tr>');
	document.write('  	      <td align="center" valign="middle">');
	document.write('		  <table width="98%" height="25" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('  			<tr>');
	if (document.location == appdir+link3){
		document.write('    				<td width="100%" valign="middle" id="'+linkID3+'" class="menu">&nbsp;<B>'+item3+'</B></td>');
	} else {
		document.write('    			    <td width="100%" valign="middle" id="'+linkID3+'"><a href="'+link3+'" class="menu_linked" id="'+linkID3+'" title="'+title3+'">&nbsp;'+item3+'</a></td>');
	}
	document.write('  			</tr>');
	document.write('		</table');
	document.write('		</td');
	document.write('  	</tr>');
}
if (link4){
	document.write('  	<tr>');
	document.write('  		<td>');
	document.write('		<table width="98%" height="25" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('        	<tr>');
	if (document.location == appdir+link4){
		document.write('    				<td width="100%"  valign="middle" id="'+linkID4+'" class="menu">&nbsp;<B>'+item4+'</B></td>');
	} else {
		document.write('              		<td width="100%" id="'+linkID4+'"><a href="'+link4+'" id="'+linkID4+'" class="menu_linked" Title="'+title4+'">&nbsp;'+item4+'</a></td>');
	}
	document.write('            </tr>');
	document.write('          </table>  ');	        
	document.write('  	      </td>');
	document.write('     </tr>');
}
if (link5){
	document.write('  	 <tr>');
	document.write('  	      <td>');
	document.write('		  <table width="98%" height="25" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('            <tr>');
	if (document.location == appdir+link5){
		document.write('    				<td width="100%" valign="middle" id="'+linkID5+'" class="menu">&nbsp;<B>'+item5+'</B></td>');
	} else {
		document.write('              		<td width="100%" id="'+linkID5+'"><a href="'+link5+'" class="menu_linked" id="'+linkID5+'" Title="'+title5+'">&nbsp;'+item5+'</a></td>');
	}
	document.write('            </tr>');
	document.write('          </table>');  	        
	document.write('  	      </td>');
	document.write('     </tr>');		
}
if (link6){
	document.write('  	    <tr>');
	document.write('  	      <td>');
	document.write('		  <table width="98%" height="25" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('            <tr>');
	if (document.location == appdir+link6){
		document.write('    				<td width="100%" valign="middle" id="'+linkID6+'" class="menu">&nbsp;<B>'+item6+'</B></td>');
	} else {
		document.write('             	 	<td width="100%" id="'+linkID6+'"><a href="'+link5+'" id="'+linkID5+'" class="menu_linked" Title="'+title6+'">&nbsp;'+item6+'</a></td>');
	}
	document.write('            </tr>');
	document.write('          </table>');
	document.write('		  </td>');
	document.write('        </tr>');
}
if (link7){
	document.write('  	    <tr>');
	document.write('  	      <td>');
	document.write('		  <table width="98%" height="25" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('            <tr>');
	if (document.location == appdir+link7){
		document.write('    				<td width="100%" valign="middle" id="'+linkID7+'" class="menu">&nbsp;<B>'+item7+'</B></td>');
	} else {
		document.write('             	 	<td width="100%" id="'+linkID7+'"><a href="'+link7+'" id="'+linkID7+'" class="menu_linked" Title="'+title7+'">&nbps;'+item7+'</a></td>');
	}
	document.write('            </tr>');
	document.write('          </table>');
	document.write('		  </td>');
	document.write('        </tr>');
}
document.write('</table>');

*/
