﻿function ImgSwap(obj,pic)
{
  obj.src = pic;
}
function ShowPanoWindow(img) {
  //window.open("/PanoPreviewFlash.aspx?img=" + img, "preview", "width=325,height=265,status=0,toolbar=0,resizable=0,menubar=0");
  window.open("/PanoPreviewFlash.aspx?img=" + img, "preview", "width=650,height=480,status=0,toolbar=0,resizable=0,menubar=0");
}
