
function Install(){
document.AgentActiveX.StartReader("");
}

function readXDF(URL){
document.AgentActiveX.StartReader(URL);
} 
