
// query form
function lotplan_queryForm() { //lotplan_queryForm
	lotplan_showSampleValues=false;
	f113();
}


// write out a query form 
function f113() { //lotplan_writeQueryForm
		//Hashes cannot go through url, as they are reserved for hyperlinking within a document
		var webParams="";
		Win1 = window.open("asp/Query_lotplan.asp?"+webParams,"FormWindow","left="+((screen.width/2)-170)+",top="+((screen.height/2)-170)+",width=350,height=200,scrollbars=no,resizable=no");
		addWin(Win1);
}



//ppunter September 2005 new for coords....
// query form
function coordForm() { 
	//coord_showSampleValues=false;
	f213();
}


// write out a query form
function f213() { //coord_writeQueryForm
		//Hashes cannot go through url, as they are reserved for hyperlinking within a document
		var webParams="";
		Win1 = window.open("asp/Query_coord.asp?"+webParams,"FormWindow","left="+((screen.width/2)-170)+",top="+((screen.height/2)-170)+",width=400,height=200,scrollbars=no,resizable=no"); 
		addWin(Win1); 
}

//*****************************************************************
//ppunter September 2005 new for Locality....
// query form
function localityForm() { 
	//coord_showSampleValues=false;
	f214();
}


// write out a query form
function f214() { //coord_writeQueryForm
		//Hashes cannot go through url, as they are reserved for hyperlinking within a document
		var webParams="";
		Win1 = window.open("asp/Query_locality.asp?"+webParams,"FormWindow","left="+((screen.width/2)-170)+",top="+((screen.height/2)-170)+",width=483,height=340,scrollbars=no,resizable=no"); 
		addWin(Win1); 
}
 