function ShowJimInfo()
{
   document.write( "<DIV style='position: absolute; left: 10px; top: 10px; z-index: 1;'>" );
   document.write( "   <TABLE cellspacing='0' style='font-family: verdana; font-size: 12'>" );
   document.write( "      <TR><TD><IMG src='jimcoffman.jpg'></TD></TR>" );
   document.write( "         <TR><TD>Jim Coffman</TD></TR>" );
   document.write( "         <TR><TD>Principal Broker</TD></TR>" );
   document.write( "      </TABLE>" );
   document.write( "   </DIV>" );

   document.write( "<DIV style='position: absolute; left: 10px; top: 170px; z-index: 1;'>" );
   document.write( "   <TABLE cellspacing='0' style='font-family: verdana; font-size: 12'>" );
   document.write( "      <TR><TD><IMG src='ellie.jpg'></TD></TR>" );
   document.write( "         <TR><TD>Gabrielle Coffman</TD></TR>" );
   document.write( "         <TR><TD>Sales Associate</TD></TR>" );
   document.write( "      </TABLE>" );
   document.write( "   </DIV>" );

   document.write( "   <DIV style='position: absolute; left: 10px; top: 350px; z-index: 1;'>" );
   document.write( "      <TABLE cellspacing='0' style='font-family: verdana; font-size: 12'>" );
   document.write( "         <TR><TD>Your Old Kentucky Home</TD></TR>" );
   document.write( "         <TR><TD>&nbsp &nbsp &nbsp Realty, LLC</TD></TR>" );
   document.write( "         <TR><TD>711 Fountain Avenue</TD></TR>" );
   document.write( "         <TR><TD>Louisville, KY  40222</TD></TR>" );
   document.write( "         <TR><TD>(502) 655-0842</TD></TR>" );
   document.write( "      </TABLE>" );
   document.write( "   </DIV>" );

   ShowBlueVerticalLeft();
}

function ShowMainTitle()
{
   document.write( "<DIV style='position: absolute; left: 193px; top: 0px; z-index: 1;'>" );
   document.write( "   <IMG src='MainTitle1.gif' border='0' >" );
   document.write( "</DIV>" );
}

function OLDShowMainTitle()
{
   document.write( "<DIV style='position: absolute; left: 193px; top: 0px; z-index: 1;'>" );
   document.write( "   <IMG src='MainTitle1.gif' border='0' >" );
   document.write( "</DIV>" );

   document.write( "<DIV style='position: absolute; left: 193px; top: 100px; z-index: 1;'>" );
   document.write( "   <IMG src='MainTitle2.gif' border='0' >" );
   document.write( "</DIV>" );
}

function ShowHouseStyles()
{
   document.write( "<DIV style='position: absolute; left: 10px; top: 600px; z-index: 1; width: 170px; font-family: verdana; font-size: 13'>" );
   document.write( "The following represents just some of the old house styles available in the area:" );

   document.write( "<UL>" );
   document.write( "   <LI>Federal" );
   document.write( "   <LI>Greek Revival" );
   document.write( "   <LI>Gothic Revival" );
   document.write( "   <LI>Italianate" );
   document.write( "   <LI>Victorian" );
   document.write( "   <LI>Colonial Revival" );
   document.write( "   <LI>Neoclassical" );
   document.write( "   <LI>Tudor" );
   document.write( "   <LI>Chateauesque" );
   document.write( "   <LI>Beaux Arts" );
   document.write( "   <LI>American Foursquare" );
   document.write( "   <LI>Bungalow" );
   document.write( "   <LI>Camelback" );
   document.write( "   <LI>Eclectic" );
   document.write( "   <LI>Craftsman" );
   document.write( "   <LI>Shotgun" );
   document.write( "   <LI>Cape Cod" );
   document.write( "   <LI>Ranch" );
   document.write( "   <LI>Log" );
   document.write( "</UL>" );

   document.write( "</DIV>" );
}

function OLDShowHouseStyles()
{
   document.write( "<DIV style='position: absolute; left: 0px; top: 585px; z-index: 1;'>" );
   document.write( "   <IMG src='HouseStyles.gif' border='0'>" );
   document.write( "</DIV>" );
}


function ShowBlueHorizontalTop()
{
   document.write( "<DIV style='position: absolute; left: 196px; top: 95px; z-index: 1;'>" );
   document.write( "   <IMG src='BlueLineHorizontal.gif' border='0'>" );
   document.write( "</DIV>" );
}

function ShowBlueHorizontalBottom()
{
   document.write( "<DIV style='position: absolute; left: 196px; top: 240px; z-index: 1;'>" );
   document.write( "   <IMG src='BlueLineHorizontal.gif' border='0'>" );
   document.write( "</DIV>" );
}

function ShowBlueVerticalLeft()
{
   document.write( "<DIV style='position: absolute; left: 183px; top: 10px; z-index: 1;'>" );
   document.write( "<IMG src='BlueLineVertical.gif'   border='0' >" );
   document.write( "</DIV>" );
}

function ShowBlueVerticalRight()
{
   document.write( "<DIV style='position: absolute; left: 755px; top: 10px; z-index: 1;'>" );
   document.write( "<IMG src='BlueLineVertical.gif'   border='0' >" );
   document.write( "</DIV>" );
}

function ShowMainMenu()
{
   document.write( "<DIV style='position: absolute; left: 0px; top: 450px; z-index: 1;'>" );
   document.write( "   <IMG src='MainMenu.gif' usemap='#MainMenuMap' border='0' >" );
   document.write( "</DIV>" );
}

function ShowMainMenuMap()
{
   document.write( "<MAP name='MainMenuMap'>" );
   document.write( "   <AREA shape='rect' coords='13,   4, 160,  26' href='index.html'>" );
   document.write( "   <AREA shape='rect' coords='13,  26, 160,  54' href='BuyingAnOlderHome.html'>" );
   document.write( "   <AREA shape='rect' coords='13,  54, 160,  78' href='SellingAnOlderHome.html'>" );
   document.write( "   <AREA shape='rect' coords='13,  78, 160, 105' href='ContactingMe.html'>" );
   document.write( "   <AREA shape='rect' coords='13, 105, 160, 131' href='SelectedWebsites.html'>" );
   document.write( "</MAP>" );
}



