$(document).ready(function() {
	
	$('#Items').selectbox({
		inputClass: 'selectbox'
	});	
	
	$('#Items1').selectbox({
		inputClass: 'selectbox1'
	});	
	
	$('#pro').selectbox({
		inputClass: 'selectbox1'
	});
	
	$('#indus').selectbox({
		inputClass: 'selectbox1'
	});
	
	/*$('#search').selectbox({
		inputClass: 'selectbox1'
	});
	*/
	$('#sol').selectbox({
		inputClass: 'selectbox1'
	});
});

function doRedirect()
		{
		
			if(document.getElementById("Items").value=="supra")
			{
			 var x=document.getElementById("Items").value;
			 window.location="product/suprakare/suprakare.html#supra";
			}
			
			if(document.getElementById("Items").value=="nutra")
			{
			 var x=document.getElementById("Items").value;
			 window.location="product/nutrakare/nutrakare.html#nutra";
			}
			
			if(document.getElementById("Items").value=="vazo")
			{
			 var x=document.getElementById("Items").value;
			 window.location="product/vazokare/anti-hypertensive.html#vazo";
			}
			
			if(document.getElementById("Items").value=="nano")
			{
			 var x=document.getElementById("Items").value;
			 window.location="product/nanokare/haematinics.html#nano";
			}
			
			if(document.getElementById("Items").value=="business")
			{
			 var x=document.getElementById("Items").value;
			 window.location="product/institutional-business.html#business";
			}
			
			if(document.getElementById("Items").value=="otc")
			{
			 var x=document.getElementById("Items").value;
			 window.location="product/otc.html#otc";
			}	
			if(document.getElementById("Items").value=="zenkare")
			{
			 var x=document.getElementById("Items").value;
			 window.location="product/zenkare.html#zenkare";
			}		
		}


function georeach(val)
{

	if(val=="penta")
	{
		alert(val);
		location.href='http://www.aimpl.com/approval/hexagon/dietary_supplements.php';
		alert(location.href);
	}
	if(val=="China")
	{
		location.href='contact/overseas.php?id=#chi';
	}
	if(val=="Croatia")
	{
		location.href='contact/overseas.php?id=#cro';
	}
	if(val=="India")
	{
		location.href='contact/india.php?id=#india';
	}
	if(val=="Indonesia")
	{
		location.href='contact/overseas.php?id=#indo';
	}
	if(val=="Phillipines")
	{
		location.href='contact/overseas.php?id=#phil';
	}
	if(val=="UK")
	{
		location.href='contact/overseas.php?id=#uk';
	}
	if(val=="USA")
	{
		location.href='contact/overseas.php?id=#us';
	}
}


