//=========================================================================
//Scripts İFunky Pixel
//Nov 2008
//=========================================================================

//Custom Function to create the footer on every page.
function PlaceFooter() {
  var newstring = '';
  newstring += '&copy;Copyright <a href="http:\/\/www.funkypixel.co.za">Funky Pixel<\/a> 2008';
  document.write(newstring);
}

//Emails
function SendToLandi()
{
  var newstring = '';
  newstring += '&copy;Copyright <a href="http:\/\/www.funkypixel.co.za">Funky Pixel<\/a> 2008';
  document.write(newstring);
}

//=========================================================================
//Custom Function to create the footer on every page.
//=========================================================================
function PlaceMenu() {
    var newstring = '';
    newstring += '<ul id="navcontainer">';
    newstring += ' <li class="navmain"><a href="index.html">Home<\/a> <\/li>';
    newstring += ' <li class="navmain"><a href="restaurant.htm">Photography<\/a>';
    newstring += '   <ul>';
    newstring += '   <li class="navsub"><a href="menus.htm">Wedding Photography<\/a> <\/li>';
    newstring += '   <li class="navsub"><a href="functions.htm">Family Photography<\/a> <\/li>';
    newstring += '   <\/ul>';
    newstring += ' <\/li>';
    newstring += ' <li class="navmain"><a href="weddingsandfunctions.htm">Photo Editing<\/a>';
    newstring += '   <ul>';
    newstring += '   <li class="navsub"><a href="ceremonies.htm">Wedding Ceremonies<\/a> <\/li>';
    newstring += '   <li class="navsub"><a href="cellar.htm">Cellar Receptions<\/a> <\/li>';
    newstring += '   <\/ul>';
    newstring += ' <\/li>';
    newstring += ' <li class="navmain"><a href="simones.htm">Web Design<\/a> <\/li>';
    newstring += ' <li class="navmain"><a href="galleries.htm">Graphic Design<\/a>';
    newstring += ' <\/li>';
    newstring += ' <li class="navmain"><a href="links.htm">Blog<\/a> <\/li>';
    newstring += ' <li class="navmain"><a href="galleries.htm">Pricing<\/a>';
    newstring += ' <\/li>';
    newstring += ' <li class="navmain"><a href="contactus.htm">Contact Us<\/a> <\/li>';
    newstring += '<\/ul>';
    
    document.write(newstring);
}

//=========================================================================
//Scripts İFunky Pixel
//=========================================================================


