function footer()
{
    var html_str = '';

    html_str+= '<table border="0" cellspacing="0" cellpadding="0" width = "100%" align = center bgcolor = #FCE2F6>'
+' <tr>'
+'  <td valign = top align = left bgcolor = #FCC0EF><img src = "images/pixel.gif"></td>'
+' </tr>'
+'	 <tr>'
+'	  <td valign = center align = left height = 20 bgcolor = #FCE2F6><a href = "http://www.nadiaandleslie.com/leslie" target = _blank><img src = "images/logo.gif" border = 0 align = left></a>'
+'		<font face = "Verdana, Arial, Helvetica, sans-serif" size = 1 color = "#FB92E4">'
+'		<a href = "http://www.nadiaandleslie.com/leslie" target = _blank>Designed by Leslie Williams</a><br><a href = "http://www.bowensweb.com" target = _blank><b>BOWEN\'S WEB SERVICES</b></a><br>Put us to work for you, see the difference!</font></td>'
+'	 </tr>'
+'	</table>';


document.write(html_str);
}


function indexfooter()
{
    var html_str = '';

    html_str+= '<table border="0" cellspacing="0" cellpadding="0" width = "100%" align = center>'
+'	 <tr>'
+'	  <td valign = bottom align = left height = 20 width = 30><a href = "http://www.nadiaandleslie.com/leslie" target = _blank><img src = "images/indexlogo.gif" border = 0 align = left></a></td>'
+'	  <td valign = bottom align = left height = 20><font face = "Verdana, Arial, Helvetica, sans-serif" size = 1 color = "#FB92E4">'
+'		<a href = "http://www.nadiaandleslie.com/leslie" target = _blank>Designed by Leslie Williams</a><br><a href = "http://www.bowensweb.com" target = _blank><b>BOWEN\'S WEB SERVICES</b></a></font></td>'
+'	 </tr>'
+'	</table>';


document.write(html_str);
}

function closefooter()
{
    var html_str = '';

    html_str+= '<table border="0" cellspacing="5" cellpadding="0" width = "100%" align = center bgcolor = #FCE2F6>'
+'	 <tr>'
+'	  <td valign = center align = right height = 10 bgcolor = #FCE2F6><font face = "Verdana, Arial, Helvetica, sans-serif" size = 1 style="FONT: 8pt/11pt"><a href = "#" onclick= "window.close()"><b>close</b></a></font></td>'
+'	 </tr>'
+'	</table>';


document.write(html_str);
}

