// Support construction

function LaunchConsole() {	var popW = 780, popH = 500;
			var xPos = (self.screen.availWidth-popW)/2, yPos = (self.screen.availHeight-popH)/2;
			window.open("http://www.bistatepest.com/BiState.htm", "ALLConsole23","toolbar=no,location=no,directories=no,status=no," + "menubar=no,scrollbars=yes,resizable=yes," + "width=" + popW + ",height=" + popH + ",screenX=" + xPos + ",screenY=" + yPos + ",left=" + xPos + ",top=" + yPos);
		}
function LaunchConsole1() {	var popW = 400, popH = 335;
			var xPos = (self.screen.availWidth-popW)/2, yPos = (self.screen.availHeight-popH)/2;
			window.open("http://www.bistatepest.com\coupon.htm", "ALLConsole23","toolbar=no,location=no,directories=no,status=no," + "menubar=no,scrollbars=yes,resizable=no," + "width=" + popW + ",height=" + popH + ",screenX=" + xPos + ",screenY=" + yPos + ",left=" + xPos + ",top=" + yPos);
		}