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);
At the present time, when a large population sector is suffering from a fissure problem, we are here to deliver a technologically latest surgical treatment with a help of our well-qualified Fissure Doctor In Dombivli West Mumbai. Similarly, as per the concerns of Fistula-in-Ano, a team of our doctors perform the services under anaesthesia where a small telescope is passed by an outer opening of the fistula on the skin. It is actually gets connected to an HD-camera which then transmit an image of inner side fistula on a monitor. Under this vision, an entire length of fistula tract is removed towards an internal opening which is present inside the canal of a wall.
Furthermore, any branching of the fistula tracts can also easily get identify and also can easily be tracked by our Fissure Doctor In Dombivli West at market's leading rates. This internal opening then gets closed with a help of stitched or say a stapler so that feces do not leak back again into the fistula tunnel. The most noticeable thing about our services is that we the Fissure Doctor In Mumbai also do daily dressing after providing the best suitable treatment for fissure which is also important to do. In other words, a daily dressing is gently done by our proficient doctors just by flushing with saline completely by using a syringe so as to remove the dead tissue inside the healing fistula tract.
We comprehend the concerns of the patient suffering from a fissure. Other aspects have also observed that fissure may also rise with Hypertension, Diabetes mellites, Heart disease, Crohn's disease and much more with flawlessness and cost-effectiveness. These features of are what differentiate us from other same service providers.
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' }); });