<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pharmix Laboratories</title>
	<atom:link href="https://www.pharmixlabs.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.pharmixlabs.com</link>
	<description></description>
	<lastBuildDate>Sun, 02 Feb 2020 09:54:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.32</generator>
	<item>
		<title>Trutil Capsules 40mg</title>
		<link>https://www.pharmixlabs.com/trutil-capsules-40mg/</link>
		<comments>https://www.pharmixlabs.com/trutil-capsules-40mg/#comments</comments>
		<pubDate>Mon, 24 Aug 2015 05:24:40 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2267</guid>
		<description><![CDATA[TRUTIL(Esomeprazole) 40mg Capsules Drug Category Proton Pump Inhibitor (PPI) MECHANISM OF ACTION Esomeprazole is a proton pump inhibitor that suppresses gastric acid secretion by specific inhibition of the H+/K+-ATPase in the gastric parietal cell. By acting specifically on the proton pump, esomeprazole blocks the final step in acid production, thus reducing gastric acidity. INDICATIONS Treatment<a href="https://www.pharmixlabs.com/trutil-capsules-40mg/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><a href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Trutil-40-Caps1.jpg"><img class="size-full wp-image-2268" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Trutil-40-Caps1.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></td>
<td valign="top">
<p style="text-align: justify;"><span style="color: #000080;"><strong>TRUTIL</strong></span><span style="color: #000000;">(Esomeprazole) 40mg Capsules</span></p>
<p style="text-align: justify;"><span style="color: #000080;"><strong>Drug Category </strong></span><span style="color: #000000;">Proton Pump Inhibitor (PPI)</span></p>
<p style="text-align: justify;"><span style="color: #000080;"><strong>MECHANISM OF ACTION </strong></span><span style="color: #000000;">Esomeprazole is a proton pump inhibitor that suppresses gastric acid secretion by specific inhibition of the H<sup>+</sup>/K<sup>+</sup>-ATPase in the gastric parietal cell. By acting specifically on the proton pump, esomeprazole blocks the final step in acid production, thus reducing gastric acidity.</span></p>
<p style="text-align: justify;"><strong><span style="color: #000080;">INDICATIONS</span> </strong><span style="color: #000000;">Treatment of Gastroesophageal Reflex Disease (GERD). Healing of Erosive Esophagitis. maintenance of Healing of Erosive oesophagitis. Symptomatic Gastroesophageal Reflex Disease. H. pylori Eradication to Reduce the Risk. of Duodenal Ulcer Recurrence.</span></p>
<p style="text-align: justify;"><span style="color: #000080;"><strong>DOSAGE AND ADMINISTRATION </strong></span><span style="color: #000000;">40 mg once daily for 4 to 8 weeks. Maintenance of healing of erosive esophagitis 20 mg once daily. For symptomatic reflex disease 20 mg once daily for 4 weeks. H.pylori eradication to reduce risk of duodenal ulcer 40 mg daily for 10 days along with Amoxicillin 1000 mg twice daily for 10 days &amp; Clarithrormycin 500 mg twice daily for 10 days</span></p>
<p style="text-align: justify;"><strong><span style="color: #000080;">Presentation</span> </strong><span style="color: #000000;">40mg  capsules are available in <strong>alu-alu</strong> pack of 2&#215;7’s</span>.</p>
</td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/trutil-capsules-40mg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Myosoft Capsules 4mg</title>
		<link>https://www.pharmixlabs.com/myosoft-capsules-4mg/</link>
		<comments>https://www.pharmixlabs.com/myosoft-capsules-4mg/#comments</comments>
		<pubDate>Sat, 22 Aug 2015 09:48:39 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2142</guid>
		<description><![CDATA[Myosoft Capsules (Thiocochicoside 4mg) Drug Category: Muscle Relaxant MECHANISM OF ACTION: Myosoft binds to GABA-A and strychnine sensitive glycine receptors. Mysoft acting as a GABA-A receptor anatagonist, its myorelaxant effects could be exerted at the supra spinal level via complex regulatory mechanisms. Although a glycinergic mechanism of action cannot be excluded. INDICATIONS: Treatment of the<a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><a href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Myosoft-4mg-Caps.jpg"><img class="size-full wp-image-2143" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Myosoft-4mg-Caps.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></td>
<td valign="top">
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>Myosoft Capsules</strong></span> (Thiocochicoside 4mg)</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>Drug Category: </strong></span>Muscle Relaxant</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>MECHANISM OF ACTION:</strong></span> <strong>Myosoft </strong>binds to GABA-A and strychnine sensitive glycine receptors. Mysoft acting as a GABA-A receptor anatagonist, its myorelaxant effects could be exerted at the supra spinal level via complex regulatory mechanisms. Although a glycinergic mechanism of action cannot be excluded.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">INDICATIONS:</span> </strong>Treatment of the painful muscular contractures in acute and chronic rhemumatologic and orthopedic diseases (lumbago, Sciatica, Cervicobrachial pain, torticollis, periarthropathy, tendinopathy)or in traumatology.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">DOSAGE AND ADMINISTRATION:</span> </strong>Two 4mg Capsules BID for 5-7 days.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">PRESENTATION:</span> </strong>Myosoft Capsules are available in the pack size of 4&#215;5’s ALU ALU Blister pack.</span></p>
</td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/myosoft-capsules-4mg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ulcofin Suspension</title>
		<link>https://www.pharmixlabs.com/ulcofin-suspension/</link>
		<comments>https://www.pharmixlabs.com/ulcofin-suspension/#comments</comments>
		<pubDate>Sat, 22 Aug 2015 09:47:02 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2139</guid>
		<description><![CDATA[ULCOFIN Suspension Drug Category H-2 Receptor Blocker MECHANISM OF ACTION Famotidine binds competitively to H2-receptors located on the parietal cell, blocking histamine affects. This competitive inhibition results in reduced basal and nocturnal gastric acid secretion and a reduction in gastric volume, acidity, and amount of gastric acid released. INDICATIONS Gastric ulcers, Duodenal ulcers, Reflux oesophagitis,<a href="https://www.pharmixlabs.com/ulcofin-suspension/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><a href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Ulcofin-120ml-Syp.jpg"><img class="size-full wp-image-2140" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Ulcofin-120ml-Syp.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></td>
<td valign="top">
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">ULCOFIN</span> </strong>Suspension</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>Drug Category </strong></span>H-2 Receptor Blocker</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>MECHANISM OF ACTION </strong></span>Famotidine binds competitively to H<sub>2</sub>-receptors located on the parietal cell, blocking histamine affects. This competitive inhibition results in reduced basal and nocturnal gastric acid secretion and a reduction in gastric volume, acidity, and amount of gastric acid released.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>INDICATIONS </strong></span>Gastric ulcers, Duodenal ulcers, Reflux oesophagitis, Chronic episodic dyspepsia and other pathological hypersecretory states e.g., Zollinger-Ellison Syndrome. <strong>ULCOFIN</strong> Suspension is indicated for the relief of heart burn /acid indigestion and prevention of these symptoms caused by acid related diseases.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">DOSAGE AND ADMINISTRATION</span> </strong><strong>Benign gastric &amp; duodenal ulcers:</strong> 40mg one tablet at night for 4-8 weeks, maintenance therapy is 20mg one tablet once daily. <strong>GERD:</strong> 20mg to 40mg one tablet twice daily for 6-12 weeks, <strong>Zollinger-Ellison syndrome:</strong> Initially 20mg one tablet 6 hourly. <strong>ULCOFIN Suspension: Bening gastric &amp; duodenal ulcers:</strong> 4 teaspoonful at night for 4-8 weeks, maintenance therapy is 2 teaspoonfuls once daily. <strong>GERD:</strong> 2 to 4 teaspoonfuls twice daily for 6-12 weeks. <strong>Zollinger-Ellison syndrome:</strong> 2 teaspoonfuls 6 hourly</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">Presentation</span> Ulcofin</strong> suspension is available in the glass bottle of 120ml</span></p>
</td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/ulcofin-suspension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ulcofin Tablets 40mg</title>
		<link>https://www.pharmixlabs.com/ulcofin-tablets-40mg/</link>
		<comments>https://www.pharmixlabs.com/ulcofin-tablets-40mg/#comments</comments>
		<pubDate>Sat, 22 Aug 2015 09:44:08 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2136</guid>
		<description><![CDATA[ULCOFIN (Famotidine) 40mg Tablets DRUG CATEGORY: H-2 Receptor Blocker MECHANISM OF ACTION Famotidine binds competitively to H2-receptors located on the parietal cell, blocking histamine affects. This competitive inhibition results in reduced basal and nocturnal gastric acid secretion and a reduction in gastric volume, acidity, and amount of gastric acid released. INDICATIONS Gastric ulcers, Duodenal ulcers,<a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><span style="color: #000080;"><a style="color: #000080;" href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs.jpg"><img class="size-full wp-image-2137" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></span></td>
<td valign="top">
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">ULCOFIN</span> </strong>(Famotidine) 40mg Tablets</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>DRUG CATEGORY: </strong></span>H-2 Receptor Blocker</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>MECHANISM OF ACTION </strong></span>Famotidine binds competitively to H<sub>2</sub>-receptors located on the parietal cell, blocking histamine affects. This competitive inhibition results in reduced basal and nocturnal gastric acid secretion and a reduction in gastric volume, acidity, and amount of gastric acid released.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">INDICATIONS</span> </strong>Gastric ulcers, Duodenal ulcers, Reflux oesophagitis, Chronic episodic dyspepsia and other pathological hypersecretory states e.g., Zollinger-Ellison Syndrome. <strong>ULCOFIN</strong> Suspension is indicated for the relief of heart burn /acid indigestion and prevention of these symptoms caused by acid related diseases.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>DOSAGE AND ADMINISTRATION </strong></span><strong>Benign gastric &amp; duodenal ulcers:</strong> 40mg one tablet at night for 4-8 weeks, maintenance therapy is 20mg one tablet once daily. <strong>GERD:</strong> 20mg to 40mg one tablet twice daily for 6-12 weeks, <strong>Zollinger-Ellison syndrome:</strong> Initially 20mg one tablet 6 hourly. <strong>ULCOFIN Suspension: Bening gastric &amp; duodenal ulcers:</strong> 4 teaspoonful at night for 4-8 weeks, maintenance therapy is 2 teaspoonfuls once daily. <strong>GERD:</strong> 2 to 4 teaspoonfuls twice daily for 6-12 weeks. <strong>Zollinger-Ellison syndrome:</strong> 2 teaspoonfuls 6 hourly</span></p>
<p><span style="color: #000000;"><strong><span style="color: #000080;">Presentation</span> Ulcofin</strong> 20mg Tabs. are available in blister pack of 1&#215;10’s</span></td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/ulcofin-tablets-40mg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ulcofin Tablets 20mg</title>
		<link>https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/</link>
		<comments>https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/#comments</comments>
		<pubDate>Sat, 22 Aug 2015 09:39:32 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2133</guid>
		<description><![CDATA[ULCOFIN (Famotidine) 20mg Tablets DRUG CATEGORY H-2 Receptor Blocker MECHANISM OF ACTION Famotidine binds competitively to H2-receptors located on the parietal cell, blocking histamine affects. This competitive inhibition results in reduced basal and nocturnal gastric acid secretion and a reduction in gastric volume, acidity, and amount of gastric acid released. INDICATIONS Gastric ulcers, Duodenal ulcers,<a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><a href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2.jpg"><img class="size-full wp-image-2134" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></td>
<td valign="top">
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">ULCOFIN</span> </strong>(Famotidine) 20mg Tablets</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>DRUG CATEGORY </strong></span>H-2 Receptor Blocker</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>MECHANISM OF ACTION </strong></span>Famotidine binds competitively to H<sub>2</sub>-receptors located on the parietal cell, blocking histamine affects. This competitive inhibition results in reduced basal and nocturnal gastric acid secretion and a reduction in gastric volume, acidity, and amount of gastric acid released.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>INDICATIONS </strong></span>Gastric ulcers, Duodenal ulcers, Reflux oesophagitis, Chronic episodic dyspepsia and other pathological hypersecretory states e.g., Zollinger-Ellison Syndrome. <strong>ULCOFIN</strong> Suspension is indicated for the relief of heart burn /acid indigestion and prevention of these symptoms caused by acid related diseases.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>DOSAGE AND ADMINISTRATION </strong></span><strong>Benign gastric &amp; duodenal ulcers:</strong> 40mg one tablet at night for 4-8 weeks, maintenance therapy is 20mg one tablet once daily. <strong>GERD:</strong> 20mg to 40mg one tablet twice daily for 6-12 weeks, <strong>Zollinger-Ellison syndrome:</strong> Initially 20mg one tablet 6 hourly. <strong>ULCOFIN Suspension: Bening gastric &amp; duodenal ulcers:</strong> 4 teaspoonful at night for 4-8 weeks, maintenance therapy is 2 teaspoonfuls once daily. <strong>GERD:</strong> 2 to 4 teaspoonfuls twice daily for 6-12 weeks. <strong>Zollinger-Ellison syndrome:</strong> 2 teaspoonfuls 6 hourly</span></p>
<p><span style="color: #000000;"><strong><span style="color: #000080;">Presentation</span> Ulcofin</strong> 20mg Tabs. are available in blister pack of 2&#215;10’s</span></td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trutil Capsules 20mg</title>
		<link>https://www.pharmixlabs.com/trutil-capsules-20mg/</link>
		<comments>https://www.pharmixlabs.com/trutil-capsules-20mg/#comments</comments>
		<pubDate>Sat, 22 Aug 2015 09:27:15 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2121</guid>
		<description><![CDATA[TRUTIL(Esomeprazole) 20mg Capsules DRUG CATEGORY: Proton Pump Inhibitor (PPI) MECHANISM OF ACTION Esomeprazole is a proton pump inhibitor that suppresses gastric acid secretion by specific inhibition of the H+/K+-ATPase in the gastric parietal cell. By acting specifically on the proton pump, esomeprazole blocks the final step in acid production, thus reducing gastric acidity. INDICATIONS Treatment<a href="https://www.pharmixlabs.com/trutil-capsules-20mg/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><a href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Trutil-20-caps.jpg"><img class="size-full wp-image-2122" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Trutil-20-caps.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></td>
<td valign="top"><span style="color: #000000;"><span style="color: #000080;"><strong>TRUTIL</strong></span>(Esomeprazole) 20mg Capsules</span></p>
<p><span style="color: #000000;"><span style="color: #000080;"><strong>DRUG CATEGORY: </strong></span>Proton Pump Inhibitor (PPI)</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>MECHANISM OF ACTION </strong></span>Esomeprazole is a proton pump inhibitor that suppresses gastric acid secretion by specific inhibition of the H<sup>+</sup>/K<sup>+</sup>-ATPase in the gastric parietal cell. By acting specifically on the proton pump, esomeprazole blocks the final step in acid production, thus reducing gastric acidity.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>INDICATIONS </strong></span>Treatment of Gastroesophageal Reflex Disease (GERD). Healing of Erosive Esophagitis. maintenance of Healing of Erosive oesophagitis. Symptomatic Gastroesophageal Reflex Disease. H. pylori Eradication to Reduce the Risk. of Duodenal Ulcer Recurrence.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>DOSAGE AND ADMINISTRATION </strong></span>40 mg once daily for 4 to 8 weeks. Maintenance of healing of erosive esophagitis 20 mg once daily. For symptomatic reflex disease 20 mg once daily for 4 weeks. H.pylori eradication to reduce risk of duodenal ulcer 40 mg daily for 10 days along with Amoxicillin 1000 mg twice daily for 10 days &amp; Clarithrormycin 500 mg twice daily for 10 days</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">Presentation</span> </strong> 20mg capsules are available in <strong>alu-alu</strong> pack of 2&#215;7’s.</span></p>
<p style="text-align: justify;"><strong> </strong></p>
</td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/trutil-capsules-20mg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Onlezole Capsules 150mg</title>
		<link>https://www.pharmixlabs.com/onlezole-capsules-150mg/</link>
		<comments>https://www.pharmixlabs.com/onlezole-capsules-150mg/#comments</comments>
		<pubDate>Sat, 22 Aug 2015 09:23:18 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2118</guid>
		<description><![CDATA[ONLEZOLE (Fluconazole) 150mg Capsules DRUG CATEGORY: Antifungal MECHANISM OF ACTION Fluconazole is a highly selective inhibitor of fungal cytochrome P450 dependent enzyme lanosterol 14-α-demethylase. This enzyme functions to convert lanosterol to ergosterol. The subsequent loss of normal sterols correlates with the accumulation of 14-α-methyl sterols in fungi and may be responsible for the fungistatic activity<a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><a href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Onlezole-150mg-Caps.jpg"><img class="size-full wp-image-2119" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Onlezole-150mg-Caps.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></td>
<td valign="top">
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>ONLEZOLE </strong></span>(Fluconazole) 150mg Capsules</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>DRUG CATEGORY: </strong></span>Antifungal</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>MECHANISM OF ACTION </strong></span>Fluconazole is a highly selective inhibitor of fungal cytochrome P450 dependent enzyme lanosterol 14-α-demethylase. This enzyme functions to convert lanosterol to ergosterol. The subsequent loss of normal sterols correlates with the accumulation of 14-α-methyl sterols in fungi and may be responsible for the fungistatic activity of fluconazole.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">INDICATIONS</span> </strong><a style="color: #000000;" href="http://en.wikipedia.org/wiki/Candidiasis">Candidiasis</a> <strong>, </strong><a style="color: #000000;" href="http://en.wikipedia.org/wiki/Tinea_corporis">Tinea corporis</a>, <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Tinea_cruris">tinea cruris</a> or <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Tinea_pedis">tinea pedis</a><strong>, </strong><a style="color: #000000;" href="http://en.wikipedia.org/wiki/Onychomycosis">Onychomycosis</a><strong>, </strong><a style="color: #000000;" href="http://en.wikipedia.org/wiki/Meningitis">Cryptococcal meningitis</a> , <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Coccidioidomycosis">Coccidioidomycosis</a>, <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Cryptococcosis">Cryptococcosis</a>, <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Histoplasmosis">Histoplasmosis</a>, Prophylaxis of <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Candidiasis">candidiasis</a> in <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Immunocompromised">immunocompromised</a> people.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>DOSAGE AND ADMINISTRATION </strong></span>For Vaginal candidiasis and Candidal balanitis 150mg as a single oral dose. For Tinea pedis, corporis, cruris and candida infections, the recommended dosage is 150mg once weekly. <strong><em>Duration of Treatment: </em></strong>2 to 4 weeks but tinea pedis may require treatment upto 6 weeks. For Tinea Versicolor; 300mg once weekly for 2 weeks, For tinea unguium, the recommended dosage is 150mg once weekly. Treatment of fingernail and toenail normally requires, 3 to 6 months and 6 to 12 months respectively.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>Presentation</strong></span><strong> Onlezole</strong> 150mg Caps. is present in Alu-Alu Blister pack of 1&#215;1’s Caps.</span></p>
<p style="text-align: justify;"><strong> </strong></p>
</td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/onlezole-capsules-150mg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Onlezole Capsules 50 mg</title>
		<link>https://www.pharmixlabs.com/onlezole-capsules-50-mg/</link>
		<comments>https://www.pharmixlabs.com/onlezole-capsules-50-mg/#comments</comments>
		<pubDate>Sat, 22 Aug 2015 09:19:46 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2114</guid>
		<description><![CDATA[ONLEZOLE (Fluconazole) 50mg CapsulesDRUG CATEGORY: Antifungal MECHANISM OF ACTION: Fluconazole is a highly selective inhibitor of fungal cytochrome P450 dependent enzyme lanosterol 14-α-demethylase. This enzyme functions to convert lanosterol to ergosterol. The subsequent loss of normal sterols correlates with the accumulation of 14-α-methyl sterols in fungi and may be responsible for the fungistatic activity of<a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><a href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Onlezole-50mg-Caps.jpg"><img class="size-full wp-image-2115" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Onlezole-50mg-Caps.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></td>
<td valign="top"><span style="color: #000080;"><strong>ONLEZOLE </strong></span><span style="color: #000000;">(Fluconazole) 50mg Capsules</span><span style="color: #000000;"><span style="color: #000080;"><strong>DRUG CATEGORY: </strong></span>Antifungal</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>MECHANISM OF ACTION: </strong></span>Fluconazole is a highly selective inhibitor of fungal cytochrome P450 dependent enzyme lanosterol 14-α-demethylase. This enzyme functions to convert lanosterol to ergosterol. The subsequent loss of normal sterols correlates with the accumulation of 14-α-methyl sterols in fungi and may be responsible for the fungistatic activity of fluconazole.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">INDICATIONS:</span> </strong><a style="color: #000000;" href="http://en.wikipedia.org/wiki/Candidiasis">Candidiasis</a> <strong>, </strong><a style="color: #000000;" href="http://en.wikipedia.org/wiki/Tinea_corporis">Tinea corporis</a>, <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Tinea_cruris">tinea cruris</a> or <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Tinea_pedis">tinea pedis</a><strong>, </strong><a style="color: #000000;" href="http://en.wikipedia.org/wiki/Onychomycosis">Onychomycosis</a><strong>, </strong><a style="color: #000000;" href="http://en.wikipedia.org/wiki/Meningitis">Cryptococcal meningitis</a> , <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Coccidioidomycosis">Coccidioidomycosis</a>, <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Cryptococcosis">Cryptococcosis</a>, <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Histoplasmosis">Histoplasmosis</a>, Prophylaxis of <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Candidiasis">candidiasis</a> in <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Immunocompromised">immunocompromised</a> people.</span></p>
<p style="text-align: justify;"><span style="color: #000080;"><strong>DOSAGE AND ADMINISTRATION:</strong></span><span style="color: #000000;">For Vaginal candidiasis and Candidal balanitis 150mg as a single oral dose. For Tinea pedis, corporis, cruris and candida infections, the recommended dosage is 150mg once weekly. <strong><em>Duration of Treatment: </em></strong>2 to 4 weeks but tinea pedis may require treatment upto 6 weeks. For Tinea Versicolor; 300mg once weekly for 2 weeks, For tinea unguium, the recommended dosage is 150mg once weekly. Treatment of fingernail and toenail normally requires, 3 to 6 months and 6 to 12 months respectively.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>PRESENTATION:</strong></span><strong> Onlezole</strong> 50mg Caps. is present in Alu-Alu Blister pack of 1&#215;7’s Caps.</span></p>
<p style="text-align: justify;"><strong> </strong></p>
</td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/onlezole-capsules-50-mg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mizole Tablets</title>
		<link>https://www.pharmixlabs.com/2111/</link>
		<comments>https://www.pharmixlabs.com/2111/#comments</comments>
		<pubDate>Sat, 22 Aug 2015 09:16:06 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2111</guid>
		<description><![CDATA[MIZOLE (Clotrimazole) 500mg Tablets DRUG CATEGORY:  Antifungal MECHANISM OF ACTION: Clotrimazole alters the permeability of the fungal cell wall and inhibits the activity of enzymes within the cell. This leads eventually to the cell&#8217;s death. INDICATIONS: Vaginal Candidiasis, Trichomoniasis,Chronic Recurrent Mycosis ,Vaginitis Due to Fungi,Infectious Leucorrhoea,Vaginal Mycosis During Pregnancy, Prophylactic Against Neonatal Thrush As Prenatal<a href="https://www.pharmixlabs.com/2111/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><a href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Mizole-Tab.jpg"><img class="size-full wp-image-2112" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Mizole-Tab.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></td>
<td valign="top">
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">MIZOLE</span> </strong>(Clotrimazole) 500mg Tablets</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>DRUG CATEGORY:  </strong></span>Antifungal</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">MECHANISM OF ACTION</span>: </strong>Clotrimazole alters the <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Semipermeable_membrane">permeability</a> of the fungal <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Cell_wall">cell wall</a> and inhibits the activity of <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Enzyme">enzymes</a> within the cell. This leads eventually to the cell&#8217;s death.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">INDICATIONS:</span> </strong>Vaginal Candidiasis, Trichomoniasis<strong>,</strong>Chronic Recurrent Mycosis <strong>,</strong>Vaginitis Due to Fungi<strong>,</strong>Infectious Leucorrhoea<strong>,</strong>Vaginal Mycosis During Pregnancy<strong>, </strong>Prophylactic Against Neonatal Thrush As Prenatal Therapy</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">DOSAGE AND ADMINISTRATION:</span> </strong>Only one dose of Mizole provides excellent results in vaginitis.. Treatment with Mizole should be adjusted to avoid the menstrual period and should be finished before the start of fresh menstrual cycle. If necessary a second time treatment can be repeated with Mizole tablets.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">PRESENTATION:</span> Mizole</strong> (Clotrimazole U.S.P 0.5 gm) is supplied in a box of a single tablet with applicator and a pair of packed disposable gloves</span></p>
<p style="text-align: justify;"><strong> </strong></p>
</td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/2111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mucorid Syrup</title>
		<link>https://www.pharmixlabs.com/mucorid-syrup/</link>
		<comments>https://www.pharmixlabs.com/mucorid-syrup/#comments</comments>
		<pubDate>Sat, 22 Aug 2015 09:03:31 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pharmixlabs.com/?p=2108</guid>
		<description><![CDATA[MUCORID SYRUP DRUG CATEGORY:Mucolytic / Bronchodilator MECHANISM OF ACTION: Ambroxol: Ambroxol is a clinically proven systemically active mucolytic agent. When administered orally onset of action occurs after about 30 minutes. The breakdown of acid mucopolysaccharide fibers makes the sputum thinner and less viscous and therefore more easily removed by coughing. Salbutamol :  is a short-acting<a href="https://www.pharmixlabs.com/mucorid-syrup/" class="read_more">Read More</a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><table>
<tbody>
<tr>
<td width="480" height="320"><a href="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Mucorid-120ml.jpg"><img class="size-full wp-image-2109" src="http://www.pharmixlabs.com/wp-content/uploads/2015/08/Mucorid-120ml.jpg" alt="OLYMPUS DIGITAL CAMERA" width="432" height="324" /></a></td>
<td valign="top">
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">MUCORID SYRUP</span><br />
</strong></span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">DRUG CATEGORY:</span></strong>Mucolytic / Bronchodilator</span></p>
<p style="text-align: justify;"><span style="color: #000080;"><strong>MECHANISM OF ACTION: </strong></span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Ambroxol:</strong> Ambroxol is a clinically proven systemically active mucolytic agent. When administered orally onset of action occurs after about 30 minutes. The breakdown of acid mucopolysaccharide fibers makes the sputum thinner and less viscous and therefore more easily removed by coughing.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Salbutamol : </strong> is a short-acting <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Beta2-adrenergic_receptor_agonist">β<sub>2</sub>-adrenergic receptor agonist</a> used for the relief of <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Bronchospasm">bronchospasm</a> in conditions such as <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Asthma">asthma</a> and <a style="color: #000000;" href="http://en.wikipedia.org/wiki/Chronic_obstructive_pulmonary_disease">chronic obstructive pulmonary disease</a>.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Guaifenesin: </strong>An expectorant which clears chest congestion by loosening and reducing the viscosity of phlegm, &amp; increasing the volume of phlegm making it easier to cough out through your mouth.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Menthol:</strong> An organic compound made synthetically or obtained from peppermint or other mint oils. It has local anesthetic and counterirritant qualities, and it is widely used to relieve minor throat irritation.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><span style="color: #000080;"><strong>INDICATIONS: </strong></span><strong>Mucorid </strong>is indicated for clinical relief of cough associated with bronchitis, bronchial asthma, emphysema and other bronchopulmonary disorders where bronchospasm, mucous plugging and problems of expectoration co-exist.</span></p>
<p style="text-align: justify;"><span style="color: #000080;"><strong>DOSAGE AND ADMINISTRATION:</strong></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Adults &amp; children over 12 years: 2 teaspoonful 3 times daily</span></li>
<li><span style="color: #000000;">Children 6-12 years: 2 teaspoonful 2-3 times daily</span></li>
<li><span style="color: #000000;">Children 2-6 years: 1 teaspoonful 3 times daily</span></li>
<li><span style="color: #000000;">Children 1-2 years: ½ &#8211; 1 teaspoonful 2 times daily</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><strong><span style="color: #000080;">PRESENTATION:</span> Mucorid </strong>Syrup is available in bottle of 120ml.</span></p>
<p><strong> </strong></td>
</tr>
</tbody>
</table>
<div class="bg_title">
<h2 class="headInModule">Related Products</h2>
</div>
<!--Automatic Image Slider w/ CSS & jQuery with some customization--><script type="text/javascript">
	$j = jQuery.noConflict();
	$j(document).ready(function() {$j("#rps .paging").show();$j("#rps .paging a:first").addClass("active");
	
	$j(".slide").css({"width" : 960});
	$j("#rps .window").css({"width" : 960});
	$j("#rps .window").css({"height" : 250});

	$j("#rps .col").css({"width" : 238});
	$j("#rps .col").css({"height" : 246});
	$j("#rps .col p.post-title span").css({"color" : "#666"});
	$j("#rps .post-date").css({"top" : 230});
	$j("#rps .post-date").css({"width" : 228});var imageWidth = $j("#rps .window").width();
	//var imageSum = $j("#rps .slider div").size();
	var imageReelWidth = imageWidth * 7.25;
	
	//Adjust the image reel to its new size
	$j("#rps .slider").css({"width" : imageReelWidth});

	//Paging + Slider Function
	rotate = function(){	
		var triggerID = $active.attr("rel") - 1; //Get number of times to slide
		//alert(triggerID);
		var sliderPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide

		$j("#rps .paging a").removeClass("active"); 
		$active.addClass("active");
		
		//Slider Animation
		$j("#rps .slider").stop(true,false).animate({ 
			left: -sliderPosition
		}, 500 );
	}; 
	var play;
	//Rotation + Timing Event
	rotateSwitch = function(){		
		play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
			$active = $j("#rps .paging a.active").next();
			if ( $active.length === 0) { //If paging reaches the end...
				$active = $j("#rps .paging a:first"); //go back to first
			}
			rotate(); //Trigger the paging and slider function
		}, 10000);
	};
	
	rotateSwitch(); //Run function on launch
	
	//On Hover
	$j("#rps .slider a").hover(function() {
		clearInterval(play); //Stop the rotation
	}, function() {
		rotateSwitch(); //Resume rotation
	});	
	
	//On Click
	$j("#rps .paging a").click(function() {	
		$active = $j(this); //Activate the clicked paging
		//Reset Timer
		clearInterval(play); //Stop the rotation
		rotate(); //Trigger rotation immediately
		rotateSwitch(); // Resume rotation
		return false; //Prevent browser jump to link anchor
	});	
});

</script><div id="rps">
            <div class="window">	
                <div class="slider"><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><span>Ulcofin Tablets 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-40mg/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-40mg-Tabs-228x196.jpg" alt="Ulcofin Tablets 40mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><span>Ulcofin Tablets 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-tablets-20mg-2/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-20mg-Tabs2-228x196.jpg" alt="Ulcofin Tablets 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><span>Trutil Capsules 20mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-20mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-20-caps-228x196.jpg" alt="Trutil Capsules 20mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><span>Onlezole Capsules 150mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-150mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-150mg-Caps-228x196.jpg" alt="Onlezole Capsules 150mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><span>Onlezole Capsules 50 mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/onlezole-capsules-50-mg/"><center><img src="/wp-content/uploads/2015/08/Onlezole-50mg-Caps-228x196.jpg" alt="Onlezole Capsules 50 mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/2111/"><span>Mizole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/2111/"><center><img src="/wp-content/uploads/2015/08/Mizole-Tab-228x196.jpg" alt="Mizole Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><span>Mucorid Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/mucorid-syrup/"><center><img src="/wp-content/uploads/2015/08/Mucorid-120ml-228x196.jpg" alt="Mucorid Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><span>Menwin Tablets 25mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/menwin-tablets-25mg/"><center><img src="/wp-content/uploads/2015/08/Menwin-25mg-Tabs-228x196.jpg" alt="Menwin Tablets 25mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><span>Polyrole Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/polyrole-tablets/"><center><img src="/wp-content/uploads/2015/08/Polyrole-copy1-228x196.jpg" alt="Polyrole Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/iropal-syrup/"><span>Iropal Syrup</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/iropal-syrup/"><center><img src="/wp-content/uploads/2015/08/Iropal-120ml-228x196.jpg" alt="Iropal Syrup" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><span>Tenovir Tablets 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/tenovir-tablets-300mg/"><center><img src="/wp-content/uploads/2015/08/Tenovir-300mg-228x196.jpg" alt="Tenovir Tablets 300mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><span>Gabatic Capsules 400mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-400mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-400mg-Caps-228x196.jpg" alt="Gabatic Capsules 400mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><span>Gabatic Capsules 300mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-300mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-300-Caps-228x196.jpg" alt="Gabatic Capsules 300mg" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><span>Gabatic Capsules 100mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/gabatic-capsules-100mg/"><center><img src="/wp-content/uploads/2015/08/Gabatic-100mg-Caps-228x196.jpg" alt="Gabatic Capsules 100mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-suspension/"><span>Emidone Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-suspension/"><center><img src="/wp-content/uploads/2015/08/Emidone-120ml-228x196.jpg" alt="Emidone Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><span>Emidone Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/emidone-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Emidone-tab-228x196.jpg" alt="Emidone Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><span>Senizole Forte Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/senizole-forte-tablets/"><center><img src="/wp-content/uploads/2015/08/Senizole-forte-final-copy-228x196.jpg" alt="Senizole Forte Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><span>Dumal D Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-d-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-D-228x196.jpg" alt="Dumal D Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><span>Dumal-S Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-s-tablets/"><center><img src="/wp-content/uploads/2015/08/Dumal-S-228x196.jpg" alt="Dumal-S Tablets" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/dumal-suspension/"><span>Dumal Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/dumal-suspension/"><center><img src="/wp-content/uploads/2015/08/Dumal-Susp-228x196.jpg" alt="Dumal Suspension" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><span>Anizole DS Tablets</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/anizole-ds-tablets/"><center><img src="/wp-content/uploads/2015/08/Anizole-Ds-228x196.jpg" alt="Anizole DS Tablets" /></center></a></p></div><div class="clr"></div>
				</div><div class="slide"><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><span>Cordium Tablets 10mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/cordium-tablets-10mg/"><center><img src="/wp-content/uploads/2015/08/Cordium-10mg-Tabs-228x196.jpg" alt="Cordium Tablets 10mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><span>Trutil Capsules 40mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/trutil-capsules-40mg/"><center><img src="/wp-content/uploads/2015/08/Trutil-40-Caps1-228x196.jpg" alt="Trutil Capsules 40mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><span>Myosoft Capsules 4mg</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/myosoft-capsules-4mg/"><center><img src="/wp-content/uploads/2015/08/Myosoft-4mg-Caps-228x196.jpg" alt="Myosoft Capsules 4mg" /></center></a></p></div><div class="col"><p class="post-title"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><span>Ulcofin Suspension</span></a></p><p class="slider-content-img"><a href="https://www.pharmixlabs.com/ulcofin-suspension/"><center><img src="/wp-content/uploads/2015/08/Ulcofin-120ml-Syp-228x196.jpg" alt="Ulcofin Suspension" /></center></a></p></div><div class="clr"></div>
				</div>
                </div>
            </div>
            <div class="paging"><a href="#" rel="1">&bull;</a><a href="#" rel="2">&bull;</a><a href="#" rel="3">&bull;</a><a href="#" rel="4">&bull;</a><a href="#" rel="5">&bull;</a><a href="#" rel="6">&bull;</a><a href="#" rel="7">&bull;</a></div>
        </div><div class="rps-clr"></div>
</div>]]></content:encoded>
			<wfw:commentRss>https://www.pharmixlabs.com/mucorid-syrup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
