function showdiv()
{
  document.getElementById('descbox').style.display='block';
}
function hidediv()
{
  document.getElementById('descbox').style.display='none';
}
function fforest()
{
  showdiv();
  var output='<img align=right src=x.gif onclick="document.getElementById(\'descbox\').style.display=\'none\';">';
  output+='<h5>629 - 631 SOUTH FOREST - "The Stratford" - just south of South University and the Village Corner.  Modern brick building, air conditioning, laundry facilities, on-site parking, furnished, telephone entry system. Some with walk-out patios & balconies, new kitchens, dishwashers, new carpet, leather couches & more. ';
  output+='<div style="display:inline;height:20px;vertical-align:top;margin-left:10px;"><a href=sf629.html><img src=pic.gif border=0>View Pictures</a></div></h5>';
  output+='<h5><div class=tab>Two-bedroom:			$1,280 - $1,980			Suitable for 2 - 4 people </div></h5>';
  output+='<h5>625 SOUTH FOREST - just south of South University.  Well-maintained and modernized older building.  New kitchens, laundry facilities, on-site parking, air conditioning, telephone entry system.';
  output+='   <div style="display:inline;height:20px;vertical-align:top;margin-left:10px;"><a href=sf625.html><img src=pic.gif border=0>View Pictures</a></div></h5>';
  output+='<h5><div class=tab>One-bedroom:			      $1,180 				Suitable for 1 person</div></h5>';
  output+='<h5><div class=tab>Three-bedroom:		$1,850 - $2,650			Suitable for 3 - 4 people</div></h5>';
  document.getElementById('descbox').innerHTML=output;
}
function fforestct()
{
  showdiv();
  var output='<img align=right src=x.gif onclick="document.getElementById(\'descbox\').style.display=\'none\';">';
  output+='<h5>1312 FOREST CT. - 1312 Forest Ct., One block south of S. University, six-bedroom house, furnished, 2 1/2 bath, AC, dishwasher, 2 side-by-side fridges, gas fireplace, enclosed sundeck, paved parking for 8 cars';
  output+='<div style="display:inline;height:20px;vertical-align:top;margin-left:10px;"><a href=f1312.html><img src=pic.gif border=0>View Pictures</a></div></h5>';
  output+='<h5><div class=tab>Six-bedroom:			     $5000</div></h5>';
  document.getElementById('descbox').innerHTML=output;
}
function ftappan()
{
  showdiv();
  var output='<img align=right src=x.gif onclick="document.getElementById(\'descbox\').style.display=\'none\';">';
  output+='<h5>839 TAPPAN - just south of Hill Street, 1 block from the Business School and 2 blocks from Law School.  Laundry, on-site parking.  Most with new kitchens, dishwashers, built-in microwaves, air conditioners, new carpet, double beds and upscale furniture.';
  output+='   <div style="display:inline;height:20px;vertical-align:top;margin-left:10px;"><a href=tappan.html><img src=pic.gif border=0>View Pictures</a></div></h5>';
  output+='<h5><div class=tab>Two-bedroom:	   	$1,450 - $1,750			Suitable for 2 - 3 people</div></h5>';
  document.getElementById('descbox').innerHTML=output;
}
function fhill()
{
  showdiv();
  var output='<img align=right src=x.gif onclick=hidediv();>';
  output+='<h5>507 HILL - 2 1/2 blocks from Business and Law Schools.  Covered parking, air conditioning, laundry facilities, furnished, dishwasher, balcony available.  ';
  output+='   <div style="display:inline;height:20px;vertical-align:top;margin-left:10px;"><a href=hill.html><img src=pic.gif border=0>View Pictures</a></div></h5>';
  output+='<h5><div class=tab>Efficiency:			 $920   -    $950			Suitable for 1 person</div></h5>';
  output+='<h5><div class=tab>One-bedroom:		            $1,060   -  $1,090 		Suitable for 1 - 2 people</div></h5>';
  output+='<h5><div class=tab>Bi-Level One-bedroom:          $1,300   -  $1,400		Suitable for 1 � 2 people</div></h5>';
  document.getElementById('descbox').innerHTML=output;
}

