// JavaScript Document
function OpenPano (c) {
   window.open(c,
                        'pano',
                        'width=470,height=640,scrollbars=yes,resize=yes');
}

function OpenPanoHorizontal (c) {
   window.open(c,
                        'pano',
                        'width=900,height=630,scrollbars=yes,resize=yes');
}

