function includeHome(){
   home = "<center>"+
   "<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='10%'>"+
   "<div> <a href='index-02-09-07.html' title='click to RoseMarie, Etc. Home Page. Then use navigate to the items you want to see, about us, and more'><img border='0' src='homeburgany.gif' width='91' height='18'>" +
   "</a></table></center>";
     document.writeln (home);
}
function includeBanner(){
   banner = 
     "<table bgcolor='#CC99CC' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%' height='60'>" +
        "<tr>" +
            "<td width='1%' align='left' valign='top' height='40'></td>" +
            "<td width='14%' align='left' valign='top' height='40'>" +
                "<img border='0' src='32225.jpg' width='121' height='74'>" +
            "</td>" +
            "<td width='64%' align='right' height='60'>" +
                "<p align='center' style='margin-bottom: 3'><b><font color='#990000'>" +
                    "RoseMarie, Etc." +
                    "<span style='position: absolute; left: 1954; top: 0'>" +
                       "<img border='0' src='rose.gif' width='51' height='55'>" +
                    "</span>" + 
                    "<br>" +
                    "<font size='2'>Affordable Gifts and Home Decor</font></font><font color='#990000' size='5'><br>" +
                    "</font>" +
            "</td>" +
         "</tr>" +
      "</table>";
     document.writeln (banner);
}
function includeNav(){
   nav = 
      "<table background='rosegardentileleft.gif' link='#FFFFFF' alink='#FFFFFF' text='#FFFFFF' vlink='#FFFFFF' bgcolor='#CC99CC'>" +
          "<p><b><font color='#FFFFFF'>" +
              "<a target='main' href='main.htm' style='text-decoration: none'>Home</a><br>" +
              "<a href='place_an_order.htm' style='text-decoration: none'>Catalog Orders</a><br>" +
	      "<a href='TVGuardian.htm' style='text-decoration: none'>TVGuardian</a><br>" +
              "<a href='angels.htm' style='text-decoration: none'>Angels</a><br>" +
              "<a target='main' href='birdhouses.htm' style='text-decoration: none'>Birdhouses</a><br>" +
              "<a target='main' style='text-decoration: none' href='brass.htm'>Brass</a><br>" +
              "<a href='candleholders.htm' style='text-decoration: none'>Candle Holders</a><br>" +
              "<a target='main' style='text-decoration: none' href='candles.htm'>Candles</a><br>" +
              "<a target='main' href='clocks.htm' style='text-decoration: none'>Clocks</a><br>" +
              "<a href='eagles.htm' style='text-decoration: none'>E<font color='#FFFFFF'>agles</font></a><font color='#FFFFFF'><br>" +
              "<a target='main' href='elephants.htm' style='text-decoration: none'>Elephants</a><br>" +
              "<a href='fishandthings.htm' style='text-decoration: none'>Fish and Things</a><br>" +
              "<a style='text-decoration: none' href='Silk%20Flowers/silk_flower_Page.htm'>Flowers</a><br>" +
              "<a href='gardenanddecor.htm' style='text-decoration: none'>Garden &amp; Decor</a><br>" +
              "<a href='holidaytable.htm' style='text-decoration: none'>Holiday</a><br>" +
              "<a href='hummingbirds.html' style='text-decoration: none'>Hummingbirds</a><br>" +
              "<a style='text-decoration: none' href='ivory.html'>Ivory</a><br>" +
              "<a style='text-decoration: none' href='knivesandswords.html'>Knives &amp; Swords</a><br>" +
              "<a href='lighthouses.htm' style='text-decoration: none'>Lighthouses</a><br>" +
              "<a style='text-decoration: none' href='medieval.htm'>Medieval</a><br>" +
              "<a href='pictureframes.htm' style='text-decoration: none'>Picture Frames</a><br>" +
              "<a style='text-decoration: none' href='spunglass.htm'>Spun Glass</a><br>" +
            "</font></b><br>" +
           "</p>";
      document.writeln (nav);
}