function show_div(div_id) {
    // hide all the divs
	document.getElementById('english').style.display = 'none';
	document.getElementById('german').style.display = 'none';
	document.getElementById('french').style.display = 'none';

    // show the requested div
    document.getElementById(div_id).style.display = 'block';
}



// Functions for Lodge Page PopUps

function newwindowA()
{
window.open('lodges-A.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowB()
{
window.open('lodges-B.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowC()
{
window.open('lodges-C.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowD()
{
window.open('lodges-D.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowG()
{
window.open('lodges-G.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowI()
{
window.open('lodges-I.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowK()
{
window.open('lodges-K.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowM()
{
window.open('lodges-M.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowP()
{
window.open('lodges-P.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowS()
{
window.open('lodges-S.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowT()
{
window.open('lodges-T.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowV()
{
window.open('lodges-V.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}

function newwindowW()
{
window.open('lodges-W.htm','back','width=650,height=500,resizable=yes,left=300,top=300,screenX=300,screenY=300,scrollbars=yes');
}