// bhNewSalesWindow.js
/* JavaScript template file for ArcIMS HTML Viewer
***************************************************************************************

Creates a new window for displaying pdf township maps information.

***************************************************************************************
*/
function bhNewSalesWindow() 
 {
OrdinanceWin = window.open("","pdftownshipWindow","width=700,height=530,toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=0");
OrdinanceWin.location =  "http://www2.co.black-hawk.ia.us/website/bhmap/pdfmap.htm" ;
 } 
	

