var popupUnternehmensgruppe = "";
//var linkNestleUnternehmensgruppe = "http://www.nestle.de/corporate//Templates/Pages/unternehmensgruppe.html";
var linkNestleUnternehmensgruppe = "http://www.nestle.at";

function openPopupUnternehmensgruppe()
{
 //window.location.href = linkNestleUnternehmensgruppe;
 popupUnternehmensgruppe = window.open(linkNestleUnternehmensgruppe,"unternehmensgruppePopup");//,"width=355,height=370,resizable=no,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no");
 popupUnternehmensgruppe.focus();
}
