{
imgStoreDiv (string): the id of a div that stores the images (default: 'img_store'),
imgShowDiv (string): the id of an empty div that will show the image (default: 'img_show'),
imgNavigationDiv (string): the id of a div that holds the image navigation (default: 'img_nav')
}
$(document).ready(function() {
$().imageNavigation({ imgStoreDiv: 'image_store', imgShowDiv: 'image_show', imgNavigationDiv: 'image_navigation' });
});
$(document).ready(function() {
$().imageNavigation();
});