//
//	JavaScript Copyright (C) 2001 Mikkel Bergmann All rights reserved.
//
// 	Purpose: Write hyperlinks to a HTML file, to make it easy to keep many pages, with the same links, all from one file!
//

var netscape4 = (document.layers) ? 1 : 0;
var internet4 = (document.all) ? 1 : 0;

document.write("            <tr>" +
"                <td valign=\"top\"" +
"                background=\"graphics/side_line.jpg\"><img" +
"                src=\"graphics/logo_south_devon.gif\"" +
"                width=\"171\" height=\"91\"></td>" +
"            </tr>" +
"            <tr>" +
"					<td valign=\"top\" background=\"graphics/side_line.jpg\">" +
"						<a HREF=\"index.htm\" >" +
"							<img src=\"graphics/but_about_us_off.gif\" onmouseout=\"Off('but1')\" onmouseover=\"On('but1')\" border=\"0\" name=\"but1\" alt=\"Details about the South Devon web site\" width=\"171\" height=\"27\">" +
"						</a>" +
"					</td>" +
"            </tr>" +
"            <tr>" +
"					<td valign=\"top\" background=\"graphics/side_line.gif\">" +
"						<a HREF=\"cattle.htm\" >" +
"							<img src=\"graphics/but_cattle_off.gif\" onmouseout=\"Off('but2')\" onmouseover=\"On('but2')\" border=\"0\" name=\"but2\" alt=\"Details about the South Devon cattle\" width=\"171\" height=\"27\">" +
"						</a>" +
"					</td>" +
"            </tr>" +
"            <tr>" +
"					<td valign=\"top\" background=\"graphics/side_line.jpg\">" +
"						<a HREF=\"property.htm\" >" +
"							<img src=\"graphics/but_property_off.gif\" onmouseout=\"Off('but3')\" onmouseover=\"On('but3')\" border=\"0\" name=\"but3\" alt=\"Details about Merilba - South Devon property\" width=\"171\" height=\"27\">" +
"						</a>" +
"					</td>" +
"            </tr>" +
"            <tr>" +
"					<td valign=\"top\" background=\"graphics/side_line.jpg\">" +
"						<a HREF=\"contact_us.htm\" >" +
"							<img src=\"graphics/but_contact_us_off.gif\" onmouseout=\"Off('but4')\" onmouseover=\"On('but4')\" border=\"0\" name=\"but4\" alt=\"How to contact us\" width=\"171\" height=\"27\">" +
"						</a>" +
"					</td>" +
"            </tr>" +
"            <tr>" +
"					<td valign=\"top\" background=\"graphics/side_line.jpg\">" +
"						<a HREF=\"links.htm\" >" +
"							<img src=\"graphics/but_links_off.gif\" onmouseout=\"Off('but5')\" onmouseover=\"On('but5')\" border=\"0\" name=\"but5\" alt=\"Links to interesting sites\" width=\"171\" height=\"30\">" +
"						</a>" +
"					</td>" +
"            </tr>" +
"            <tr>" +
"                <td valign=\"top\"" +
"                background=\"graphics/side_line.jpg\">&nbsp;</td>" +
"            </tr>" +
"            <tr>" +
"                <td valign=\"top\"" +
"                background=\"graphics/side_line.jpg\"><img border=\"0\" src=\"graphics/side_bull.jpg\" width=\"171\" height=\"58\"></td>" +
"            </tr>" +
"            <tr>" +
"                <td valign=\"top\"" +
"                background=\"graphics/side_line.jpg\">&nbsp;</td>" +
"            </tr>" +
"            <tr>" +
"                <td valign=\"top\"" +
"                background=\"graphics/side_line.jpg\">&nbsp;</td>" +
"            </tr>" +
"            <tr>" +
"                <td valign=\"bottom\"" +
"                background=\"graphics/side_line.jpg\">&nbsp;</td>" +
"            </tr>" +
"");
