function getdivs(zone)
{
	//alert (zone);
	jsrsExecute('getdivs.php',listdivs,'getdivs',zone);
}

function getssa(zone)
{
	//alert (zone);
	var arg = new Array();
	circle = document.form1.address2_circle.value;
	arg[0]=zone;
	arg[1]=circle;
	jsrsExecute('getssa.php',listssa,'getdivs',arg);
}

function listdivs(divs)
{
	jsrsExecute ("foo.php", callback, "blankfunc");
	x = divs.split ("|");
	//alert (divs);
	deleteOptions();
	for (var k = 1; k <= x[0]; ++k) 
	{
		myOption=new Option();
		myOption.text = x[k];
		myOption.value = x[k];
		if (document.form1.address4_sdcc.selectedIndex>0) insertIndex=document.form1.address4_sdcc.selectedIndex;
    	else insertIndex=document.form1.address4_sdcc.options.length;
    	document.form1.address4_sdcc.options[insertIndex]=myOption;
	}
}

function listssa(divs)
{
	jsrsExecute ("foo.php", callback, "blankfunc");
	//x = divs.split ("|");
	//alert (divs);
	document.form1.address3_ssa.value=divs;
	document.form1.address3_ssa_t.value=divs;
}

function deleteOptions()
  { 
   while (document.form1.address4_sdcc.options.length>0)
    {
	 deleteIndex=document.form1.address4_sdcc.options.length-1;
	 document.form1.address4_sdcc.options[deleteIndex]=null;
	}
  }  


function callback ()
{}

function display(theSpan) {
	if (theSpan.style.display == "none") {
		theSpan.style.display = "";
	}
	else if (theSpan.style.display == "") {
		theSpan.style.display = "";
	}
	
}

function displayhide(theSpan) {
	if (theSpan.style.display == "") {
		theSpan.style.display = "none";
	}
	else if (theSpan.style.display == "none") {
		theSpan.style.display = "none";
	}
	
}

function gotopage1()
{
win1=window.open("http://www.bsnl.co.in/service/dataone_tariff.htm#Modem on Outright purchase:","trans14","toolbar=no,resizable=yes,menubar=no,titlebar=no,scrollbars=yes,width=616,height=349")
win1.moveTo(screen.width/2-383,screen.height/2-255);
}
function gotopage2()
{
win1=window.open("http://www.bsnl.co.in/service/dataone_tariff.htm#freemodem","trans14","toolbar=no,resizable=yes,menubar=no,titlebar=no,scrollbars=yes,width=616,height=349")
win1.moveTo(screen.width/2-383,screen.height/2-255);
}
function gotopage3()
{
win1=window.open("http://www.bsnl.co.in/newsdetailed.php?news_id=185#homeplans","trans14","toolbar=no,resizable=yes,menubar=no,titlebar=no,scrollbars=yes,width=616,height=325")
win1.moveTo(screen.width/2-383,screen.height/2-255);
}
function gotopage4()
{
win1=window.open("http://www.bsnl.co.in/newsdetailed.php?news_id=185#businessplans","trans14","toolbar=no,resizable=yes,menubar=no,titlebar=no,scrollbars=yes,width=616,height=369")
win1.moveTo(screen.width/2-383,screen.height/2-255);
}
function gotopage5()
{
win1=window.open("http://www.bsnl.co.in/service/dataone_tariff.htm#rentals","trans14","toolbar=no,resizable=yes,menubar=no,titlebar=no,scrollbars=yes,width=616,height=349")
win1.moveTo(screen.width/2-383,screen.height/2-255);
}
