
function DisplayHead()
{
  document.write( '<center><a href="http://www.liberalismen.dk" class="mainsubject" target="_top">Liberalismen.dk</a><center>' );
}

function DisplayGoogle()
{
  google_ad_client = "pub-3492787355664187";
  google_ad_slot = "9051630045";
  google_ad_width = 120;
  google_ad_height = 600;
  document.write( '<script type="text/javascript"><!--');
  document.write( 'google_ad_client = "pub-3492787355664187";');
  document.write( '/* 120x600, oprettet 14-11-09 */');
  document.write( 'google_ad_slot = "9051630045";');
  document.write( 'google_ad_width = 120;');
  document.write( 'google_ad_height = 600;');
  document.write( '//-->');
  document.write( '</script>');
  document.write( '<script type="text/javascript"');
  document.write( 'src="http://pagead2.googlesyndication.com/pagead/show_ads.js">');
  document.write( '</script>');
}
function Link( url,txt )
{
	document.write( '<a href="' + url + '" class="menuitem">' + txt + '</a><br>' );
}
function DisplayMenu()
{
  // document.write( '<table border=1 heigth=100%><tr valign="top"><td>' );
  //document.write( '<a href="/liberalismen/manifest.htm" class="minorsubject">Manifest</a>' );
  //document.write( '<p><a href="/weblog.cgi" class="minorsubject">Web Log</a>' );
  //Link( "","");
  //document.write( '<hr>' );
  document.write( '<h2>Emner</h2>' );
	
  Link( "/liberalismen/liberalisme.htm","Hvad er liberalisme!");
  Link( "/liberalismen/liberalismeindex.htm","Liberalisme artikler.");
  //Link( "/liberalismen/politik.htm","Hvad er politik?");
  Link( "/liberalismen/narko.htm","Fri narko");
  //Link( "/liberalismen/farvelfrp.htm","Farvel til Fremskridtspartiet.");
  Link( "/liberalismen/udfordring21.htm","Det 21' &aring;rhundredes udfordring");
  // Link( "/liberalismen/nazimagtteknik.htm","Nazismens magtteknik");
  document.write( '<hr>' );
  Link( "http://www.max20.dk","Max20" );
  document.write( '<hr>' );
  Link( "/artikler","Artikel arkiv" );
  //document.write( '<hr>' );
  //Link( "/htdig/index.html","S&oslash;g p&aring; liberalismen.dk" );
  document.write( '<hr><div class="address">' );
  document.write( 'Kjeld Flarup<br>' );
  //document.write( 'Kjeld Flarup<br>Forssavej 49, 7600 Struer<br>' );
  document.write( 'Tlf.: 40 29 41 49<br>' );
  document.write( 'Email:<a href="mailto:kjeld.flarup@liberalismen.dk" class="address">kjeld.flarup@liberalismen.dk</a>' );
  document.write( '</div><hr>' );
  Link( "/flarup/index.html","Hvem er liberalisten bag denne hjemmeside?");
  Link( "/webteknik/index.html","FLARUP WEBTEKNIK");

  // document.write( '</td></tr><tr valign="top"><td>' );

  document.write( '<A HREF="http://petition.eurolinux.org/index.dk.html" target="petition">' );
  document.write( '<center><img src="/2002/patent_button.gif" border="0"></center>' );
  document.write( '</A>' );
  document.write( '<br>' );

  // document.write( '<center>Powered by<br><img src="/pictures/logomed.128.png" border="0"></center>' );
  //document.write( '<a HREF="http://www.apache.org/" target="Linux"><img SRC="/icons/apache_pb.gif" width="182" ALT="[ Powered by Apache ]"></a><p>' );
  document.write( '<a href="http://counter.li.org"><img SRC="/pictures/138313.gif" width=190 border=0 alt="Linux registered User #138313"></a>' );

  //document.write( '<center><a HREF="http://www.redhat.com/" target="Linux"><img SRC="/pictures/poweredby.png" ALT="[ Powered by Red Hat Linux ]"></a></center>' );


  // document.write( '</td></tr></table>' );
  // DisplayGoogle();
}

function DisplayDocInner()
{
}

function liberalismenStart()
{
  if ( window.name != "print" )
  {
	DisplayHead();
	document.write( '<table width="100%"><tr><td colspan=4><img src="/pictures/shvandret.gif" width="100%" height="10"></td></tr>' );
//	document.write( '<tr valign="top"><td width=5></td><td width=150>' );
	document.write( '<tr valign="top"><td width=150>' );
	DisplayMenu();
	document.write( '</td><td background="/pictures/shlodret.gif" width="10">' );
	document.write( '</td><td>' );
	DisplayDocInner();
  } else {
    DisplayHead();
    document.write( '<table width="100%"><tr><td colspan=3><img src="/pictures/shvandret.gif" width="100%" height="10"></td></tr>' );
    document.write( '<tr valign="top"><td width=5></td><td>' );
    DisplayDocInner();
  }
}

function liberalismenEnd()
{
  if ( window.name != "print" )
  {
	document.write('<table><tr><td>');
    document.write('<FORM NAME="printform"><INPUT TYPE="button" NAME="B1" ');
    document.write('VALUE="Print" onClick="window.open (\''+ 
      document.URL + '\', \'print\',\'scrollbars=yes,status=yes,width=800,');
    document.write('height=600\')"></FORM>' );
	document.write('</td><td>');
	// send til en ven
    //document.write('<FORM NAME="sendform" action="/cgi-bin/sendven.pl?' + document.URL + '">' )
    //document.write('<INPUT TYPE="submit" NAME="B2" VALUE="Send til en ven"></FORM>' );
	document.write('</td></tr></table>');
  }
  document.write( '</td><td width=5></td></td></tr></table>' );
  if ( window.name == "print" )
  {
  	print();
  }
}

if ( window.name != "print" )
{
  document.write( '<link rel="StyleSheet" href="/liberalismen/tekst2.css">' );
} else {
  document.write( '<link rel="StyleSheet" href="/liberalismen/liberalismenprint.css">' );
}

// document.write('<script type="text/javascript" src="/jul.js"></script>');


