function openDoc(filePath){
    childWindow = window.open(filePath, "");
}
