Click and drag mouse horizontally on the following image to change the view



<p></p>

<div id="dummy"></div>

<div id="view360" style="width: 100%">
</div>


AJS.toInit( function()
	{	AJS.$.getScript( "/download/attachments/128142989/pdt360DegViewer.js")
		.done( function( script, textStatus ) {
    			console.log( textStatus );

				document.getElementById("dummy").style.display = "none";

				var path = '/download/attachments/128142989/';
				pdt360DegViewer('view360', 49, path, 'jpg', false, false, true, false, false, false, false); 

		});
	}
);