function gotoTheme(varItem)
{
  switch(varItem)
  {
    case 0:
      window.parent.self.status="Please select a theme";
      break;
    case 1:
      window.location="productsByTheme.asp?strTheme=1";
      break;
    case 2:
      window.location="productsByTheme.asp?strTheme=2";
      break;
    case 3:
      window.location="productsByTheme.asp?strTheme=3";
      break;
	case 4:
      window.location="productsByTheme.asp?strTheme=4";
      break;
	case 5:
      window.location="productsByTheme.asp?strTheme=5";
      break;
	case 6:
      window.location="productsByTheme.asp?strTheme=6";
      break;
	case 7:
      window.location="productsByTheme.asp?strTheme=7";
      break;	 
	case 8:
      window.location="productsByTheme.asp?strTheme=8";
      break;
	case 9:
      window.location="productsByTheme.asp?strTheme=9";
      break;
	case 10:
      window.location="productsByTheme.asp?strTheme=10";
      break;
  }
}
function gotoRecipient(varItem)
{
  switch(varItem)
  {
    case 0:
      window.parent.self.status="Please select a recipient";
      break;
    case 1:
      window.location="productsByRecipient.asp?strRecipient=1";
      break;
    case 2:
      window.location="productsByRecipient.asp?strRecipient=2";
      break;
    case 3:
      window.location="productsByRecipient.asp?strRecipient=3";
      break;
	case 4:
      window.location="productsByRecipient.asp?strRecipient=4";
      break;
	case 5:
      window.location="productsByRecipient.asp?strRecipient=5";
      break;
  }
}
function gotoOccasion(varItem)
{
  switch(varItem)
  {
    case 0:
      window.parent.self.status="Please select an occasion";
      break;
    case 1:
      window.location="productsByOccasion.asp?strOccasion=1";
      break;
    case 2:
      window.location="productsByOccasion.asp?strOccasion=2";
      break;
    case 3:
      window.location="productsByOccasion.asp?strOccasion=3";
      break;
	case 4:
      window.location="productsByOccasion.asp?strOccasion=4";
      break;
	case 5:
      window.location="productsByOccasion.asp?strOccasion=5";
      break;
	case 6:
      window.location="productsByOccasion.asp?strOccasion=6";
      break;
	case 7:
      window.location="productsByOccasion.asp?strOccasion=7";
      break;
	case 8:
      window.location="productsByOccasion.asp?strOccasion=8";
      break;
	case 9:
      window.location="productsByOccasion.asp?strOccasion=9";
      break;
  }
}
function gotoPrice(varItem)
{
  switch(varItem)
  {
	case 0:
      window.parent.self.status="Please select a price";
      break;
    case 1:
      window.location="productsByPrice.asp?intPrice=5";
      break;
    case 2:
      window.location="productsByPrice.asp?intPrice=10";
      break;
    case 3:
      window.location="productsByPrice.asp?intPrice=20";
      break;
    case 4:
      window.location="productsByPrice.asp?intPrice=30";
      break;
	case 5:
      window.location="productsByPrice.asp?intPrice=40";
      break;
	case 6:
      window.location="productsByPrice.asp?intPrice=41";
      break;
  }
}

