function opennew(x)
	{       	
	  	helpwin = window.open("","Window","height=450,width=500,left=250,top=100")
		helpwin.document.write("<SCRIPT LANGUAGE='JavaScript'>")
		helpwin.document.write("function stall()");
		helpwin.document.write("{");
		helpwin.document.write("window.close();")
		helpwin.document.write("}")
		helpwin.document.write("</script>")
		helpwin.document.write("")
		helpwin.document.write("<form><DIV ALIGN = 'center'>")
		helpwin.document.write("<embed src='http://www.stgeorgechurchsi.org"+x+"' width='400' height='400' autostart='True' loop='False' controller='true' pluginspage='http://www.apple.com/quicktime/download/'> </embed>")
		helpwin.document.write("<BR><input type=button value='  Close  ' onClick=stall();>")
		helpwin.document.write("<BR>")
		helpwin.document.write("</DIV></form>")
	}
	