function all_products()
	{
		box = document.all_prd.products.value;
		window.open(all_prd.products.options[all_prd.products.selectedIndex].value)
	}

function all_login(no)
	{
		box = document.login.sel_login.value;
		//window.open(login.sel_login.options[login.sel_login.selectedIndex].value)
		if(no==1)
		{
						
			window.open("http://www.kotak.com/Kotak_GroupSite/Kotak_BankSite/sitedown1.htm",'parentWindow','width=800,height=570,resizable=yes,status=yes');
		}
		else if(no==2)
		{
			window.open("https://kstrade.kotaksecurities.com/");
		}
		
		else if(no==3)
		{
			window.open("http://www.kotak.com/Kotak_BankSite/directpay/directpaymain.html");
		}
		
		else if(no==4)
		{
			window.open("https://www.billdesk.com/kotak/kotakvmt.htm");
		}
		
		else if(no==5)
		{
			window.open("http://www.kotak.com/Kotak_BankSite/personal/convenience/listofshopping.htm");
		}
		else if(no==6)
		{
			window.open("http://www.kotak.com/Kotak_BankSite/personal/offers_n_deals/default.htm");
		}
		
	}
