<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>PENCELAND.com - Grove Isle Hotel</title>
<link href="penceland.css" rel="stylesheet" type="text/css">

<style>
a:link.blue {height: 12pt; font-style: normal; font-weight: bold; color: #003F87; text-decoration: none;}
a:visited.blue {height: 12pt; font-style: normal; font-weight: bold; color: #003F87; text-decoration: none;}
a:active.blue {height: 12pt; font-style: normal; font-weight: bold; color: #003F87; text-decoration: none;}
a:hover.blue {height: 12pt; font-style: normal; font-weight: bold; color: #990033; text-decoration: underline; background-color: transparent;}
</style>

<!-- Determine the level of JavaScript supported by the browser. -->
<script language="JavaScript"> var jslevel = "1.0"</script>
<script language="JavaScript1.1"> jslevel = "1.1"</script>

<script language="javascript" type="text/javascript">
<!--

var cPath = window.location.pathname;
var initialPage = cPath.substring(cPath.lastIndexOf('/') + 1);

// Preload button images
if (jslevel >= "1.1") {
backOn = new Image(100,20); backOn.src = "images/backi.gif";
backOff = new Image(100,20); backOff.src = "images/backo.gif";
}

// Switch On and Off button images
function imageSwap(imgID,imgName) {
if(jslevel >= "1.1") {
document.images[imgID].src = eval(imgName + ".src")
}
}

function show_pic(thispic) {
var nextpic = '';
var prevpic = '';
var grove_isle_title = '';
if (thispic == '1') {
nextpic = '2';
prevpic = '18';
grove_isle_title = 'The hotel';
}
else if (thispic == '2') {
nextpic = '3';
prevpic = '1';
grove_isle_title = 'Our room';
}
else if (thispic == '3') {
nextpic = '4';
prevpic = '2';
grove_isle_title = 'View from room';
}
else if (thispic == '4') {
nextpic = '5';
prevpic = '3';
grove_isle_title = 'Mainland from walkway';
}
else if (thispic == '5') {
nextpic = '6';
prevpic = '4';
grove_isle_title = 'Marina';
}
else if (thispic == '6') {
nextpic = '7';
prevpic = '5';
grove_isle_title = 'Marina';
}
else if (thispic == '7') {
nextpic = '8';
prevpic = '6';
grove_isle_title = 'Bridge to mainland';
}
else if (thispic == '8') {
nextpic = '9';
prevpic = '7';
grove_isle_title = 'Coconut Grove from island';
}
else if (thispic == '9') {
nextpic = '10';
prevpic = '8';
grove_isle_title = 'Key Biscayne in distance';
}
else if (thispic == '10') {
nextpic = '11';
prevpic = '9';
grove_isle_title = 'Miami and Miami Beach in distance';
}
else if (thispic == '11') {
nextpic = '12';
prevpic = '10';
grove_isle_title = 'Pool';
}
else if (thispic == '12') {
nextpic = '13';
prevpic = '11';
grove_isle_title = 'Pool';
}
else if (thispic == '13') {
nextpic = '14';
prevpic = '12';
grove_isle_title = 'Patio';
}
else if (thispic == '14') {
nextpic = '15';
prevpic = '13';
grove_isle_title = 'Patti and commercial being filmed on patio';
}
else if (thispic == '15') {
nextpic = '16';
prevpic = '14';
grove_isle_title = 'Hallway by restaurant';
}
else if (thispic == '16') {
nextpic = '17';
prevpic = '15';
grove_isle_title = 'Hallway other way';
}
else if (thispic == '17') {
nextpic = '18';
prevpic = '16';
grove_isle_title = 'Couple statue';
}
else if (thispic == '18') {
nextpic = '1';
prevpic = '17';
grove_isle_title = 'Couple statue and sign';
}
var grove_isle_show = "<h2>" + grove_isle_title + "</h2>" + "<img src='pics/grove_isle/" + thispic + ".jpg' width='640' height='480'><table><tr><td height='30' width='30' bgcolor='#999999' align='center'><a href=\"javascript:show_pic('" + prevpic + "')\" style=\"color: #ffffff; text-decoration: none\">&lt;&lt;</a></td>";
  var i=1;
  for (i=1; i<=18; i++) {
    color_style = 'style=\"background-color:#999999\"';
    if (i == thispic) {
      color_style = 'style=\"background-color:#666666\"';
    }
    grove_isle_show += "<td width='30' align='center'" + color_style + "><a href='javascript:show_pic(\"" + i + "\")' style=\"color: #ffffff; text-decoration: none\">" + i + "</a></td>";
  }
  grove_isle_show += "<td width='30' bgcolor='#999999' align='center'><a href=\"javascript:show_pic('" + nextpic + "')\" style=\"color: #ffffff; text-decoration: none\">&gt;&gt;</a></td></tr></table>";
document.getElementById('grove_isle_slideshow').innerHTML = grove_isle_show;
}


// -->
</script>
</head>
<body onLoad="show_pic('1')">

<img src="images/grnbar1.gif" height="5" width="100%" vspace="2">
<table cellspacing="0" cellpadding="0" width="100%" height="20">
<tr valign="bottom">
<td width="33%">
<a href="javascript:history.go(-1)" onMouseDown ="imageSwap('back_btn','backOn')"
onMouseUp = "imageSwap('back_btn','backOff')"
onMouseOut = "imageSwap('back_btn','backOff')">
<img src="images/backo.gif" title="Back" name="back_btn" width="100" height="20" border="0" align=middle></a>
</td>
<td width="33%" align="center">
<a href="index.html"><img src="images/pentitle.gif" width="171" height="19" title="PENCELAND.com" align="middle" border="0"></a>
</td>
<td width="33%" align=right valign="middle">
<span class="date_block" title="Today's date">
<b>
<script type="text/javascript" language="JavaScript">
<!--
var today = new Date();
var yyyy = today.getYear();
if (yyyy < 1000) {
yyyy += 1900;
}
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
var Month = montharray[today.getMonth()];
var dd = today.getDate();
document.write(Month + " " + dd + ", " + yyyy);
// -->
</script>
</b>
</span>
</td>
</tr>
</table>
<img src="images/grnbar1.gif" height="5" width="100%" vspace="2">

<p />
<table>
<tr>
<td width="10"></td>
<td align="left">
<font size="+2"><b>Grove Isle Hotel photos, 2008</b></font>
<br /><img src="images/clearspacer.gif" height="10" />
</td>
</tr>
<tr>
<td width="10"></td>
<td valign="top" style="line-height: 1.35" align="left">
We stayed at a beautiful hotel on an island off the coast of Coconut Grove, south of Miami, the <a href="http://www.groveisle.com/"
class="green">Grove Isle Hotel</a>. Patti arranged this for my 60th birthday and I can't thank her enough for a wonderful weekend, which
included massages in the spa, breakfast and dinner at a fabulous restaurant at the hotel, and a great <i>tapas</i> meal at
<a href="http://www.cafetututango.com/" class="green">Cafe Tu Tu Tango</a> at the <a href="http://www.flickr.com/search/?q=CocoWalk%20Coconut+Grove&w=all"
class="green">CocoWalk</a>. These photos were mostly taken on a walk around the island.
</td>
</tr>
</table>

<p>
<center>
<div id="grove_isle_slideshow" width="650" height="550" align="center">
</div>
</center>

<img src="images/grnbar1.gif" height="5" width="100%" vspace="2">

</body>
</html>