/*
function openAffETTWindow(ID){
 var newWindow,winProp,targetURL;
 targetURL='https://s1.securecollection.com/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("Coming Soon!");
}

