function menu(which,counter)
{
  flag = true;
  if(document.getElementById("divSub"+which).style.display == "") flag = false;
  for(i = 0;i<counter;i++)
  {
    //'divSub';
    document.getElementById("divSub"+i).style.display = "none";
    imgtmp = eval("document.imgA"+i);
    imgtmp.src = "images/foldoutmenu_arrow.gif";
  }

  if(flag)
  {
    document.getElementById("divSub"+which).style.display = "";
    imgtmp = eval("document.imgA"+which);
    imgtmp.src = "images/foldoutmenu_arrow_open.gif";
  }

  //imgA
  //foldoutmenu_arrow_open.gif
  return false;
}

function chk_validate1()
{
d=document.frmsearch1;
if(d.txtemail.value=="")
	{
    alert("Please Enter E-Mail");
    d.txtemail.focus();
	return false;
     }
if(d.txtpwd.value=="")
	{
    alert("Please Password");
    d.txtpwd.focus();
	return false;
     }
}

function SearchBrands(GenericID) {

	var SearchBrandsResult  = 	GenericID.split("_");
	var SearchGenericID = SearchBrandsResult[0];
	var SearchProductName = SearchBrandsResult[1];
	window.location.href="https://www.tristatemeds.com/generic-medicine/"+SearchProductName+"/"+SearchGenericID+".html";
	//window.location.href="http://192.168.1.11/pratiksha/tristatemeds/generic-medicine/"+SearchProductName+"/"+SearchGenericID+".html";
	                                 
}

function SearchCat(catID) {
	//alert(catID);
	var SearchcatResult  = catID.split("_");
	var SearchcatID = SearchcatResult[0];
	var SearchcatName = SearchcatResult[1];
	
	
	//alert( SearchcatID);
	//href="'.SearchcatID.'/'.SearchcatName.'-drugs.html" 
//	window.location.href="http://www.tristatemeds.com/"+SearchcatID+"/"+SearchcatName+"-drugs.html";
	//window.location.href="http://192.168.1.11/pratiksha/tristatemeds/"+SearchcatID+"/"+SearchcatName+"-drugs.html";
	
	window.location.href="https://www.tristatemeds.com/"+SearchcatID+"/"+SearchcatName+"-drugs.html";
}
