function ValidateForm(frm) { if (frm.name.value == "" || frm.name.value == null ) {alert('Name is required.');frm.name.focus();return false;} if (frm.mobile.value == "" || frm.mobile.value == null) {alert('Mobile number is required.');frm.mobile.focus();return false;} if (frm.email.value == "" || frm.email.value == null) {alert('Email address is required.');frm.email.focus();return false;} if (frm.email.value.indexOf("@") < 1 || frm.email.value.indexOf(".") < 1) {alert('Please enter a valid email address.');frm.email.focus();return false;} if (frm.msg.value == "" || frm.msg.value == null) {alert('Please enter comments or questions.');frm.msg.focus();return false;} if (frm.skip_CaptchaCode.value == "" || frm.skip_CaptchaCode.value == null) {alert('Enter web form code.');frm.skip_CaptchaCode.focus();return false;} return true; } function ReloadCaptchaImage(captchaImageId) { var obj = document.getElementById(captchaImageId); var src = obj.src; var date = new Date(); var pos = src.indexOf('&rad='); if (pos >= 0) { src = src.substr(0, pos); } obj.src = src + '&rad=' + date.getTime(); return false; }
(function( $ ) { $(document).ready( function( ) { $(".modalbox").fancybox(); $("#contact1").submit(function() { return false; }); }); })(jQuery);
Fistula treatment is actually considered as a novel minimally invasive as well as a sphincter-saving technique which is greatly meant for treating complex fistulas. Firstly, we visualize the fistula tract completely by using a fistuloscope in order to detect a correct localization of the internal fistula. This is because, fistula is highly found its opening under a direct vision, of the fistuloscope. Hence, we are known as the Best Fissure Clinic Dombivli West Mumbai who highly deliver the services of the diagnostic fistuloscopy under irrigation obeyed extremely by an operative phase of fulguration of the fistula tract at cost-effective rates aiming in relieving a person.
The main feature of our services of the fistula treatment is entirely performed under a great supervision of our skilled experts. Leveraging our selves on a huge industrial experience and knowledge of decades, we the well-considered Fissure Clinic in Dombivli West comprises of the quality-oriented features that too concentrating on customer-centric approach. The most observable aspects of our services are that we can also easily identify the possible secondary tracts or chronic abscesses if any.
Fistula actually communicates between two surfaces or body parts the higher percentage of its occurring is anal. In other words, an anal fistula is actually considered as an abnormal passage between an interior of the anal canal or rectum inside and outside of the skin surrounded area. It has observed that most of the times, the fistulas originate as anorectal abscesses. Hence, we are here to provide the cost-effective fistula treatment to all the patients only at an establishment of our well-established best Fissure Clinic in Mumbai.
Monday - Saturday :10:00 AM to 1:00 PM
On Sunday:By Appointment
address :Shop No.30, Everest Shopping Centre, Opp. Shivaji Medical Store, Near railway Station, Dombivli West, Maharashtra-421202
email :sambhajigarje@gmail.com
© 2018- 2023 Sushrut Clinic. All rights reserved | Design by Digital Vision Technology PVT LTD
$(window).load(function() { $("#flexiselDemo1").flexisel({ visibleItems: 3, animationSpeed: 1000, autoPlay: false, autoPlaySpeed: 3000, pauseOnHover: true, enableResponsiveBreakpoints: true, responsiveBreakpoints: { portrait: { changePoint:480, visibleItems: 1 }, landscape: { changePoint:640, visibleItems:2 }, tablet: { changePoint:768, visibleItems: 3 } } }); }); jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); $(document).ready(function() { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); });