// JavaScript Document

function DoAutorotationStart() {
        document.vistaprevia.startAutoPan( 0.5, 0.0, 1.0 );
}
function DoAutorotationStop() {
        document.vistaprevia.stopAutoPan();
}