function MM_popupMsg() {
    msg='Attention: The process of specifying mailboxes using this configurator is sequential in nature. Please note that changes to variables made during previous steps may have the effect of altering the range of choices available on subsequent steps.';
	if (confirm(msg)==true) 
            history.back(); 
}



function maxWindow()
{
    window.moveTo(0,0);

    if (document.all)
    {
        top.window.resizeTo(screen.availWidth,screen.availHeight);
    }

    else if (document.layers||document.getElementById)
    {
        if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth)
        {
            top.window.outerHeight = screen.availHeight;
            top.window.outerWidth = screen.availWidth;
        }
    }
}


function quitConfigurator(){

    if (confirm('Quit the Configurator?'))
        window.open('http://www.2b-globalmailboxes.com','_self');

}