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 (Haemorrhoids) are basically a swollen as well as inflamed blood vessels (veins) in the rectum and anus. Piles are also categorized into two categories called external and internal. External Piles take place at an outside are of anal verge whereas, Internal Piles take place inside the rectum. Moreover, the piles also comprise of Genetic predisposition (weak rectal veins, walls) as well as a Poor muscle tone in the rectal region.
Thus, we provide a treatment of all forms of the piles to all the patients with a help of Piles Doctors In Dombivli West Mumbai as we have all forms of the surgical and non-surgical treatment for the piles.
We completely comprehend a level of pain by which a person suffers because the Piles often alleviate a pain originating from both the internal and external veins of the anal region. On the other hand, as per the concerns of Haemorrhoid, it is known as a term used mainly for a digestive disorder that generally rises because of an accumulation of bodily waste in the rectum. With it, the veins become varicose and protrude prominently. Therefore, we the best Piles Doctors In Dombivli West cure the sickness at cost-effective rates completely at an ease.
Most often, the patient of piles also faces the continuous bleeding which makes a person weak, pale and anaemic as well. So, a team of best known Piles Doctors In Mumbai of Sushrut Clinic promise a patient that he will for sure get recover at an ease within shortest tike duration which bleeding makes it severe. This is because piles of whether bleeding or not-bleeding is obviously dangerous and painful for which we are here to cure in a painless manner.
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' }); });