var globalChoice = "";

function setGateway(section){
	loadPop(section);
}
var sectionChoice = "";

function loadDropDown(){
	xmlhttpPost('/O2NetAm/Applications/TransformDoc/default.aspx?XmlDoc=/xml/content/gateWay.xml&XsltDoc=/xslt/gateWay.xslt','dropDown');
}
function dropGateway(){
	var choice = document.gateDrop.dropSelect.options[document.gateDrop.dropSelect.selectedIndex].value;
	globalChoice = choice;
}
function dropGo(){
	setGateway(window.globalChoice);
}

//loadPop()  see siteFunctions.js


