
newWindow=""
function showBig(bg,args)
{
newWindow=window.open(bg,'newWin','toolbars=yes,width=646,height=550,scrollbars=yes,left=100,top=0,resizable=yes')
}


extWindow=""
function showExtPage(bg,args)
{
extWindow=window.open('','newWin','toolbars=yes,width=650,height=350,scrollbars=yes,left=100,top=124,resizable=yes')

extWindow.location=bg
}



