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


function openTerms() {
  window.open('http://www.bayerus.com/terms.html','popup','width=290,height=330,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');	
}

function openPrivacy() {
  window.open('http://www.bayerus.com/privacy.html','popup','width=290,height=330,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');	
}

function openImprint() {
  window.open('http://www.bayerus.com/imprint.html','popup','width=290,height=330,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}


function openShareStory() {
  window.open('sharestory.html','sharestory','width=1018,height=800,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

