﻿/* Function to display app form */

function appForm(url)
{
    // open the student form
    newWin = window.open(url, "winname", "width=950,height=768,resizable=yes,scrollbars=yes,left=0,top=0");
}

