function PortalOeffnen(Adresse)
{
	PortalFenster = window.open(Adresse, "Kundenportal","top=50,left=50,toolbar=0,width=852,height=650,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,copyhistory=1");
  PortalFenster.focus();
}

//$(document).ready(function(){
//if ($.cookie("metaforumLink"))
//{
//    $("a#portallink").attr("href", $("a#portallink").attr("href")+"."+$.cookie("metaforumLink"));
    //alert("Link: "+$("a#portallink").attr("href"));
//}
//});
