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);
Piles in other terms are also called as Hemorrhoids. It is an extremely painful condition which is generally caused by an inflammation as well as a swelling of veins in the rectum area. Most often, it takes place internally inside an anus and sometimes also at externally protruding outside the anus. Owing to such issues, the daily bodily functions of a human body especially like a passage of stool and especially when sitting down of a person becomes a nightmare because sometimes it starts bleeding profusely.
Therefore, we the highly professional doctors of Best Piles Clinic Dombivli West Mumbai are here welcoming all the patient suffering from this problem. We have excelled and treated a large number of people suffering from the piles both with the non-surgical and surgical services completely depending on the situation as well as an age of a person.
Surgery is considered as the most painful treatment, but we the service providers of the best Piles Clinic in Dombivli West provide the same with negligence pain or no pain to all our patients. We provide the treatment services completely in strict adherence to the surgery rules as prescribed and set by the medical guidelines. Hence, obtaining from our services are considered as your best option by which a person cannot only get cure instead also prevent himself with a chance of recurrence.
We provide the treatment by fully knowing the level of a pain by which a person suffers from and therefore, we are the best known Piles Clinic in Mumbai. Our services are very famous and spread in almost all the areas of the Mumbai's city and a person can easily get recover as soon as possible by us.
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' }); });