function openwindow()
	 {
		leftPos = 0
		topPos = 0
		if (screen) {
			leftPos = screen.width/3
			topPos = screen.height/3
		}
	 	newwindow = window.open('rationale.html', 'newWin', 'width=420,height=380,left='+leftPos+',top='+topPos);
	 }
	 	function openwindow2()
	 {
		leftPos = 0
		topPos = 0
		if (screen) {
			leftPos = screen.width/3
			topPos = screen.height/3
		}
	 	newwindow = window.open('coverage.html', 'newWin', 'width=420,height=380,left='+leftPos+',top='+topPos);
	 }
	 function openwindow3()
	 {
		leftPos = 0
		topPos = 0
		if (screen) {
			leftPos = screen.width/3
			topPos = screen.height/3
		}
	 	newwindow = window.open('plans.html', 'newWin', 'width=420,height=380,left='+leftPos+',top='+topPos);
	 }
	 function openwindow4()
	 {
		leftPos = 0
		topPos = 0
		if (screen) {
			leftPos = screen.width/3
			topPos = screen.height/3
		}
	 	newwindow = window.open('strategy.html', 'newWin', 'width=420,height=380,left='+leftPos+',top='+topPos);
	 }
	 function openwindow5()
	 {
		leftPos = 0
		topPos = 0
		if (screen) {
			leftPos = screen.width/3
			topPos = screen.height/3
		}
	 	newwindow = window.open('agenda.html', 'newWin', 'width=650,height=450,left='+leftPos+',top='+topPos);
	 }
	 function openwindow6()
	 {
		leftPos = 0
		topPos = 0
		if (screen) {
			leftPos = screen.width/3
			topPos = screen.height/3
		}
	 	newwindow = window.open('methodology.html', 'newWin', 'width=630,height=410,left='+leftPos+',top='+topPos);
	 }