
<!-- hide the script from old browsers


function win(fileName) {
     myFloater = window.open('','Note','scrollbars=no,toolbar=no,location=no,status=no,resizable=yes,width=500,height=500,screenX=5,screenY=75,top=75,left=5')
     myFloater.location.href = fileName;
     myFloater.focus();
}

// End of script hiding -->

