//js bottom

text = '';

text += '</td>';

text += '<tr>';
text += '<td>&nbsp;</td>';
text += '</tr>';
text += '<tr>';
text += '<td align="center">';
text += '</td>';
text += '</tr>';
text += '<tr>';
text += '<td>&nbsp;</td>';
text += '</tr>';
text += '</table>';
text += '</td>';
text += '</tr>';

//END888888888888888888888888888888
//999999999999999999999999999999999
//CONTENT TABLE

text += '<tr>';
text += '<td valign="bottom">';
text += '<table cellpadding="0" cellspacing="0" border="0" width="'+navW+'" height="30">';
text += '<tr><td>';
text += '<div id="menuBar" class="menubar">';
text += '<a href="http://www.aledesigns.com"><img src="'+loc+'images/icons/ale2.gif" width="57" height="25" border="0"></a>';
text += '</div>';
text += '</td>';
text += '</tr>';
text += '</table>';

/*
text += '<table cellpadding="0" cellspacing="0" border="0" width="'+navW+'" height="30">';
text += '<tr>';
text += '<td bgcolor="#99cc99"><center><a href="http://www.aledesigns.com"><img src="'+loc+'../images/ale-button2.gif" width="230" height="20" border="0"></a></center>';
text +='';
text += '</td>';
text += '</tr>';
text += '</table>';
*/

//END99999999999999999999999999999
							
text += '</td>';
text += '</tr>';
text += '</table>';

//END444444444444444444444444444
					
text += '<!-- ************************************************************************************** -->';
text += '</td>';
text += '<td class="brdr"><img src="'+loc+'images/spacer.gif" height="10" width="10"></td>';

//<!-- new shadow cell -->
text += '<td class="brdr" background="'+loc+'images/shad2.gif"><img src="'+loc+'images/spacer.gif" width="30" height="10"></td>';


text += '</tr>';
text += '<tr>';
//<!-- new shadow cell -->
text += '<td class="brdr" background="'+loc+'images/shad1.gif"><img src="'+loc+'images/spacer.gif" width="30" height="10"></td>';

text += '<td height="10" class="brdr"><img src="'+loc+'../images/spacer.gif" width="10" height="10"></td>';
text += '<td class="brdr"><img src="'+loc+'../images/spacer.gif" height="10" width="10"></td>';
text += '<td class="brdr"><img src="'+loc+'../images/spacer.gif" height="10" width="10"></td>';

//<!-- new shadow cell -->
text += '<td class="brdr" background="'+loc+'images/shad2.gif"><img src="'+loc+'images/spacer.gif" width="30" height="10"></td>';


if(skyscrapper)
{
	text += '<td class="brdr"><img src="'+loc+'../images/spacer.gif" height="10" width="10"></td>';
	text += '<td class="brdr"><img src="'+loc+'../images/spacer.gif" height="10" width="10"></td>';
}
text += '</tr>';
text += '</table>';

//END1111111111111111111111

text += '</div>';

document.write(text);
