function WriteLayers(){
document.writeln('Address No.<br>');	//AAAA
document.writeln('Parcel ID<br>');	//BBBB
document.writeln('Parcel Area<br>');	//CCCC
document.writeln('Lot Dimensions<br>');	//DDDD
document.writeln('Road Names<br>');	//EEEE
//document.writeln('Power Lines<br>');	//FFFF
document.writeln('Zoning<br>');		//GGGG
document.writeln('OpenSpace<br>');	//RRRR
//document.writeln('Airports<br>');	//MMMM
document.writeln('Roadway<br>');	//HHHH
document.writeln('Roads<br>');		//IIII
//document.writeln('Highways<br>');	//NNNN
document.writeln('Streams<br>');	//JJJJ
document.writeln('Water<br>');		//KKKK
document.writeln('Wetlands<br>');	//SSSS
document.writeln('Parcels<br>');	//LLLL
//document.writeln('Towns<br>');	//OOOO
//document.writeln('Counties<br>');	//PPPP
//document.writeln('State<br>');	//QQQQ
//document.writeln('Aerial Photo<br>');	//ZZZZ
}

function WritePrintLayers(){
//document.writeln('Address No.<br>');	//AAAA
//document.writeln('Parcel ID<br>');	//BBBB
//document.writeln('Parcel Area<br>');	//CCCC
//document.writeln('Lot Dimensions<br>');	//DDDD
//document.writeln('Road Names<br>');	//EEEE
//document.writeln('Power Lines<br>');	//FFFF
//document.writeln('Zoning<br>');		//GGGG
//document.writeln('Airports<br>');	//MMMM
document.writeln('Roadway<br>');	//HHHH
document.writeln('Roads<br>');		//IIII
//document.writeln('Highways<br>');	//NNNN
document.writeln('Streams<br>');	//JJJJ
document.writeln('Water<br>');		//KKKK
document.writeln('Parcels<br>');	//LLLL
//document.writeln('Towns<br>');	//OOOO
//document.writeln('Counties<br>');	//PPPP
//document.writeln('State<br>');	//QQQQ
//document.writeln('Aerial Photo<br>');	//ZZZZ
}

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';
}
