function change_pano(selection)
{
	document.ptviewer.newPanoFromList(parseInt(selection));
}

