  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-8079391-1']);
  _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);
  })();

function popupbild(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function popup(theURL,winName,features) {
	window.open(theURL,winName,'status=no,scrollbars=yes,resizable=yes,width=550,height=500');
}

function popupzwei(theURL,winName,features) {
	window.open(theURL,winName,'status=yes,scrollbars=yes,resizable=yes,width=750,height=600');
}

function popupprint(theURL,winName,features) {
	window.open(theURL,winName,'status=no,scrollbars=yes,resizable=yes,width=650,height=600');
}

function popupmail(theURL,winName,features) {
	window.open(theURL,winName,'status=no,scrollbars=yes,resizable=yes,width=650,height=600');
}

function popuplink(theURL,winName,features) {
	window.open(theURL,winName,'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=750,height=600');
}

function add_to_cart(m_id) {
	document.location='inc/merkzettel.php?m_id='+m_id;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

