﻿// Open APPFORM
function openwindow(){
window.open("appform.html","Requests","top=50,left=50', menubar=0,resizable=0,scrollbars=1,width=600,height=525");
}