/*

function openAffETTWindow(ID){
 var newWindow,winProp,targetURL;
 targetURL='https://s3.dtopinc.com/ugolf/ugolf.pl'
 targetURL='ugolf/ugolf.pl'
 winProp='top=0,left=80,width=650,height=525';
 winProp=winProp+',resizable=no,toolbar=no,location=no,menubar=no,scrollbars=yes,status=yes';
 newWindow=window.open(targetURL, 'win', winProp);
}
*/

function openAffETTWindow(ID){
    alert("Please call pro shop at 631-878-2250 to reserve times during winter months.");
}


