<?xml version= "1.0"?>
<ZoomSettings zoomMax= "400" zoomOutToExtreme= "true" zoomFactor= "5.0" panSpeed= "5.0"	ease= "3.5" usePanButtons= "false" useDragOption= "true" />
<!----------------------Help-------------------------

|| zoomMax || 

Maximum percentage of zoom allowed. (400 means the image can be enlarged to 4 times bigger than original size):
Example values: "100", "150", "200", "400", "800" etc 

|| zoomOutToExtreme ||

How the image should display in the minimum zoom out condition. Two possible ways are
true: Show the entire image to fit within window 
false: Show the image to fit only one side (either height or width) and the otherside can be viwed by panning

|| zoomFactor ||

Speed and amount of zoom while clicking "+" and "-" buttons
Example values: "1", "2", "3", or fractions "1.5", "10.4" etc

|| panSpeed ||

Speed of movement of image while clicking the Left, Right, Up, Down Arrow buttons
Example values: "1", "2", "3", or fractions "1.5", "10.4" etc

|| ease ||

Smoothness of movement and smothness of zoom
Example values: "1", "2", "3", or fractions "1.5", "10.4" etc

|| usePanButtons ||

If you don't want the Left, Right, Up, Down Arrow buttons for pan option, (and just ok with drag option),
then make this value into "false"

|| useDragOption ||

If you don't want the drag option, then make this value into "false"

------------------------End------------------------->
