
      function ShowDiplom () {
      var src;
      src='diplom.html';
      window.open(src,'MyDiplom','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=350,height=487');
      }
	  
	  function ShowDiplomChild () {
      var src;
      src='diplom-child.html';
      window.open(src,'MyDiplomChild','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=361,height=500');
      }
	 
      function ShowBookRussia () {
      var src;
      src='history-russia-pages/index.html';
      window.open(src,'Russia','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=780,height=610');
      }
	  
	  function ShowBookCultureRussia () {
      var src;
      src='history-russia-culture-pages/enter-rus-cult.html';
      window.open(src,'CultureRussia','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=780,height=610');
      }
	  
	  function ShowAshmanov () {
      var src;
      src='ashmanov.html';
      window.open(src,'Ashmanov','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=750,height=440');
      }
	  
	  function ShowCMS () {
      var src;
      src='sapidcms.html';
      window.open(src,'CMS','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=1024,height=624');
      }
	  
	  function ShowArtworks () {
      var src;
      src='artworks.html';
      window.open(src,'Artworks','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=766,height=630');
      }