function WriteLayers(){

document.writeln('Address No.<br>');  	//AAAA
document.writeln('Parcel ID<br>');	//BBBB
document.writeln('Parcel Area<br>');	//PPPP
document.writeln('Lot Dimensions<br>');	//CCCC
document.writeln('Road Names<br>');	//DDDD
document.writeln('Overlays<br>');	//EEEE
document.writeln('Plat Grid<br>');	//FFFF
//document.writeln('Zoning<br>');  //GGGG
document.writeln('Landuse<br>');	//RRRR
document.writeln('Roadway<br>');	//IIII
document.writeln('Roads<br>');		//JJJJ
document.writeln('Buildings<br>');	//HHHH
document.writeln('Wetlands<br>');	//QQQQ
document.writeln('Water<br>');		//KKKK
document.writeln('Parcels<br>');	//LLLL
//document.writeln('Towns<br>');		//MMMM
//document.writeln('Counties<br>');		//NNNN
//document.writeln('States<br>');		//OOOO
}


function WritePrintLayers(){

//document.writeln('Address No.<br>');  	//AAAA
//document.writeln('Parcel ID<br>');	//BBBB
//document.writeln('Parcel Area<br>');	//PPPP
//document.writeln('Lot Dimensions<br>');	//CCCC
//document.writeln('Road Names<br>');	//DDDD
document.writeln('Overlays<br>');	//EEEE
document.writeln('Plat Grid<br>');	//FFFF
//document.writeln('Zoning<br>');  //GGGG
//document.writeln('Buildings<br>');	//HHHH
document.writeln('Landuse<br>');	//RRRR
document.writeln('Roadway<br>');	//IIII
document.writeln('Roads<br>');		//JJJJ
document.writeln('Wetlands<br>');	//QQQQ
document.writeln('Water<br>');		//KKKK
document.writeln('Parcels<br>');	//LLLL
//document.writeln('Towns<br>');		//MMMM
//document.writeln('Counties<br>');		//NNNN
//document.writeln('States<br>');		//OOOO
}

function HideLayers(){
//document.getElementById('layer10').style.visibility='hidden';
//document.getElementById('layer10').style.display='none';
//document.getElementById('layer11').style.visibility='hidden';
//document.getElementById('layer11').style.display='none';
}
