// This code (C) 2001-2002 by Joost Nieuwenhuijse - joost@newhouse.nl
// feel free to copy, modify and use, but please include this copyright
// message

// Modify this with your own panoramas:
// No comma after the last panorama and after the last category!
var panos=[
  "Category 1",[
    ["stitchporch.jpg",     "pano_1"]
      ]
];

  
// default ptviewer values:
var ptautopanspeed=0.1;
var ptinitialpan=50;
var ptinitialtilt=0;
var ptinitialfov=100;
var ptfovmin=30;
var ptfovmax=120;

