// LACITY-IRP.JS - Javascript source code for IRP web site
// Javascript created on 9/25/2003
// Created by Bureau Webmaster from code written by CDM (Camp Dresser and McKee Inc.)
// Last Revised on: 7/11/2005 -->
// Copyright 2003-2005 Bureau of Sanitation -->

<!-- Begin

// Header - Write the IRP web page header section
function header()
{
document.write('<table width="770" cellpadding="0" border="1" bordercolor="white" cellspacing="0">');
document.write('<tr>');
document.write('<td height="60" align="right" valign="bottom" colspan="4" background="images/IRPBanner.gif">');
document.write('<a href="index.htm"><span class="C2">HOME </a></span>');
document.write('</td>');
document.write('</tr>');
}

// Footer - Write the IRP web page footer section
function footer(){
document.write('<tr>');
document.write('<td width=385 colspan="4" align="center"bgcolor="#3f668a">&nbsp;</td>');
document.write('<tr>');
document.write('<td valign=top colspan=4><hr></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan=4 align=center>');
document.write('<span class="C7">');
document.write('City of Los Angeles <br>');
document.write('Department of Public Works <br>');
document.write('Bureau of Sanitation <br>');
document.write('2714 Media Center Drive <br>');
document.write('Los Angeles, CA 90065</span>');
document.write('</td>');
document.write('</tr>');
}

// this function displays the left side pictures for most pages
function leftpics()
{
document.write('<TABLE>');
document.write('<tr>');
document.write('<td bgcolor="#d6e0fa" valign="center" align="center" width="200">');
document.write('<img width="200" height="136" src="images/dctwrp-aerial.jpg">');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#d6e0fa" valign="center" align="center" width="200">');
document.write('<img width="200" height="136" src="images/beneficial-reuse.jpg">');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td bgcolor="#d6e0fa" valign="center" align="center" width="200">');
document.write('<img width="200" height="136" src="images/tunnel-construction.jpg">');
document.write('</td>');
document.write('</tr>');
document.write('</TABLE>');
}

//-->
//  End -->
