<!-- hide this script from old browsers-->

// This script generates the top half of the
// individual beach guide page

var gNumber = 0;
var gTH ='th';
var gMonth = "Month";
var gYear = 2005;
var gMore ='More'
var GoogleMaps = 'Google'

// This script initialises Google Maps
    function initialize(gLat,gLong,gZoom,gNS,gEW) {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"),
            { size: new GSize(325,240) } );
        map.removeMapType(G_HYBRID_MAP);
        map.setCenter(new GLatLng(gLat,gLong),gZoom);
        map.addControl(new GSmallMapControl());
        var point = new GLatLng(gNS,gEW);
          map.addOverlay(new GMarker(point,icon=G_DEFAULT_ICON,inert="0"));
                var mapControl = new GMapTypeControl();
        map.addControl(mapControl);
        
      }
    }

// This script generates the top half of the
// individual beach guide page hopefully with Google Maps

function BeachPageTop(hTitle,hDir,hBeach,hLocation,hSuburb,hBrief,hMore,hMap)
{
gMore = hMore;
  Top_Page=
document.write('<TABLE summary="Beach Guide" width="100%" border="0"> ');
document.write('<TR>' );
document.write('<TD colspan="2" width="67%" class="GuideHeader"> ');
document.write('<P class="HeaderText"> ');
document.write('&nbsp;'+hTitle);
document.write(' </P> ');
document.write('</TD> ');
document.write('<TD width="33%"> ');
document.write('<P class="LinkyText"> ');
document.write("Linky's Beach Days&nbsp;");
document.write(' </P> ');
document.write('</TD> ');
document.write('</TR> ');
document.write('<TR> ');
document.write('<TD colspan="3" align="center"> ');
document.write('<INPUT type="button" value="Home" name="bHome" onclick="window.location=&quot;../../default.htm&quot;"> ');
document.write('<INPUT type="button" value="Back" name="bBack" onclick="history.go(-1)"> ');
document.write('<INPUT type="button" value="Mud-Map" name= "bmap" onclick="window.location=&quot;../../_maps/&quot;+&quot;'+hMap+'&quot;+&quot;map.html&quot;"> ');
if (hMore=="Story")
{
document.write('<INPUT type="button" value="Story" name="bStory" onclick="window.location=&quot;'+hBeach+'&quot;+&quot;story.html&quot;"> ');
}
else
{
document.write('<INPUT disabled type="button" value="Story" name="bStory" onclick="window.location=&quot;#dStory&quot;"> ');
}
document.write('<BR>');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dTransport&quot;">Transport</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dParking&quot;">Parking</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dBeach&quot;">Beach</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dActivities&quot;">Activities</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dAmusements&quot;">Amusements</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dSLSC&quot;">SLSC</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dToilets&quot;">Toilets</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dShowers&quot;">Showers</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dWater&quot;">Water</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dShade&quot;">Shade</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dFurniture&quot;">Furniture</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dBarbecues&quot;">Barbecues</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dPlayground&quot;">Playground</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dKiosk&quot;">Kiosk</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dCafes&quot;">Cafes</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dRestaurants&quot;">Restaurants</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dPubs&quot;">Pubs</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dShops&quot;">Shops</BUTTON> ');
document.write('</TD>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD colspan="3" class="PhotoPanel">');
document.write('<IMG src="../../'+hDir+'/'+hBeach+'/00 '+hBeach+' panorama.jpg" width="100%" alt="'+hBeach+' panorama">');
document.write('</TD>');
document.write('</TR>');

if (GoogleMaps=="Google")
{
document.write('<TR>');
document.write('<TD width="33%" class="PhotoPanel">');
document.write('<div id="map_canvas" style="width: 100%; height: 100%"></div>');
//document.write('<div id="map_canvas" style="width: 320px height: 240px"></div>');
document.write('</TD>');
document.write('<TD width="33%" class="PhotoPanel">');
document.write('<IMG src="01 '+hBeach+'.jpg" width="100%" alt="'+hBeach+' one">');
document.write('</TD>');
document.write('<TD width="33%" class="PhotoPanel">');
document.write('<a href="javascript:;" onclick="BigPicture(&quot;'+hTitle+'&quot;,&quot;'+hBeach+'&quot;);">');
document.write('<IMG src="02 '+hBeach+'.jpg" width="100%" alt="'+hBeach+' two">');
document.write('</a> ');
document.write('</TD>');
document.write('</TR>');
}
else
{
document.write('<TR>');
document.write('<TD width="34%" height="15px" class="PhotoPanel">');
document.write('<P class="InfoPara">');
document.write('<SPAN class="InfoHeader">Location:</SPAN> '+hLocation);
document.write('</P>');
document.write('</TD>');
document.write('<TD width="33%" rowspan="3" class="PhotoPanel">');
document.write('<IMG src="01 '+hBeach+'.jpg" width="100%" alt="'+hBeach+' one">');
document.write('</TD>');
document.write('<TD width="33%" rowspan="3" class="PhotoPanel">');
document.write('<a href="javascript:;" onclick="BigPicture(&quot;'+hTitle+'&quot;,&quot;'+hBeach+'&quot;);">');
document.write('<IMG src="02 '+hBeach+'.jpg" width="100%" alt="'+hBeach+' two">');
document.write('</a> ');
document.write('</TD>');
document.write('</TR>');
document.write('<TR> ');
document.write('<TD height="15px" class="PhotoPanel"> ');
document.write('<P class="InfoPara"> ');
document.write('<SPAN class="InfoHeader">Suburbs:</SPAN> '+hSuburb);
document.write(' </P> ');
document.write('</TD> ');
document.write('</TR> ');
document.write('<TR> ');
document.write('<TD class="PhotoPanel"> ');
document.write('<P class="InfoPara"> ');
document.write('<SPAN class="InfoHeader">In Brief:</SPAN> '+hBrief);
document.write(' </P> ');
document.write('</TD> ');
document.write('</TR> ');
}
document.write('</table> ');
document.close();
}

function BeachTopPage(hTitle,hDir,hBeach,hLocation,hSuburb,hBrief,hMore,hMap)
{
gMore = hMore;
  Top_Page=
document.write('<TABLE summary="Beach Guide" width="100%" border="0"> ');
document.write('<TR>' );
document.write('<TD colspan="2" width="67%" class="GuideHeader"> ');
document.write('<P class="HeaderText"> ');
document.write('&nbsp;'+hTitle);
document.write(' </P> ');
document.write('</TD> ');
document.write('<TD width="33%"> ');
document.write('<P class="LinkyText"> ');
document.write("Linky's Beach Days&nbsp;");
document.write(' </P> ');
document.write('</TD> ');
document.write('</TR> ');
document.write('<TR> ');
document.write('<TD colspan="3" align="center"> ');
document.write('<INPUT type="button" value="Home" name="bHome" onclick="window.location=&quot;../../default.htm&quot;"> ');
document.write('<INPUT type="button" value="Back" name="bBack" onclick="history.go(-1)"> ');
document.write('<INPUT type="button" value="Mud-Map" name= "bmap" onclick="window.location=&quot;../../_maps/&quot;+&quot;'+hMap+'&quot;+&quot;map.html&quot;"> ');
if (hMore=="Story")
{
document.write('<INPUT type="button" value="Story" name="bStory" onclick="window.location=&quot;'+hBeach+'&quot;+&quot;story.html&quot;"> ');
}
else
{
document.write('<INPUT disabled type="button" value="Story" name="bStory" onclick="window.location=&quot;#dStory&quot;"> ');
}
document.write('<BR>');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dTransport&quot;">Transport</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dParking&quot;">Parking</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dBeach&quot;">Beach</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dActivities&quot;">Activities</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dAmusements&quot;">Amusements</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dSLSC&quot;">SLSC</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dToilets&quot;">Toilets</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dShowers&quot;">Showers</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dWater&quot;">Water</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dShade&quot;">Shade</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dFurniture&quot;">Furniture</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dBarbecues&quot;">Barbecues</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dPlayground&quot;">Playground</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dKiosk&quot;">Kiosk</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dCafes&quot;">Cafes</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dRestaurants&quot;">Restaurants</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dPubs&quot;">Pubs</BUTTON> ');
document.write('<BUTTON style="background-color:transparent; font:9px" onclick="window.location=&quot;#dShops&quot;">Shops</BUTTON> ');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD colspan="3" class="PhotoPanel">');
document.write('<IMG src="../../'+hDir+'/'+hBeach+'/00 '+hBeach+' panorama.jpg" width="100%" alt="'+hBeach+' panorama">');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD width="34%" height="15px" class="PhotoPanel">');
document.write('<P class="InfoPara">');
document.write('<SPAN class="InfoHeader">Location:</SPAN> '+hLocation);
document.write('</P>');
document.write('</TD>');
document.write('<TD width="33%" rowspan="3" class="PhotoPanel">');
document.write('<IMG src="01 '+hBeach+'.jpg" width="100%" alt="'+hBeach+' one">');
document.write('</TD>');
document.write('<TD width="33%" rowspan="3" class="PhotoPanel">');
document.write('<a href="javascript:;" onclick="BigPicture(&quot;'+hTitle+'&quot;,&quot;'+hBeach+'&quot;);">');
document.write('<IMG src="02 '+hBeach+'.jpg" width="100%" alt="'+hBeach+' two">');
document.write('</a> ');
document.write('</TD>');
document.write('</TR>');
document.write('<TR> ');
document.write('<TD height="15px" class="PhotoPanel"> ');
document.write('<P class="InfoPara"> ');
document.write('<SPAN class="InfoHeader">Suburbs:</SPAN> '+hSuburb);
document.write(' </P> ');
document.write('</TD> ');
document.write('</TR> ');
document.write('<TR> ');
document.write('<TD class="PhotoPanel"> ');
document.write('<P class="InfoPara"> ');
document.write('<SPAN class="InfoHeader">In Brief:</SPAN> '+hBrief);
document.write(' </P> ');
document.write('</TD> ');
document.write('</TR> ');
document.write('</table> ');
document.close();
}


// This script opens a new browser window and writes
// HTML to display an image with a title and caption

function BigPicture(pTitle,pBeach)
{
  BP_Window=
    window.open("","BigPic","scrollbars,resizable,width=pWidth,height=pHeight");
    BP_Window.moveTo(0,0);
    BP_Window.resizeTo(screen.width,screen.height);
    BP_Window.document.write('<html><head><title>' + pTitle + '</title>');
    BP_Window.document.write('</head>');
    BP_Window.document.write('<BODY background="../../_graphics/dark.jpg">');
    BP_Window.document.write('<table summary="BigPic" width="100%" border="0" cellspacing="5" cellpadding="0" height="100%">');
    BP_Window.document.write('<tr>');
    BP_Window.document.write('<td align="center" valign="top">');
	BP_Window.document.write('<INPUT TYPE="BUTTON" VALUE="Back to Beach" ONCLICK="window.close()"; return false>');
    BP_Window.document.write('</td>');
    BP_Window.document.write('</tr>');
    BP_Window.document.write('<tr>');
    BP_Window.document.write('<td>');
    BP_Window.document.write('<div align="center">');
    BP_Window.document.write('<img src="03 ' + pBeach + '.jpg" width="800" height="600" border="2" alt="' + pTitle +'">');
    BP_Window.document.write('<br>');
    BP_Window.document.write('</div>');
    BP_Window.document.write('</td>');
    BP_Window.document.write('</tr>');
    BP_Window.document.write('</table>');
    BP_Window.document.write('</body></html>');
    BP_Window.document.close();
}
function ForwardingPicture(pTitle,pRoot,pFolder,pJpeg,pWidth,pHeight)
{
  BP_Window=
    window.open("","HomePic","scrollbars,resizable,width=pWidth,height=pHeight");
    BP_Window.moveTo(0,0);
    BP_Window.resizeTo(screen.width,screen.height);
    BP_Window.document.write('<html><head><title>' + pTitle + '</title>');
    BP_Window.document.write('</head>');
    BP_Window.document.write('<BODY background="../_graphics/dark.jpg">');
    BP_Window.document.write('<table summary="HomePic" width="100%" border="0" cellspacing="5" cellpadding="0" height="100%">');
    BP_Window.document.write('<tr>');
    BP_Window.document.write('<td align="center">');
	BP_Window.document.write('<INPUT TYPE="BUTTON" VALUE="Back to Previous Page" ONCLICK="window.close()"; return false>');
	BP_Window.document.write('&nbsp;&nbsp;&nbsp;');
	BP_Window.document.write('<INPUT TYPE="BUTTON" VALUE=" Go to the Beach Guide" ONCLICK="opener.location=&quot;' + pRoot + pFolder + '/' + pFolder + '.html&quot;;self.close()" return false>');
    BP_Window.document.write('</td>');
    BP_Window.document.write('</tr>');
    BP_Window.document.write('<tr>');
    BP_Window.document.write('<td>');
    BP_Window.document.write('<div align="center">');
    BP_Window.document.write('<img src="' + pRoot + pFolder + '/' + pJpeg + '" width="' + pWidth + '" height="' + pHeight + '" border="2" alt="' + pTitle +'">');
    BP_Window.document.write('</div>');
    BP_Window.document.write('</td>');
    BP_Window.document.write('</tr>');
    BP_Window.document.write('</table>');
    BP_Window.document.write('</body></html>');
    BP_Window.document.close();
}

function IncidentalPic(pTitle,pJpeg)
{
BP_Window=
window.open("","BigPic","scrollbars,resizable,width=pWidth,height=pHeight");
BP_Window.moveTo(0,0);
BP_Window.resizeTo(screen.width,screen.height);
BP_Window.document.write('<html><head><title>' + pTitle + '</title>');
BP_Window.document.write('</head>');
BP_Window.document.write('<BODY background="../_graphics/dark.jpg">');
BP_Window.document.write('<table summary="BigPic" width="100%" border="0" cellspacing="5" cellpadding="0" height="100%">');
BP_Window.document.write('<tr>');
BP_Window.document.write('<td align="center">');
BP_Window.document.write('<INPUT TYPE="BUTTON" VALUE="Back to Gallery" ONCLICK="window.close()"; return false>');
BP_Window.document.write('</td>');
BP_Window.document.write('</tr>');
BP_Window.document.write('<tr>');
BP_Window.document.write('<td>');
BP_Window.document.write('<div align="center">');
BP_Window.document.write('<img src="../_additional/Incidentals/' + pJpeg + '" width="800" height="600" border="2" alt="' + pTitle +'">');
BP_Window.document.write('<br>');
BP_Window.document.write('</div>');
BP_Window.document.write('</td>');
BP_Window.document.write('</tr>');
BP_Window.document.write('</table>');
BP_Window.document.write('</body></html>');
BP_Window.document.close();
}

function BigStoryPic(pTitle,pJpeg,pWidth,pHeight)
{
BP_Window=
window.open("","BigPic","scrollbars,resizable,width=pWidth,height=pHeight");
BP_Window.moveTo(0,0);
BP_Window.resizeTo(screen.width,screen.height);
BP_Window.document.write('<html><head><title>' + pTitle + '</title>');
BP_Window.document.write('</head>');
BP_Window.document.write('<BODY background="../../_graphics/dark.jpg">');
BP_Window.document.write('<table summary="BigPic" width="100%" border="0" cellspacing="5" cellpadding="0" height="100%">');
BP_Window.document.write('<tr>');
BP_Window.document.write('<td align="center">');
BP_Window.document.write('<INPUT TYPE="BUTTON" VALUE="Back to Beach Story" ONCLICK="window.close()"; return false>');
BP_Window.document.write('</td>');
BP_Window.document.write('</tr>');
BP_Window.document.write('<tr>');
BP_Window.document.write('<td>');
BP_Window.document.write('<div align="center">');
BP_Window.document.write('<img src="' + pJpeg + '" width="' + pWidth + '" height="' + pHeight + '" border="2" alt="' + pTitle +'">');
BP_Window.document.write('<br>');
BP_Window.document.write('</div>');
BP_Window.document.write('</td>');
BP_Window.document.write('</tr>');
BP_Window.document.write('</table>');
BP_Window.document.write('</body></html>');
BP_Window.document.close();
}

// Displays a title and text in a higlighted //
// or Lowlighted panel dependeing on content //

function InfoPanel(iYesNo,iLabel,iInfoText)
{
  Info_Panel=
document.write(' ');
if (iYesNo=="Info")
{
document.write(' <TD width="25%" class="InfoPanel"> ');
}
else
{
document.write(' <TD width="25%" class="NoInfoPanel"> ');
}
document.write(' <P class="InfoPara"> ');
if (iYesNo=="Info")
{
document.write(' <SPAN class="InfoHeader">');
}
else
{
document.write(' <SPAN class="NoInfoHeader">');
}
document.write('<A name="d'+iLabel+'">'+iLabel+':</A></SPAN> ');
document.write(' '+iInfoText);
document.write(' </P> ');
document.write(' </TD> ');
document.close();
}


// A simple button to go to the top of the page //

function TopButton()
{
document.write(' <TD colspan="4" align="center"> ');
document.write(' <P class="TopButton"> ');
document.write(' <BUTTON style="font: 14px Arial; background-color:transparent" onclick="window.location=&quot;#dTop&quot;">Top</BUTTON> ');
//document.write(' <INPUT type="button" value="Top" name="bTop" onclick="window.location=&quot;#dTop&quot;"> ');
document.write(' </P> ');
document.write(' </TD> ');
}


// Button going to other links //

function LinkPanel(lLabel,lInfoText,lButtonText,lMap)
{
document.write(' <TD width="25%" class="InfoPanel"> ');
document.write(' <P class="InfoPara"> ');
document.write(' <SPAN class="InfoHeader"><A name="d'+lLabel+'">'+lLabel+':</A></SPAN> ');
document.write(' '+lInfoText);
document.write(' </P> ');
document.write(' <P class="TopButton"> ');

if (lLabel=="Map")
{
document.write(' <INPUT type="button" value="'+lButtonText+'" name="bGo'+lLabel+'" onclick="window.location=&quot;'+lMap+'&quot;"> ');
}
else if (gMore=="Story")
{
document.write(' <INPUT type="button" value="'+lButtonText+'" name="bGo'+lLabel+'" onclick="window.location=&quot;'+lMap+'&quot;"> ');
}
//else
//{
//document.write(' <INPUT disabled type="button" value="'+lButtonText+'" name="bGo'+lLabel+'" onclick="window.location=&quot;'+lMap+'&quot;"> ');
//}
document.write(' </P> ');
document.write(' </TD> ');
}


function GetDate(dNumber,dTH,dMonth,dYear)
{
gNumber = dNumber;
gTH =dTH;
gMonth = dMonth;
gYear = dYear;
}

function Caution()
{
document.write(' <TR> ');
document.write(' <TD class="Caution" colspan="3"> ');
document.write(' <p> ');
document.write(' The details and external links were accurate at the time of publishing. ');
document.write(' Any detail may now be incorrect or have changed since the date at right. ');
document.write(' Please be sure to check out current related information. ');
document.write(' </p> ');
document.write(' </TD> ');
document.write(' <TD> ');
Copyright(gNumber,gTH,gMonth,gYear);
document.write(' </TD> ');
document.write(' </TR> ');
}

function AuxHeader(sTitle,sButton,sReturn,sBack)
{
  Story_Header=
document.write('<table summary="Page Header" style="border-collapse: collapse" cellpadding="5" width="100%" border="2">');
document.write('<TR>');
document.write('<TD valign="top" class="SubHeader" width="100%">');
document.write(sTitle);
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD align="center" valign="top" class="darksand" width="100%">');
GoToButton(sButton,sReturn,sBack);
document.write('</TD>');
document.write('</TR>');
document.write('</table>');
document.close();
}

function GoToButton(bbTitle,bbReturn,bbBack)
{  Back_Button=
document.write(' <P class="TopButton"> ');
if (bbBack=="BackOnly")
{
document.write('<INPUT TYPE="BUTTON" VALUE="Back" onclick="history.go(-1)">');
}
else
{
document.write('<INPUT TYPE="BUTTON" VALUE="'+bbTitle+'" ONCLICK="window.location = &quot;'+bbReturn+'&quot;"> ');
}
if (bbBack=="Back")
{
document.write('<INPUT TYPE="BUTTON" VALUE="Back" onclick="history.go(-1)">');
}
document.write(' </P> ');
document.close();
}



function BottomOfStory(bNumber,bTH,bMonth,bYear)
{
   Bottom=
TopOfPage();
Copyright(bNumber,bTH,bMonth,bYear);
}


function TopOfPage()
{
document.write(' <P class="TopButton"> ');
document.write(' <BUTTON style="background-color:transparent" onclick="window.location=&quot;#dTop&quot;">Top</BUTTON> ');
//document.write(' <INPUT type="button" value="Top" name="bTop" onclick="window.location=&quot;#dTop&quot;"> ');
document.write(' </P> ');
}

function Copyright(hNumber,hTH,hMonth,hYear)
{
   CRight=
document.write('<P class="copyright">');
document.write('&copy; Graham Link&nbsp;&nbsp;'+hNumber+'<sup>'+hTH+'</sup> '+hMonth+' '+hYear);
document.write('</P>');
}

function Eston()
{
  var djonh1 = "Em"
  var djonh2 = "ail L"
  var djonh3 = "inky"
  var sznayl = "grahamlink"
  var wobblegiggle1 = "westn"
  var wobblegiggle2 = "et.c"
  var wobblegiggle3 = "om.a"
  var wobblegiggle4 = "u"
  document.write("<a href=" + "mai" + "lto:" + sznayl + "@" + wobblegiggle1 + wobblegiggle2 + wobblegiggle3 + wobblegiggle4 + ">" + djonh1 + djonh2 + djonh3 + "</a>")
}

// done hiding from old browsers -->
