//*** Steuert die Druckversion an
function K7Printversion()
{

	if(document.layers)
	{alert("Diese Funktion steht bei Netscape Browsern leider erst ab der Version 6 zur Verfügung")}
	else
	{printwindow = window.open('printcontainer.htm','printwindow','menubar=yes,scrollbars=yes,width=950,height=800,left=0,top=0,resizable=yes');printwindow.focus();}

}

//*** Open Window

function k7openwindow()
{
var showimprint = window.open('http://www.petrabock.de/impressum.htm','showimprint','width=340,height=500,left=250,top=200,resizable=yes');
showimprint.focus();

}

function openWin(url) 
{
flyout=window.open(url,'test','resizable=yes,scrollbars=yes,width=563,height=606,top=30,left=202');
flyout.focus();
}

//**************************** GA ***********************************************************

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21811472-2']);
  _gaq.push(['_gat._anonymizeIp']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();




