/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function showBox()
{
   new Message({
    width: 300,
    fontSize: 14,
    centered: true,
    iconPath:'images/',
    icon:'doc_small.png',
    title: 'We are sorry...' ,
    message: 'but the documentation is temporarily unavailable :('
  }).tell();
}


