var pwin ="";
function closepop() {
if(pwin) {
pwin.close();
}
}

function showpop(ff,ww,hh,rr,ss) {
if (pwin) {pwin.close();}
var opt = '"  width=' + ww + ', height=' + hh + ', resizable=' + rr + ', scrollbars=' + ss + ' "';
pwin = window.open(ff, "mypop", opt);
}

function InsertPanorama() {
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ');
document.write('width="640" height="480">');
document.write("\n");
document.write('<param name="src" value="images/panorama.mov">');
document.write("\n");
document.write('<embed src="images/panorama.mov" width="640" height="480" ');
document.write('autoplay="false" controller="true" '); 
document.write('pluginspage="http://www.apple.com/quicktime/download/"> ');
document.write("\n");
document.write('</embed>');
document.write("\n");
document.write('</object>');
document.write("\n");
}
