// vtour.js

function showVtour(vid) 
{
	window.open("vtour.jsp?v=" + vid, "VirtualTour", "width=440,height=370");
}
