<!--
function popUp(url,t) {
        if (t == 'a') SealWin=window.open(url,'','status=1,scrollbars=1,width=660,height=500');
        else if (t == 'b') SealWin=window.open(url,'','status=1,width=820,height=620');
        else if (t == 'c') SealWin=window.open(url,'','status=1,scrollbars=1,width=630,height=440');
        else if (t == 'd') SealWin=window.open(url,'','status=1,scrollbars=1,width=590,height=250');
        else if (t == 'e') SealWin=window.open(url,'Panoramas','status=1,scrollbars=1,width=240,height=260');
}
// -->
