/***********************************************
* Drop down menu w/ description- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/


var thetext1=new Array()
thetext1[0]="64.233.x - 50 Google Data Centers"
thetext1[1]="64.233.x (list 2)- 51 Google Data Centers"
thetext1[2]="64.233.x (list 3)- 54 Google Data Centers"
thetext1[3]="66.102.x - 31 Google Data Centers"
thetext1[4]="66.102.x (list 2) - 31 Google Data Centers"
thetext1[5]="66.249.x - 32 Google Data Centers"
thetext1[6]="66.249.x (2) - 44 Google Data Centers"
thetext1[7]="72.14.x - 47 Google Data Centers"
thetext1[8]="72.14.x (list 2) - 47 Google Data Centers"
thetext1[9]="72.14.x (list 3) - 47 Google Data Centers"
thetext1[10]="72.14.x (list 4) - 47 Google Data Centers"
thetext1[11]="216.239.x - 13 Google Data Centers"
thetext1[12]="216.239.x (list 2) - 22 Google Data Centers"
thetext1[13]="209.85.x - 52 Google Data Centers"
thetext1[14]="209.85.x (list 2) - 35 Google Data Centers"
thetext1[15]="72.14.247.x - 17 Google Data Centers"
thetext1[16]="72.14.255.x - 20 Google Data Centers"
thetext1[17]="Mixture of 27 Google Data Centers"

function displaydesc(which, descriptionarray, container){
if (document.getElementById)
document.getElementById(container).innerHTML=descriptionarray[which.selectedIndex]
}


function pop (url, wwidth, wheight) {
	current = new Date();
	id = current.getTime();
	eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=" + wwidth + ",height=" + wheight + ",left = 415,top = 312');");

}
