// JavaScript Document
//-->
function DocfilenameExtract()
{
wholeurl = document.location.href;
x = wholeurl.length;
while((wholeurl.substring(x,x-1))!= "/"){ x--; } clipstart = x;
return wholeurl.substring(wholeurl.length,clipstart);
}


function circlechange(obj)
{
// var sitepath = "";	
  var a = obj.value;
  obj = null;
 
  
  if(a == "1")
  {
  	self.parent.location.href="available-position-Andhra-pradesh.html";
  }
  else if(a == "2")
  {
  self.parent.location.href="available-position-Assam.html";
  }
  else if(a == "3")
  {
  self.parent.location.href="available-position-Bihar-Jharkhand.html";
  }
  else if(a == "4")
  {
  document.location.href="available-position-delhi.html";
  }
  else if(a == "5")
  {
  document.location.href="available-position-Gujarat.html";
  }
  else if(a == "6")
  {
  document.location.href="available-position-Haryana.html";
  }
  else if(a == "7")
  {
  document.location.href="available-position-Karnataka.html";
  }
  else if(a == "8")
  {
  document.location.href="available-position-Kerala.html";
  }
  else if(a == "9")
  {
  document.location.href="available-position-Kolkata.html";
  }
  else if(a == "10")
  {
  document.location.href="available-position-Madhya-pradesh.html";
  }
  else if(a == "11")
  {
  document.location.href="available-position-Maharashtra.html";
  }
  else if(a == "12")
  {
  document.location.href="available-position-Mumbai.html";
  }
  else if(a == "13")
  {
  document.location.href="available-position-Rajasthan.html";
  }
  else if(a == "14")
  {
  document.location.href="available-position-TamilNadu.html";
  }
  else if(a == "15")
  {
  document.location.href="available-position-Uttar-pradesh.html";
  }
  else if(a == "16")
  {
  document.location.href="available-position-WestBengal.html";
  }
  
  
  
 
  return false;
}

function circlechange2(obj)
{
// var sitepath = "";	
  var a = obj.value;
  obj = null;
 

  if(a == "1")
  {
  	self.parent.location.href="Andhra-pradesh-contact-details.html";
  }
  else if(a == "2")
  {
  self.parent.location.href="Assam-contact-details.html";
  }
  else if(a == "3")
  {
  self.parent.location.href="Bihar-Jharkhand-contact-details.html";
  }
  else if(a == "4")
  {
  document.location.href="delhi-contact-details.html";
  }
  else if(a == "5")
  {
  document.location.href="Gujarat-contact-details.html";
  }
  else if(a == "6")
  {
  document.location.href="Haryana-contact-details.html";
  }
  else if(a == "7")
  {
  document.location.href="Karnataka-contact-details.html";
  }
  else if(a == "8")
  {
  document.location.href="Kerala-contact-details.html";
  }
  else if(a == "9")
  {
  document.location.href="Kolkata-contact-details.html";
  }
  else if(a == "10")
  {
  document.location.href="Madhya-pradesh-contact-details.html";
  }
  else if(a == "11")
  {
  document.location.href="Maharashtra-contact-details.html";
  }
  else if(a == "12")
  {
  document.location.href="Mumbai-contact-details.html";
  }
  else if(a == "13")
  {
  document.location.href="Rajasthan-contact-details.html";
  }
  else if(a == "14")
  {
  document.location.href="TamilNadu-contact-details.html";
  }
  else if(a == "15")
  {
  document.location.href="Uttar-pradesh-contact-details.html";
  }
  else if(a == "16")
  {
  document.location.href="WestBengal-contact-details.html";
  }
 
  
  
  
  return false;
}


function netcirclechange(obj)
{
// var sitepath = "";	
  var a = obj.value;
  obj = null;
  
  if(a == "1")
  {
  self.parent.location.href="available-position-Andhra-pradesh.html";
  }
  
  
  else if(a == "2")
  {
  self.parent.location.href="available-position-Assam.html";
  }
  else if(a == "3")
  {
  self.parent.location.href="available-position-Bihar-Jharkhand.html";
  }
  else if(a == "4")
  {
  document.location.href="available-position-delhi.html";
  }
  else if(a == "5")
  {
  document.location.href="available-position-Gujarat.html";
  }
  else if(a == "6")
  {
  document.location.href="available-position-Haryana.html";
  }
  else if(a == "7")
  {
  document.location.href="available-position-Karnataka.html";
  }
  else if(a == "8")
  {
  document.location.href="available-position-Kerala.html";
  }
  else if(a == "9")
  {
  document.location.href="available-position-Kolkata.html";
  }
  else if(a == "10")
  {
  document.location.href="available-position-Madhya-pradesh.html";
  }
  else if(a == "11")
  {
  document.location.href="available-position-Maharashtra.html";
  }
  else if(a == "12")
  {
  document.location.href="available-position-Mumbai.html";
  }
  else if(a == "13")
  {
  document.location.href="available-position-Rajasthan.html";
  }
  else if(a == "14")
  {
  document.location.href="available-position-TamilNadu.html";
  }
  else if(a == "15")
  {
  document.location.href="available-position-Uttar-pradesh.html";
  }
  else if(a == "16")
  {
  document.location.href="available-position-WestBengal.html";
  }
  
  return false;
}

