var strNavLeft = "";
var strNavBottom = "";

function GetNavLeft(){
  strNavLeft = "";
  strNavLeft += "<a href='index.html'><img border='0' src='graphics/button/button_home.gif' alt='Linderland Kennels - Home' width='150' height='25'></a><br>";
  strNavLeft += "<a href='standard_aussies.html'><img border='0' src='graphics/button/button_aussies.gif' alt='Linderland Kennels - Australian Shepherds' width='150' height='25'></a><br>";
  strNavLeft += "<a href='standard_adults.html'><img border='0' src='graphics/button/button_adults.gif' alt='Linderland Kennels - Australian Shepherds - Adults' width='150' height='25'></a><br>";
  strNavLeft += "<a href='standard_puppies.html'><img border='0' src='graphics/button/button_puppies.gif' alt='Linderland Kennels - Australian Shepherds - Puppies' width='150' height='25'></a><br>";
  strNavLeft += "<a href='standard_new_homes.html'><img border='0' src='graphics/button/button_new_homes.gif' alt='Linderland Kennels - Australian Shepherds - New Homes' width='150' height='25'></a><br>";
  strNavLeft += "<a href='miniature_aussies.html'><img border='0' src='graphics/button/button_miniature_aussies.gif' alt='Linderland Kennels - Miniature Australian Shepherds' width='150' height='25'></a><br>";
  strNavLeft += "<a href='miniature_adults.html'><img border='0' src='graphics/button/button_adults.gif' alt='Linderland Kennels - Miniature Australian Shepherds - Adults' width='150' height='25'></a><br>";
  strNavLeft += "<a href='miniature_puppies.html'><img border='0' src='graphics/button/button_puppies.gif' alt='Linderland Kennels - Miniature Australian Shepherds - Puppies' width='150' height='25'></a><br>";
  strNavLeft += "<a href='miniature_new_homes.html'><img border='0' src='graphics/button/button_new_homes.gif' alt='Linderland Kennels - Miniature Australian Shepherds - New Homes' width='150' height='25'></a><br>";
  strNavLeft += "<a href='miniature_honors.html'><img border='0' src='graphics/button/button_honors.gif' alt='Linderland Kennels - Miniature Australian Shepherds - Honors' width='150' height='25'></a><br>";
  strNavLeft += "<a href='adults_for_sale.html'><img border='0' src='graphics/button/button_adults_for_sale.gif' alt='Linderland Kennels - Adults for Sale' width='150' height='25'></a><br>";
  strNavLeft += "<a href='http://www.graywolfenterprises.com/linderland/application.html'><img border='0' src='graphics/button/button_application.gif' alt='Linderland Kennels - Puppy Application' width='150' height='25'></a>";
  strNavLeft += "<p><a href='stage.html'><img border='0' src='graphics/button/button_linderland_stage.gif' alt='Linderland Stage - Pet Transportation Service' width='150' height='25'></a></p>";
  strNavLeft += "<p><a href='contact_us.html'><img border='0' src='graphics/button/button_contact_us.gif' alt='Linderland Kennels - Contact Us' width='150' height='25'></a></p>";
}

function GetNavBottom(){
  strNavBottom = "";
  strNavBottom += "<p align='center'>";
  strNavBottom += "<img border='0' src='graphics/misc/tracks.gif' width='221' height='19'><img border='0' src='graphics/misc/tracks.gif' width='221' height='19'><br>";
  strNavBottom += "<p align='center'>";
  strNavBottom += "<font size='4'>Bill &amp; Judy Linder - Linderland Kennels<br>";
  strNavBottom += "12081 Argyle Road&nbsp;&nbsp;&nbsp; Hot Springs, SD 57747<br>";
  strNavBottom += "(605) 673-3361&nbsp;&nbsp;&nbsp; <a href='mailto:linderland@gwtc.net'>linderland@gwtc.net</a></font>";
  strNavBottom += "<p align='center'>";
  strNavBottom += "<img border='0' src='graphics/misc/tracks.gif' width='221' height='19'><img border='0' src='graphics/misc/tracks.gif' width='221' height='19'><br>";
  strNavBottom += "<font size='2'>";
  strNavBottom += "<a href='index.html'>home</a> | <a href='standard_aussies.html'>aussies</a> | <a href='standard_adults.html'>aussie adults</a> | <a href='standard_puppies.html'>aussie puppies</a> | <a href='standard_new_homes.html'>aussie new homes</a><br>";
  strNavBottom += "<a href='miniature_aussies.html'>miniature aussies</a> | <a href='miniature_adults.html'>miniature adults</a> | <a href='miniature_puppies.html'>miniature puppies</a> | <a href='miniature_new_homes.html'>miniature new homes</a> | <a href='miniature_honors.html'>miniature honors</a><br>";
  strNavBottom += "<a href='adults_for_sale.html'>adults for sale</a> | <a href='http://www.graywolfenterprises.com/linderland/application.html'>application</a> | <a href='stage.html'>linderland stage</a> | <a href='contact_us.html'>contact us</a></font><br>";
  strNavBottom += "<img border='0' src='graphics/misc/tracks.gif' width='221' height='19'><img border='0' src='graphics/misc/tracks.gif' width='221' height='19'></p>";
  strNavBottom += "<p align='center'>";
}