
function newWinish()
{  
   myWindow = open("","newWinish","width=550,height=400,scrollbars=1,top=50,left=150,title=Parking at Thurnham") ;
   myWindow.document.write ("<H4>Thurnham-Detling Parking:</H4>") ;
   myWindow.document.write ("The following parking rule must be adhered to<BR>") ;
   myWindow.document.write ("DFHGC Members and visiting pilots use the council car park to the rear of White Horse Wood.<BR>") ; 
   myWindow.document.write ("Access only exists from the Maidstone (South) bound side of the A249. if you are coming from Maidstone you will either have to drive along the Pilgrims Way to Hucking then over the top of the Downs, then 2 miles towards Maidstone on the A249 OR drive up the A249 past the show ground then take the Hucking U-turn some 2 miles further on,to return to the entrance to the car park opposite the show groun<BR>") ;
   myWindow.document.write ("There is a charge of 50p on weekdays or £1 to park at weekends, or a yearly £25 season ticket.Simply view this as a site use fee<BR>") ;
   myWindow.document.write ("However, these are tiny in comparison with losing our best XC site. As a committee we are suggesting that the official parking for Thurnham becomes the main White Horse Wood car park and that the site guide is amended to show this<BR>") ;
   myWindow.document.write ("<BR>") ;
	   myWindow.document.bgColor="#100033";
       myWindow.document.fgColor="#0099FF";
       myWindow.document.close() ;

} 

function closeNewWinish()
{
 myWindow.close() ;
}
