
function newAdWin()
{  
   myWindow = open("","newAdWin","width=407,height=840,scrollbars=1,top=50,left=350,title=Tandem XC PB") ;
   myWindow.document.write ("<title>Adrian and Sue XC</title>") ;
   myWindow.document.write ("DFHGC member Adrian gets PB XC Tandem<br>") ;
   myWindow.document.write ("excert from Skywings (BHPA-Magazine)<br>") ;
   myWindow.document.write ("Photograph by Steve Ham<br>") ;
   myWindow.document.write ("Well Done Adrian and Sue<br><br>") ;
   myWindow.document.write ("<img src='../extras/adrian_xc.jpg'><BR>") ;
	   myWindow.document.bgColor="#100033";
       myWindow.document.fgColor="#0099FF";
       myWindow.document.close() ;

} 


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


  
 


