
newWindow=""
function showBig(bg,args)
{
newWindow=window.open(bg,'newWin','toolbars=yes,width=800,height=500,scrollbars=yes,left=100,top=124,resizable=yes')
}


extWindow=""
function showExtPage(bg,args)
{
extWindow=window.open('','newWin','toolbars=yes,width=800,height=500,scrollbars=yes,left=100,top=124,resizable=yes')

}


newWindow=""
function showBig2(bg,args)
{
newWindow=window.open(bg,'newWin','toolbars=yes,width=700,height=450,scrollbars=yes,left=50,top=100,status=yes,resizable=yes')
}



glossaryWindow=""
function showGlossary(bg,args)
{
glossaryWindow=window.open(bg,'gWin','toolbars=yes,width=367,height=100,scrollbars=yes,left=100,top=100,resizable=yes')
}
