











var $PlayCondition = 1; var c_slider4;
init_c_slider4 = function (containerId) {
switch(reslider4["params"]["effect"]["type"]) { case 0: var reslide_effect = {$Duration:reslider4["params"]["effect"]["duration"],$Opacity:2,$Brother:{$Duration:1000,$Opacity:2}}; break; case 1: reslide_effect = {$Duration:reslider4["params"]["effect"]["duration"],x:-0.3,y:0.5,$Zoom:1,$Rotate:0.1,$During:{$Left:[0.6,0.4],$Top:[0.6,0.4],$Rotate:[0.6,0.4],$Zoom:[0.6,0.4]},$Easing:{$Left:$JssorEasing$.$EaseInQuad,$Top:$JssorEasing$.$EaseInQuad,$Opacity:$JssorEasing$.$EaseLinear,$Rotate:$JssorEasing$.$EaseInQuad},$Opacity:2,$Brother:{$Duration:1000,$Zoom:11,$Rotate:-0.5,$Easing:{$Opacity:$JssorEasing$.$EaseLinear,$Rotate:$JssorEasing$.$EaseInQuad},$Opacity:2,$Shift:200}}; break; case 2: reslide_effect = {$Duration:reslider4["params"]["effect"]["duration"],x:0.25,$Zoom:1.5,$Easing:{$Left:$JssorEasing$.$EaseInWave,$Zoom:$JssorEasing$.$EaseInSine},$Opacity:2,$ZIndex:-10,$Brother:{$Duration:1400,x:-0.25,$Zoom:1.5,$Easing:{$Left:$JssorEasing$.$EaseInWave,$Zoom:$JssorEasing$.$EaseInSine},$Opacity:2,$ZIndex:-10}} break; case 3: reslide_effect ={$Duration:reslider4["params"]["effect"]["duration"],x:0.5,$Cols:2,$ChessMode:{$Column:3},$Easing:{$Left:$JssorEasing$.$EaseInOutCubic},$Opacity:2,$Brother:{$Duration:1500,$Opacity:2}} break; case 4: reslide_effect ={$Duration:reslider4["params"]["effect"]["duration"],x:-0.1,y:-0.7,$Rotate:0.1,$During:{$Left:[0.6,0.4],$Top:[0.6,0.4],$Rotate:[0.6,0.4]},$Easing:{$Left:$JssorEasing$.$EaseInQuad,$Top:$JssorEasing$.$EaseInQuad,$Opacity:$JssorEasing$.$EaseLinear,$Rotate:$JssorEasing$.$EaseInQuad},$Opacity:2,$Brother:{$Duration:1000,x:0.2,y:0.5,$Rotate:-0.1,$Easing:{$Left:$JssorEasing$.$EaseInQuad,$Top:$JssorEasing$.$EaseInQuad,$Opacity:$JssorEasing$.$EaseLinear,$Rotate:$JssorEasing$.$EaseInQuad},$Opacity:2}} break; case 5: reslide_effect ={$Duration:reslider4["params"]["effect"]["duration"],x:-1,y:-0.5,$Delay:50,$Cols:8,$Rows:4,$Formation:$JssorSlideshowFormations$.$FormationSquare,$Easing:{$Left:$JssorEasing$.$EaseSwing,$Top:$JssorEasing$.$EaseInJump},$Assembly:260,$Round:{$Top:1.5}} break; case 6: reslide_effect ={$Duration:reslider4["params"]["effect"]["duration"],$Delay:30,$Cols:8,$Rows:4,$Clip:15,$SlideOut:true,$Formation:$JssorSlideshowFormations$.$FormationStraightStairs,$Easing:$JssorEasing$.$EaseOutQuad,$Assembly:2049} break; };
// reslide_effect ={$Duration:1000,$Delay:30,$Cols:8,$Rows:4,$Clip:15,$SlideOut:true,$Formation:$JssorSlideshowFormations$.$FormationStraightStairs,$Easing:$JssorEasing$.$EaseOutQuad,$Assembly:2049}
var _SlideshowTransitions = [ reslide_effect ]; if(!reslider4['params']['thumbnails']['positioning']) { var thumbnailsCount = Math.ceil(reslider4.count-1); } else { var thumbnailsCount = Math.ceil(reslider4.count); } var options = { $AutoPlay: (reslider4["params"]["autoplay"]==1)?true:false, //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false $SlideDuration: 500, $AutoPlayInterval: reslider4["params"]["effect"]["interval"], //$AutoPlaySteps : -1, //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
$BulletNavigatorOptions: { //[Optional] Options to specify and enable navigator or not $Class: $JssorBulletNavigator$, //[Required] Class to create navigator instance $ChanceToShow: reslider4["params"]["bullets"]["show"], //[Required] 0 Never, 1 Mouse Over, 2 Always $AutoCenter: reslider4["params"]["bullets"]["autocenter"], //[Optional] Auto center navigator in parent container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 0 $Steps: 1, //[Optional] Steps to go for each navigation request, default value is 1 $Rows: reslider4["params"]["bullets"]["rows"], //[Optional] Specify lanes to arrange items, default value is 1 $SpacingX: reslider4["params"]["bullets"]["s_x"], //[Optional] Horizontal space between each item in pixel, default value is 0 $SpacingY: reslider4["params"]["bullets"]["s_y"], //[Optional] Vertical space between each item in pixel, default value is 0 $Orientation: reslider4["params"]["bullets"]["orientation"] //[Optional] The orientation of the navigator, 1 horizontal, 2 vertical, default value is 1 }, $ArrowNavigatorOptions: { //[Optional] Options to specify and enable arrow navigator or not $Class: $JssorArrowNavigator$, //[Requried] Class to create arrow navigator instance $ChanceToShow: reslider4["params"]["arrows"]["show"], //[Required] 0 Never, 1 Mouse Over, 2 Always $AutoCenter: 2, //[Optional] Auto center arrows in parent container, 0 No, 1 Horizontal, 2 Vertical, 3 Both, default value is 0 $Steps: 1 //[Optional] Steps to go for each navigation request, default value is 1 }, $SlideshowOptions: { //[Optional] Options to specify and enable slideshow or not $Class: $JssorSlideshowRunner$, //[Required] Class to create instance of slideshow $Transitions: _SlideshowTransitions, //[Required] An array of slideshow transitions to play slideshow $TransitionsOrder: 1, //[Optional] The way to choose transition to play slide, 1 Sequence, 0 Random $ShowLink: true //[Optional] Whether to bring slide link on top of the slider when slideshow is running, default value is false } , $ThumbnailNavigatorOptions: { $Class: $JssorThumbnailNavigator$, //[Required] Class to create thumbnail navigator instance $ChanceToShow: reslider4["params"]["thumbnails"]["show"], //[Required] 0 Never, 1 Mouse Over, 2 Always $ActionMode: 1, //[Optional] 0 None, 1 act by click, 2 act by mouse hover, 3 both, default value is 1 $AutoCenter: 0, //[Optional] Auto center thumbnail items in the thumbnail navigator container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 3 $Rows: 1, //[Optional] Specify lanes to arrange thumbnails, default value is 1 $SpacingX: 3, //[Optional] Horizontal space between each thumbnail in pixel, default value is 0 $SpacingY: 3, //[Optional] Vertical space between each thumbnail in pixel, default value is 0 $Cols: thumbnailsCount, //[Optional] Number of pieces to display, default value is 1 $ParkingPosition: 0, //[Optional] The offset position to park thumbnail $Orientation: 1, //[Optional] Orientation to arrange thumbnails, 1 horizental, 2 vertical, default value is 1 $NoDrag: false //[Optional] Disable drag or not, default value is false }
};
c_slider4 = new $JssorSlider$(containerId, options); }
jQuery(function($){
(function initReslideSlider() {
/*** ####bullets#### ***/
switch(+reslider4["params"]["bullets"]["position"]) { case 0: reslider4["params"]["bullets"]["autocenter"] = 0; var css_bullets_obj = {"left":reslider4["params"]["bullets"]["style"]["position"]["left"],"top":reslider4["params"]["bullets"]["style"]["position"]["top"]}; var css_bullets= "left:"+reslider4["params"]["bullets"]["style"]["position"]["left"]+";top:"+reslider4["params"]["bullets"]["style"]["position"]["top"]; break; case 1: reslider4["params"]["bullets"]["autocenter"] = 1; var css_bullets_obj = {"right":"","top":reslider4["params"]["bullets"]["style"]["position"]["top"],"left":"","bottom":""}; var css_bullets = "top:"+reslider4["params"]["bullets"]["style"]["position"]["top"]; break; case 2: reslider4["params"]["bullets"]["autocenter"] = 0; var css_bullets_obj = {"right":reslider4["params"]["bullets"]["style"]["position"]["right"],"top":reslider4["params"]["bullets"]["style"]["position"]["top"]}; var css_bullets = "right:"+reslider4["params"]["bullets"]["style"]["position"]["right"]+";top:"+reslider4["params"]["bullets"]["style"]["position"]["top"]; break; case 3: reslider4["params"]["bullets"]["autocenter"] = 2; var css_bullets_obj = {"right":"","top":"","left":reslider4["params"]["bullets"]["style"]["position"]["left"],"bottom":""}; var css_bullets = "left:"+reslider4["params"]["bullets"]["style"]["position"]["left"]; break; case 4: reslider4["params"]["bullets"]["autocenter"] = 3; var css_bullets_obj = {"right":"","top":"","left":"","bottom":""}; var css_bullets = ""; break; case 5: reslider4["params"]["bullets"]["autocenter"] = 2; var css_bullets_obj = {"right":reslider4["params"]["bullets"]["style"]["position"]["right"],"top":"","left":"","bottom":""}; var css_bullets = "right:"+reslider4["params"]["bullets"]["style"]["position"]["right"]; break; case 6: reslider4["params"]["bullets"]["autocenter"] = 0; var css_bullets_obj = {"left":reslider4["params"]["bullets"]["style"]["position"]["left"],"bottom":reslider4["params"]["bullets"]["style"]["position"]["bottom"]}; var css_bullets = "left:"+reslider4["params"]["bullets"]["style"]["position"]["left"]+";bottom:"+reslider4["params"]["bullets"]["style"]["position"]["bottom"]; break; case 7: reslider4["params"]["bullets"]["autocenter"] = 1; var css_bullets_obj = {"left":"","bottom":reslider4["params"]["bullets"]["style"]["position"]["bottom"],"right":""}; var css_bullets = "bottom:"+reslider4["params"]["bullets"]["style"]["position"]["bottom"]; break; case 8: reslider4["params"]["bullets"]["autocenter"] = 0; var css_bullets_obj = {"left":"","bottom":reslider4["params"]["bullets"]["style"]["position"]["bottom"],"right":reslider4["params"]["bullets"]["style"]["position"]["right"]}; var css_bullets = "bottom:"+reslider4["params"]["bullets"]["style"]["position"]["bottom"]+";right:"+reslider4["params"]["bullets"]["style"]["position"]["right"]; break; } _reslide.find('#slider4_container','.reslide_navigator')[0].addStyle(css_bullets); if(reslider4.count) { var thubmnailCWidth = jQuery('.reslide-thumbnail4').width(); var thumbWidth = thubmnailCWidth/reslider4.count; if(reslider4['params']['thumbnails']['positioning']) jQuery('.reslide-thumbnail4 .c,.reslide-thumbnail4 .p,.reslide-thumbnail4 .w').width(thumbWidth-4); else { jQuery('.reslide-thumbnail4 .c,.reslide-thumbnail4 .p,.reslide-thumbnail4 .w').width(58); jQuery('.reslide-thumbnail4 .w').width(56); jQuery('.reslide-thumbnail4 > div').css('max-width',(jQuery('.reslide-thumbnail4').width()-20)+'px');//width(58); var walk = jQuery('.reslide-thumbnail4').width()-20; var walkcount = Math.floor(walk/61)-1; walk = walkcount* 61-3; jQuery('.reslide-thumbnail4 > div').css('max-width',walk+'px'); } } jQuery('#slider4_container .reslide_slides img').css('display','block');
init_c_slider4("slider4_container");
})(); function ScaleSlider() { var parentWidth = $('#slider4_container').parent().width(); jQuery('#slider4_container').css('display','block');
if (parentWidth) {
if(parentWidth < reslider4['style']['width']) { c_slider4.$ScaleWidth(parentWidth); jQuery('#slider4_container > div').css('overflow','hidden');
} else { c_slider4.$ScaleWidth(reslider4['style']['width']); } } else window.setTimeout(ScaleSlider, 10); } $(window).bind("load", ScaleSlider); $(window).bind("resize", ScaleSlider); $(window).bind("orientationchange", ScaleSlider);
//responsive code end jQuery('.reslide_arrow_left').off('click'); jQuery('.reslide_arrow_left').on('click',function(){ c_slider4.$NextPlay(); }); jQuery('.reslide_arrow_right').click(function(){ c_slider4.$PrevPlay(); }); })
Commitment to Quality, Service & Customer Satisfaction
The ability to help our customers reduce costs and duplication, streamline processes, and increase productivity, sales, and profits by implementing state-of-the-art business software is demonstrated by the many customer testimonials that we have received over the years.
We are a leading provider of turn-key business management software solutions and related services. Our very experienced and knowledgeable team provides businesses nationwide with the following services: Consulting, Analysis, Project Management, Setups, Training, Configuration, Upgrades, Software Development, Testing, Data Conversion, and Customer Support.
As a Microsoft Authorized Business Partner we provide our customers with top-notch services, competitive hourly rates, and fixed-bid proposals.






























var $PlayCondition = 1; var c_slider3;
init_c_slider3 = function (containerId) {
switch(reslider3["params"]["effect"]["type"]) { case 0: var reslide_effect = {$Duration:reslider3["params"]["effect"]["duration"],$Opacity:2,$Brother:{$Duration:1000,$Opacity:2}}; break; case 1: reslide_effect = {$Duration:reslider3["params"]["effect"]["duration"],x:-0.3,y:0.5,$Zoom:1,$Rotate:0.1,$During:{$Left:[0.6,0.4],$Top:[0.6,0.4],$Rotate:[0.6,0.4],$Zoom:[0.6,0.4]},$Easing:{$Left:$JssorEasing$.$EaseInQuad,$Top:$JssorEasing$.$EaseInQuad,$Opacity:$JssorEasing$.$EaseLinear,$Rotate:$JssorEasing$.$EaseInQuad},$Opacity:2,$Brother:{$Duration:1000,$Zoom:11,$Rotate:-0.5,$Easing:{$Opacity:$JssorEasing$.$EaseLinear,$Rotate:$JssorEasing$.$EaseInQuad},$Opacity:2,$Shift:200}}; break; case 2: reslide_effect = {$Duration:reslider3["params"]["effect"]["duration"],x:0.25,$Zoom:1.5,$Easing:{$Left:$JssorEasing$.$EaseInWave,$Zoom:$JssorEasing$.$EaseInSine},$Opacity:2,$ZIndex:-10,$Brother:{$Duration:1400,x:-0.25,$Zoom:1.5,$Easing:{$Left:$JssorEasing$.$EaseInWave,$Zoom:$JssorEasing$.$EaseInSine},$Opacity:2,$ZIndex:-10}} break; case 3: reslide_effect ={$Duration:reslider3["params"]["effect"]["duration"],x:0.5,$Cols:2,$ChessMode:{$Column:3},$Easing:{$Left:$JssorEasing$.$EaseInOutCubic},$Opacity:2,$Brother:{$Duration:1500,$Opacity:2}} break; case 4: reslide_effect ={$Duration:reslider3["params"]["effect"]["duration"],x:-0.1,y:-0.7,$Rotate:0.1,$During:{$Left:[0.6,0.4],$Top:[0.6,0.4],$Rotate:[0.6,0.4]},$Easing:{$Left:$JssorEasing$.$EaseInQuad,$Top:$JssorEasing$.$EaseInQuad,$Opacity:$JssorEasing$.$EaseLinear,$Rotate:$JssorEasing$.$EaseInQuad},$Opacity:2,$Brother:{$Duration:1000,x:0.2,y:0.5,$Rotate:-0.1,$Easing:{$Left:$JssorEasing$.$EaseInQuad,$Top:$JssorEasing$.$EaseInQuad,$Opacity:$JssorEasing$.$EaseLinear,$Rotate:$JssorEasing$.$EaseInQuad},$Opacity:2}} break; case 5: reslide_effect ={$Duration:reslider3["params"]["effect"]["duration"],x:-1,y:-0.5,$Delay:50,$Cols:8,$Rows:4,$Formation:$JssorSlideshowFormations$.$FormationSquare,$Easing:{$Left:$JssorEasing$.$EaseSwing,$Top:$JssorEasing$.$EaseInJump},$Assembly:260,$Round:{$Top:1.5}} break; case 6: reslide_effect ={$Duration:reslider3["params"]["effect"]["duration"],$Delay:30,$Cols:8,$Rows:4,$Clip:15,$SlideOut:true,$Formation:$JssorSlideshowFormations$.$FormationStraightStairs,$Easing:$JssorEasing$.$EaseOutQuad,$Assembly:2049} break; };
// reslide_effect ={$Duration:1000,$Delay:30,$Cols:8,$Rows:4,$Clip:15,$SlideOut:true,$Formation:$JssorSlideshowFormations$.$FormationStraightStairs,$Easing:$JssorEasing$.$EaseOutQuad,$Assembly:2049}
var _SlideshowTransitions = [ reslide_effect ]; if(!reslider3['params']['thumbnails']['positioning']) { var thumbnailsCount = Math.ceil(reslider3.count-1); } else { var thumbnailsCount = Math.ceil(reslider3.count); } var options = { $AutoPlay: (reslider3["params"]["autoplay"]==1)?true:false, //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false $SlideDuration: 500, $AutoPlayInterval: reslider3["params"]["effect"]["interval"], //$AutoPlaySteps : -1, //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
$BulletNavigatorOptions: { //[Optional] Options to specify and enable navigator or not $Class: $JssorBulletNavigator$, //[Required] Class to create navigator instance $ChanceToShow: reslider3["params"]["bullets"]["show"], //[Required] 0 Never, 1 Mouse Over, 2 Always $AutoCenter: reslider3["params"]["bullets"]["autocenter"], //[Optional] Auto center navigator in parent container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 0 $Steps: 1, //[Optional] Steps to go for each navigation request, default value is 1 $Rows: reslider3["params"]["bullets"]["rows"], //[Optional] Specify lanes to arrange items, default value is 1 $SpacingX: reslider3["params"]["bullets"]["s_x"], //[Optional] Horizontal space between each item in pixel, default value is 0 $SpacingY: reslider3["params"]["bullets"]["s_y"], //[Optional] Vertical space between each item in pixel, default value is 0 $Orientation: reslider3["params"]["bullets"]["orientation"] //[Optional] The orientation of the navigator, 1 horizontal, 2 vertical, default value is 1 }, $ArrowNavigatorOptions: { //[Optional] Options to specify and enable arrow navigator or not $Class: $JssorArrowNavigator$, //[Requried] Class to create arrow navigator instance $ChanceToShow: reslider3["params"]["arrows"]["show"], //[Required] 0 Never, 1 Mouse Over, 2 Always $AutoCenter: 2, //[Optional] Auto center arrows in parent container, 0 No, 1 Horizontal, 2 Vertical, 3 Both, default value is 0 $Steps: 1 //[Optional] Steps to go for each navigation request, default value is 1 }, $SlideshowOptions: { //[Optional] Options to specify and enable slideshow or not $Class: $JssorSlideshowRunner$, //[Required] Class to create instance of slideshow $Transitions: _SlideshowTransitions, //[Required] An array of slideshow transitions to play slideshow $TransitionsOrder: 1, //[Optional] The way to choose transition to play slide, 1 Sequence, 0 Random $ShowLink: true //[Optional] Whether to bring slide link on top of the slider when slideshow is running, default value is false } , $ThumbnailNavigatorOptions: { $Class: $JssorThumbnailNavigator$, //[Required] Class to create thumbnail navigator instance $ChanceToShow: reslider3["params"]["thumbnails"]["show"], //[Required] 0 Never, 1 Mouse Over, 2 Always $ActionMode: 1, //[Optional] 0 None, 1 act by click, 2 act by mouse hover, 3 both, default value is 1 $AutoCenter: 0, //[Optional] Auto center thumbnail items in the thumbnail navigator container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 3 $Rows: 1, //[Optional] Specify lanes to arrange thumbnails, default value is 1 $SpacingX: 3, //[Optional] Horizontal space between each thumbnail in pixel, default value is 0 $SpacingY: 3, //[Optional] Vertical space between each thumbnail in pixel, default value is 0 $Cols: thumbnailsCount, //[Optional] Number of pieces to display, default value is 1 $ParkingPosition: 0, //[Optional] The offset position to park thumbnail $Orientation: 1, //[Optional] Orientation to arrange thumbnails, 1 horizental, 2 vertical, default value is 1 $NoDrag: false //[Optional] Disable drag or not, default value is false }
};
c_slider3 = new $JssorSlider$(containerId, options); }
jQuery(function($){
(function initReslideSlider() {
/*** ####bullets#### ***/
switch(+reslider3["params"]["bullets"]["position"]) { case 0: reslider3["params"]["bullets"]["autocenter"] = 0; var css_bullets_obj = {"left":reslider3["params"]["bullets"]["style"]["position"]["left"],"top":reslider3["params"]["bullets"]["style"]["position"]["top"]}; var css_bullets= "left:"+reslider3["params"]["bullets"]["style"]["position"]["left"]+";top:"+reslider3["params"]["bullets"]["style"]["position"]["top"]; break; case 1: reslider3["params"]["bullets"]["autocenter"] = 1; var css_bullets_obj = {"right":"","top":reslider3["params"]["bullets"]["style"]["position"]["top"],"left":"","bottom":""}; var css_bullets = "top:"+reslider3["params"]["bullets"]["style"]["position"]["top"]; break; case 2: reslider3["params"]["bullets"]["autocenter"] = 0; var css_bullets_obj = {"right":reslider3["params"]["bullets"]["style"]["position"]["right"],"top":reslider3["params"]["bullets"]["style"]["position"]["top"]}; var css_bullets = "right:"+reslider3["params"]["bullets"]["style"]["position"]["right"]+";top:"+reslider3["params"]["bullets"]["style"]["position"]["top"]; break; case 3: reslider3["params"]["bullets"]["autocenter"] = 2; var css_bullets_obj = {"right":"","top":"","left":reslider3["params"]["bullets"]["style"]["position"]["left"],"bottom":""}; var css_bullets = "left:"+reslider3["params"]["bullets"]["style"]["position"]["left"]; break; case 4: reslider3["params"]["bullets"]["autocenter"] = 3; var css_bullets_obj = {"right":"","top":"","left":"","bottom":""}; var css_bullets = ""; break; case 5: reslider3["params"]["bullets"]["autocenter"] = 2; var css_bullets_obj = {"right":reslider3["params"]["bullets"]["style"]["position"]["right"],"top":"","left":"","bottom":""}; var css_bullets = "right:"+reslider3["params"]["bullets"]["style"]["position"]["right"]; break; case 6: reslider3["params"]["bullets"]["autocenter"] = 0; var css_bullets_obj = {"left":reslider3["params"]["bullets"]["style"]["position"]["left"],"bottom":reslider3["params"]["bullets"]["style"]["position"]["bottom"]}; var css_bullets = "left:"+reslider3["params"]["bullets"]["style"]["position"]["left"]+";bottom:"+reslider3["params"]["bullets"]["style"]["position"]["bottom"]; break; case 7: reslider3["params"]["bullets"]["autocenter"] = 1; var css_bullets_obj = {"left":"","bottom":reslider3["params"]["bullets"]["style"]["position"]["bottom"],"right":""}; var css_bullets = "bottom:"+reslider3["params"]["bullets"]["style"]["position"]["bottom"]; break; case 8: reslider3["params"]["bullets"]["autocenter"] = 0; var css_bullets_obj = {"left":"","bottom":reslider3["params"]["bullets"]["style"]["position"]["bottom"],"right":reslider3["params"]["bullets"]["style"]["position"]["right"]}; var css_bullets = "bottom:"+reslider3["params"]["bullets"]["style"]["position"]["bottom"]+";right:"+reslider3["params"]["bullets"]["style"]["position"]["right"]; break; } _reslide.find('#slider3_container','.reslide_navigator')[0].addStyle(css_bullets); if(reslider3.count) { var thubmnailCWidth = jQuery('.reslide-thumbnail3').width(); var thumbWidth = thubmnailCWidth/reslider3.count; if(reslider3['params']['thumbnails']['positioning']) jQuery('.reslide-thumbnail3 .c,.reslide-thumbnail3 .p,.reslide-thumbnail3 .w').width(thumbWidth-4); else { jQuery('.reslide-thumbnail3 .c,.reslide-thumbnail3 .p,.reslide-thumbnail3 .w').width(58); jQuery('.reslide-thumbnail3 .w').width(56); jQuery('.reslide-thumbnail3 > div').css('max-width',(jQuery('.reslide-thumbnail3').width()-20)+'px');//width(58); var walk = jQuery('.reslide-thumbnail3').width()-20; var walkcount = Math.floor(walk/61)-1; walk = walkcount* 61-3; jQuery('.reslide-thumbnail3 > div').css('max-width',walk+'px'); } } jQuery('#slider3_container .reslide_slides img').css('display','block');
init_c_slider3("slider3_container");
})(); function ScaleSlider() { var parentWidth = $('#slider3_container').parent().width(); jQuery('#slider3_container').css('display','block');
if (parentWidth) {
if(parentWidth < reslider3['style']['width']) { c_slider3.$ScaleWidth(parentWidth); jQuery('#slider3_container > div').css('overflow','hidden');
} else { c_slider3.$ScaleWidth(reslider3['style']['width']); } } else window.setTimeout(ScaleSlider, 10); } $(window).bind("load", ScaleSlider); $(window).bind("resize", ScaleSlider); $(window).bind("orientationchange", ScaleSlider);
//responsive code end jQuery('.reslide_arrow_left').off('click'); jQuery('.reslide_arrow_left').on('click',function(){ c_slider3.$NextPlay(); }); jQuery('.reslide_arrow_right').click(function(){ c_slider3.$PrevPlay(); }); })

Microsoft
Partner

At Your Company: Would you like to implement a new fully integrated system that will help your team reduce costs and increase productivity, market share, sales, and profits? Would you like to automate many of your processes and implement artificial intelligence software? Are your employees drowning in paperwork? Would you like to improve forecasting, reporting, and budgeting capabilities?
We Can Help! Please contact us to learn about our free consulting session which will include discussions and reviews of your requirements, business rules, potential process improvements and software solutions.
Modules More Testimonials Dynamics 365 Webinar BI Power Platform AI Newsletter