<!-- Begin
document.write('<font size=1 color=black>');
document.write('<center>');


document.write('<font size=2 color=726055><b>Introduction</b></font> '); 
document.write('| <a href="./io_00.htm">The Beginning</a> ');
document.write('| <a href="./il_00.htm">Liquids Pipeline</a> '); 
document.write('| <a href="./ig_00.htm">Gas Pipeline</a> '); 
document.write('| <a href="./is_00.htm">Safety</a> '); 
document.write('| <a href="./ic_00.htm">In Conclusion</a> '); 

document.write('| <a href="./ix_00.htm">Help</a> '); 
document.write('| <a href="./iz_00.htm">Glossary</a> '); 
document.write('<BR><img src="./resources/PHMSA_OPS.jpg" border="0"></a><BR><a href="./i_terms.htm">Terms of Use.</a> '); 

document.write('<BR>&#169;1998-2003 <a href="http://www.isbycpi.com" target="cpi">CoreProducts Int&prime;l.</a> All rights reserved. '); 
document.write('<br>Modified:  ');
var modifieddate=document.lastModified;
document.write(modifieddate);

function writeEmailLink(labeltext) {
	var realEmail = "John.West";
	 realEmail += "@";
	 realEmail += "dot.gov?";
	 
	 
	var str = "<a href = 'mailto:";
	 str +=  realEmail;
	 str += 'Subject';	
	 str += labeltext;
	 str += "'>";
	 str += "Contact Us";
	 str += "</a>";
	 document.write(str);
	 
}
		
document.write('</center>');
document.write('</font>');
// End -->


