//---------------------------------------------------------------------//
// fxFooter() - displays text navigation links and copyright info
//---------------------------------------------------------------------//
function fxFooter(){
	document.write("\n" + 
		"<tr><td></td></tr>" + 
		"<tr>" + 
		"<td align='center' valign='top' bgcolor='#000000'><a href='#'><img src='images/LookingToBuySell.gif' border='0' alt='Looking to Buy or Sell a Home in One of Baltimore’s Waterfront Neighborhoods???'></a></td>" + 		
		"</tr>" +
		"<tr><td align='center' class='footertext' bgcolor='#000000'><blockquote>Baltimorecitywaterfront.com supports equal housing opportunities. All materials displayed on this web site are the property of Baltimorcitywaterfront.com™. No part of this web site may be replicated without our express written consent. All rights reserved.</blockquote></td></tr>" + 
		"<tr><td></td></tr>")
}
//---------------------------------------------------------------------//
// fxFooterNoButton() - displays text navigation links and copyright info
//---------------------------------------------------------------------//
function fxFooterNoButton(){
	document.write("\n" + 
		"<tr><td></td></tr>" + 
		"<tr><td valign='center' align='center' class='footertext' bgcolor='#000000'><blockquote>Baltimorecitywaterfront.com supports equal housing opportunities. All materials displayed on this web site are the property of Baltimorcitywaterfront.com™. No part of this web site may be replicated without our express written consent. All rights reserved.</blockquote></td></tr>" + 
		"<tr><td></td></tr>")
}

//---------------------------------------------------------------------//
// fxFlashMap()
//---------------------------------------------------------------------//
function fxFlashMap(){
	document.write("\n" + 
		"<A HREF=http://www.baltimorecityrealestate.com/neighborhoods.asp></A> <A HREF=http://www.baltimorecantonhomes.com></A> <A HREF=http://www.butchershillhomes.com></A> <A HREF=http://www.fellspointrealestate.net></A> <A HREF=http://www.federalhillrealestate.net></A>" + 
		"<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='800' HEIGHT='580' id='homeMapFlash' ALIGN=''>" + 
		"<PARAM NAME=movie VALUE='homeMapFlash.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src='homeMapFlash.swf' quality=high bgcolor=#FFFFFF  WIDTH='800' HEIGHT='580' NAME='homeMapFlash' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>" + 
		"</OBJECT>")
}
//---------------------------------------------------------------------//
// fxFlashIntro()
//---------------------------------------------------------------------//
function fxFlashIntro(){
	document.write("\n" + 
		"<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='500' HEIGHT='400' id='intro' ALIGN=''>" + 
		"<PARAM NAME=movie VALUE='intro.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#000000><EMBED src='intro.swf' quality=high bgcolor=#000000  WIDTH='500' HEIGHT='400' NAME='intro' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>" + 
		"</OBJECT>")
}
//---------------------------------------------------------------------//
// fxFlashCollage()
//---------------------------------------------------------------------//
function fxFlashCollage(){
	document.write("\n" + 
	"<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='517' HEIGHT='286' id='Collage' ALIGN=''>" + 
	"<PARAM NAME=movie VALUE='Collage.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src='Collage.swf' quality=high bgcolor=#FFFFFF  WIDTH='517' HEIGHT='286' NAME='Collage' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>" + 
	"</OBJECT>")
}