/*
	function newWindow(theURL,winName,features) {
	//alert (theURL);
	
		theURL = "http://www.azlawfirms.com/" + theURL;
		
		//alert (theURL);
		
		newWind = window.open(theURL,winName,features)
		//"HEIGHT=400,WIDTH=500,location=yes,statusbar=yes,toolbar=no" window.open("quickfacts.php/1/113","subwindow","HEIGHT=400,WIDTH=500,location=yes,statusbar=yes,toolbar=no")
		// take care of Navigator 2
		if (newWind.opener == null) {
			newWind.opener = window
		}
		//setTimeout("finishNewWindow()", 100)
	}
*/
/*
function doCalculation(something){
	 //if (form.categories_1.value != 0) listing_1=1;
	 alert (something)
	 
}
*/