function construction()
{
   alert('Bellas Aquatic Gardens is Under Development: \n\n For more information.                                 email: erick@bellasponds.com              or           Call: 786-287-0025 \n\n');
}

window.onload = function()
{

document.getElementById('header').setAttribute('onclick', 'construction()');
document.getElementById('menu').setAttribute('onclick', 'construction()');
document.getElementById('Callout').setAttribute('onclick', 'construction()');
document.getElementById('footer').setAttribute('onclick', 'construction()');

}
