<html> <head> <title>Test SVG</title> 
   <script type='text/javascript'>

      function init()
      {
         var mydiv = document.createElement('div');
         document.body.appendChild(mydiv);
         mydiv.innerHTML = '<embed type="image/svg+xml" src="HideShow.svg"  style=" width: 600pt; height: 300pt; font-family: Lucida Sans,Arial; font-size: medium; border-top: 1px solid rgb(153, 153, 153); border-right: 1px solid rgb(153, 153, 153); border-bottom: 1px solid rgb(153, 153, 153); border-left: 1px solid rgb(153, 153, 153);">';
      
      }

   </script>

</head> <body onload='init()'> <h1>This is a test</h1> </body></html>
