function displaySessionExpired(pagecontent, width, height)
{
        //msgSessExpired.setSource(pagename);
	msgSessExpired.setHtmlContent(pagecontent);
        msgSessExpired.setSize(width,height);
        msgSessExpired.display();
}

/*****************************************************
#Utilisation
******************************************************/
