/*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');
}*/
var linkID = 'other_prod_l';
var submID = 'sub_menu_1';

window.onload = function() {
if(document.getElementById(linkID).className == "last active") document.getElementById(submID).style.display = "block";
}

function ShowHideSubmenu(sm_id) {

	if (document.getElementById(submID).style.display == "none") {
		document.getElementById(submID).style.display = "block";
		document.getElementById(linkID).className = "last active";
	}
	else {
		document.getElementById(submID).style.display = "none";
		document.getElementById(linkID).className = "last";
	}
}

function storiesform() {

  window.open('colon_stories_form.php','popup11','width=730,height=729,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}
