function Login(){
var done=0;
var state=document.login.state.value;

if ((state=="Rajasthan")|| (state=="Rajasthan")) { window.location="Members-rajasthan.html"; done=1; }
if ((state=="Karnataka")|| (state=="karnataka")) { window.location="Members-Karnataka.html"; done=1; }

if ((state=="New Delhi")|| (state=="new delhi")) { window.location="Members-Delhi.html"; done=1; }

if ((state=="Maharastra")|| (state=="Maharashtra")|| (state=="maharashtra")|| (state=="maharastra")) { window.location="Members-Maharastra.html"; done=1; }

if ((state=="Tamilnadu")|| (state=="tamilnadu")) { window.location="Members-Tamilnadu.html"; done=1; }

if ((state=="Punjab")|| (state=="punjab")) { window.location="Members-Punjab.html"; done=1; }

if ((state=="Gujarat")|| (state=="gujarat")) { window.location="Members-Gujarat.html"; done=1; }

if ((state=="Haryana")|| (state=="haryana")) { window.location="Members-Haryana.html"; done=1; }

if ((state=="J&K")|| (state=="j&k")||(state=="Jammu & Kaishmir")|| (state=="Jammu and Kaishmir")|| (state=="jammu and kaishmir")) { window.location="Members-jk.html"; done=1; }

if (state=="Jharkhand") { window.location="Members-jharkhand.html"; done=1; }
if ((state=="Andhra Pradesh")|| (state=="andhra pradesh")|| (state=="ap")|| (state=="AP")) { window.location="Members-AP.html"; done=1; }

if (state=="west Bengal") { window.location="Members-wb.html"; done=1; }

if (state=="mp") { window.location="mp.html"; done=1; }

if (state=="up") { window.location="Members-up.html"; done=1;} 

if (state=="kerala") { window.location="Members-Kerala.html"; done=1;}




if (done==0) { alert("Information is not correct!"); }
}// JavaScript Document
