var roadname_showSampleValues=false;
var SampleCount=0;
var rsampleList = new Array();
selectData.length=0;

// query form
function roadname_queryForm() { //roadname_queryForm
	roadname_showSampleValues=false;
	SampleCount=0;
	selectData.length=0;
	f117();
}


// write out a query form
function f117() { //roadname_writeQueryForm
	    //Hashes cannot go through url, as they are reserved for hyperlinking within a document
		var webParams="";

		Win1 = window.open("Query_roadname.htm?"+webParams,"FormWindow","left="+((screen.width/2)-170)+",top="+((screen.height/2)-170)+",width=483,height=340,scrollbars=no,resizable=no");
		addWin(Win1);


}
