/* HideElementAsap.js 
   Build time: 13/04/2009-14:36:50  Copyright (c) 2008-2131 Patrick 'Zener' Brunet */

function DoHideElement( tID)
{
    document.getElementById( tID).style.display = 'none';
}

MainLinkerAsapRegister( 'ButtonOK', DoHideElement);

/* End */

