// JavaScript Document

// select product

	function SelectComboByText(text,cId)
	{
		var i=0;
		var combo = document.getElementById(cId);
		for(i=0;combo.options.length;i++)
		{
			if(combo.options[i].text==text)
			{
				 combo.selectedIndex = i;
			return;
			}
		}
	}
	function SelectComboByValue(value,cId)
	{
		var i=0;
		var combo = document.getElementById(cId);
		for(i=0;combo.options.length;i++)
		{
			if(combo.options[i].value==value)
			{
				 combo.selectedIndex = i;
			return;
			}
		}
	}
function showProduct(){
     if (document.getElementById("selProduct").value==100)
     window.location.href='liquid-hoodia-natural-appetite-suppressant.html';

	 if (document.getElementById("selProduct").value==0)
     window.location.href='weight-loss-supplements.html';
	 
	 if (document.getElementById("selProduct").value==1)
     window.location.href='liquid-hydrolyzed-collagen-supplement.html';
	 
	 if (document.getElementById("selProduct").value==2)
     window.location.href='carb-inhibitor-starch-inhibitor.html';
     
	 if (document.getElementById("selProduct").value==3)
     window.location.href='healthy-weight-loss-program.html';
	 
	 if (document.getElementById("selProduct").value==4)
     window.location.href='liquid-multi-vitamin-and-mineral-supplement.html';
	 
	 if (document.getElementById("selProduct").value==5)
     window.location.href='liquid-soluble-dietary-fiber-supplement.html';
	 
	  if (document.getElementById("selProduct").value==6)
     window.location.href='natural-colon-cleansing-product.html';
	 
	 	  if (document.getElementById("selProduct").value==7)
     window.location.href='healthy-aging-supplements.html';
	 
	  if (document.getElementById("selProduct").value==8)
     window.location.href='liquid-hydrolyzed-collagen-supplement-ha.html';
	 
	  if (document.getElementById("selProduct").value==9)
     window.location.href='liquid-glucosamine-chondroitin-msm-supplement-with-collagen.html';
	 
	 	  if (document.getElementById("selProduct").value==10)
     window.location.href='liquid-multi-vitamin-and-mineral-supplement-ha.html';

	  if (document.getElementById("selProduct").value==11)
     window.location.href='omega3-fish-oil-supplement-astaxanthin.html';

	  if (document.getElementById("selProduct").value==12)
     window.location.href='green-lipped-mussel-natural-anti-inflammatory.html';

	  if (document.getElementById("selProduct").value==13)
     window.location.href='joint-health-supplements.html';

	  if (document.getElementById("selProduct").value==14)
     window.location.href='liquid-glucosamine-chondroitin-msm-supplement-with-collagen-jh.html';

	  if (document.getElementById("selProduct").value==15)
     window.location.href='msm-supplement.html';

	  if (document.getElementById("selProduct").value==16)
     window.location.href='liquid-multi-vitamin-and-mineral-supplement-jh.html';

	  if (document.getElementById("selProduct").value==17)
     window.location.href='green-lipped-mussel-natural-anti-inflammatory-jh.html';

	  if (document.getElementById("selProduct").value==18)
     window.location.href='natural-capsaicin-cream-arthritis-muscle-pain-relief.html';

	  if (document.getElementById("selProduct").value==19)
     window.location.href='cardiovascular-health-supplements.html';

	  if (document.getElementById("selProduct").value==20)
     window.location.href='omega3-fish-oil-supplement-astaxanthin-ch.html';

	  if (document.getElementById("selProduct").value==21)
     window.location.href='liquid-soluble-dietary-fiber-supplement-ch.html';

	  if (document.getElementById("selProduct").value==22)
     window.location.href='red-yeast-rice.html';

	  if (document.getElementById("selProduct").value==23)
     window.location.href='msm-supplement-ch.html';

	  if (document.getElementById("selProduct").value==24)
     window.location.href='liquid-multi-vitamin-and-mineral-supplement-ch.html';

	  if (document.getElementById("selProduct").value==25)
     window.location.href='green-lipped-mussel-natural-anti-inflammatory-ch.html';

	  if (document.getElementById("selProduct").value==26)
     window.location.href='anti-aging-skin-care-products.html';

	  if (document.getElementById("selProduct").value==27)
     window.location.href='liquid-hydrolyzed-collagen-supplement-aasc.html';

	  if (document.getElementById("selProduct").value==28)
     window.location.href='liquid-glucosamine-chondroitin-msm-supplement-with-collagen-aasc.html';

	  if (document.getElementById("selProduct").value==29)
     window.location.href='liquid-multi-vitamin-and-mineral-supplement-aasc.html';

	  if (document.getElementById("selProduct").value==30)
     window.location.href='omega3-fish-oil-supplement-astaxanthin-aasc.html';

	  if (document.getElementById("selProduct").value==31)
     window.location.href='collagen-rejuvenating-anti-wrinkle-treatment-cream.html';

	  if (document.getElementById("selProduct").value==32)
     window.location.href='collagen-rejuvenating-anti-oxidant-facial-moisturizer.html';

	  if (document.getElementById("selProduct").value==33)
     window.location.href='collagen-rejuvenating-facial-cleanser.html';

	  if (document.getElementById("selProduct").value==34)
     window.location.href='antiaging-body-lotion.html';
}	
// ------------






