function gdfformwin(c,s) {
   cm = window.open('', 'gdfw', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600');
   cm.document.write('<html><head><title>' + c + '</title></head><body>' + s + '</body></html>');
   cm.document.close(); 
}
