function gofun()
{
catsel = document.f1.cat.selectedIndex;
subcatsel = document.f1.subcat.selectedIndex;
	if (catsel ==1)
		{
			if (subcatsel == 0)
				location.href="lambskinwallet.htm";
			if (subcatsel == 1)
				location.href="lambskinwallet.htm";
			if (subcatsel == 2)
				location.href="lambskinwallet.htm";
			if (subcatsel == 3)
				location.href="MagicWallet.htm";
			if (subcatsel == 4)
				location.href="LadiesWallet.htm";
			if (subcatsel == 5)
				location.href="chide.htm";
		}
	if (catsel ==2)
		{
			if (subcatsel == 0)
				location.href="Bcase.htm";
			if (subcatsel == 1)
				location.href="uc.htm";
			if (subcatsel == 2)
				location.href="Fannypacks.htm";
			if (subcatsel == 3)
				location.href="Organizer_kits.htm";
					}
	if (catsel ==3)
		{
			if (subcatsel == 0)
				location.href="Cardcases.htm";
			if (subcatsel == 1)
				location.href="CheckbookCover.htm";
			if (subcatsel == 2)
				location.href="cgcase.htm";
			if (subcatsel == 3)
				location.href="CoinPurse.htm";
			if (subcatsel == 4)
				location.href="KEYCASE.htm";
			if (subcatsel == 5)
				location.href="MoneyClip.htm";
			}
	if (catsel ==4)
		{
			if (subcatsel == 0)
				location.href="IDHolder.htm";
			if (subcatsel == 1)
				location.href="LuggageTag.htm";
			if (subcatsel == 2)
				location.href="Neck_purse.htm";
			if (subcatsel == 3)
				location.href="PassportCover.htm";
			if (subcatsel == 4)
				location.href="Skullcaps.htm";
			if (subcatsel == 5)
				location.href="uc.htm";
			}
	if (catsel ==5)
		{
			if (subcatsel == 0)
				location.href="catalogue/BifoldWallet.pdf";
			if (subcatsel == 1)
				location.href="catalogue/TriflodWallet.pdf";
			if (subcatsel == 2)
				location.href="catalogue/CowhideWallets.pdf";
			if (subcatsel == 3)
				location.href="catalogue/CardCase.pdf";
			
		}
}
function catfun()
{
sel = document.f1.cat.selectedIndex;
	if(sel ==1)
	{
		document.f1.subcat.length=6;
		document.f1.subcat.options[0] = new Option('Browse All','1');
		document.f1.subcat.options[1] = new Option('Bifold Wallets','2');
		document.f1.subcat.options[2] = new Option('Trifold Wallets','3');
		document.f1.subcat.options[3] = new Option('Magic Wallets','4');
		document.f1.subcat.options[4] = new Option('Ladies Wallets','5');
		document.f1.subcat.options[5] = new Option('Exclusive Cowhide Selection','6');
	}
	if (sel == 2)
	{
		document.f1.subcat.length=4;
		document.f1.subcat.options[0] = new Option('Bible Case','1');
		document.f1.subcat.options[1] = new Option('Cell Phone Cases','2');
		document.f1.subcat.options[2] = new Option('Fanny Packs','3');
		document.f1.subcat.options[3] = new Option('Organizor Kits','4');
		}
	if (sel == 3)
	{
		document.f1.subcat.length=6;
		document.f1.subcat.options[0] = new Option('Card Cases','1');
		document.f1.subcat.options[1] = new Option('Check Book Cover','2');
		document.f1.subcat.options[2] = new Option('Cigarette Case','3');
		document.f1.subcat.options[3] = new Option('Coin Purse','4');
		document.f1.subcat.options[4] = new Option('Key Cases','5');
		document.f1.subcat.options[5] = new Option('Money Clips','6');
		}
	if (sel == 4)
	{
		document.f1.subcat.length=6;
		document.f1.subcat.options[0] = new Option('ID Holder','1');
		document.f1.subcat.options[1] = new Option('Luggage Tag','2');
		document.f1.subcat.options[2] = new Option('Neck Purse','3');
		document.f1.subcat.options[3] = new Option('Passport Cover','4');
		document.f1.subcat.options[4] = new Option('Skull Cap','5');
		document.f1.subcat.options[5] = new Option('Visiting Card Holder','6');
		
	}
if (sel == 5)
	{
		document.f1.subcat.length=4;
		document.f1.subcat.options[0] = new Option('Bi-fold Wallets','1');
		document.f1.subcat.options[1] = new Option('Tri-fold Wallets','2');
		document.f1.subcat.options[2] = new Option('Exclusive Cowhide Wallets','3');
		document.f1.subcat.options[3] = new Option('Card Cases','4');
		}

if (sel == 0)
	{
		document.f1.subcat.length=0;
	}
}