// Global Plone variables that need to be accessible to the Javascripts

portal_url = 'http://www.alis-online.org/';

//alis custom functions after this point
function PopsUp(url)
{
OpenWin=window.open(url,"",config="width=620,height=600,left=120,top=0,scrollbars");
OpenWin.focus();
}

