﻿//JS File

function openWindow(openFile)
{
    window.open(openFile, "","location=0, top=10, scrollbars=yes, left=100");
}

