// JavaScript Document
function go1(){
if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
		}
	}

document.write('<form name="selecter1" ><select style="font: 80% Verdana, Geneva, sans-serif; color: #404440" name="select1" size=1 onchange="go1()">');
document.write('<option value=none>Select your Question');
document.write('<option value=none>--------------------');
document.write('<option value="#1">Who is Tenaska?');
document.write('<option value="#2">What is the regional benefit of having a new power plant in the area? ');
document.write('<option value="#3">What is the operational lifetime of the plant?');
document.write('<option value="#4">Is there a need for power in the North Lebanon area?');
document.write('<option value="#5">What type of facility is Tenaska proposing for Lebanon County?');
document.write('<option value="#6">Why doesn&rsquo;t Tenaska know the exact capacity of the plant?');
document.write('<option value="#7">Why did Tenaska decide to develop a natural gas plant?');
document.write('<option value="#8">Why did Tenaska select the site in North Lebanon Township for its facility?');
document.write('<option value="#9">How much land is owned for the facility?');
document.write('<option value="#10">Will the plant change the current use of the buffer land&minus;mostly agricultural?');
document.write('<option value="#12">What will the plant&rsquo;s neighbors see and hear?');
document.write('<option value="#13">What does Tenaska&rsquo;s project need from the local officials in order to move to construction?');
document.write('<option value="#14">Has Tenaska begun to seek permits and zoning? What&rsquo;s the timetable?');
document.write('<option value="#15">How would Tenaska describe the reception it has received so far in Lebanon County?');
document.write('<option value="#16">Where will the construction workers come from?');
document.write('<option value="#17">How many workers will be on site?');
document.write('<option value="#18">When can I begin applying for a job at the Tenaska Lebanon facility?');
document.write('<option value="#19">What will be the source and quantity of water used at the plant?');
document.write('<option value="#20">What impact will the plant have on air quality?');
document.write('<option value="#21">What impact will the plant have on the need for transmission lines?');
document.write('<option value="#22">What would happen to the plant if the natual gas pipeline were shut down for any reason?');
document.write('<option value="#23">Will any hazardous materials be used, stored or produced at the generating station?');
document.write('<option value="#24">Is Tenaska a good corporate citizen in locations where it has facilities?');
document.write('<option value="#25">Who do I contact if I have questions?');
document.write('<option value="#26">Where can I find more information on Tenaska?');
document.write('</select>');
document.write('</form>');
