\n"); } NewWin.document.write(" \n"); if (bbb) { NewWin.document.write('
\n'); NewWin.document.write('\n'); NewWin.document.write('\n'); } else { NewWin.document.write('\n'); } NewWin.document.write("\n");
NewWin.document.write("!PACF! "+pacf+"\n"+"# SC COUNTY LOGISTICS REQUEST FORM\n");
NewWin.document.write("# JS-ver. 2.4.7, 02/13/12, PR37\n");
NewWin.document.write("# FORMFILENAME: "+geturl()+"\n");
/*
if (bbb)
{ NewWin.document.write('# \n');
NewWin.document.write("# THE LIGHT BLUE HIGHLIGHTED TEXT HAS BEEN AUTOMATICALLY COPIED \n");
NewWin.document.write("# to the Clipboard. To save it to a file, you must \n");
}
else
{ NewWin.document.write('# TO COPY THE TEXT IN THIS WINDOW, FOCUS THIS WINDOW, THEN:\n');
NewWin.document.write("# Select All ASCII Text by typing Ctrl-A, then Ctrl-C to Copy.\n");
}
NewWin.document.write("# Next, RUN WordPad or Notepad and DO Ctrl-V to Paste into the editor body.\n");
NewWin.document.write("# Then DO Save-As to a TEXT Document file, or Paste directly into Outpost.\n");
NewWin.document.write("# Form Item numbers are followed by a colon (:)\n");
NewWin.document.write("# Answers are enclosed in brackets ( [ ] )\n");
NewWin.document.write("# Note: The symbol "+"\xBF"+" is NOT a bug. It is used in Textarea formatting.\n");
*/
//
} // end of else loop where whichway == 0
// radio(NewWin,document.forms[0].prior,"1.",3);
out(NewWin,"A.",FRSmsgno);
out(NewWin,"MsgNo",Fmsgno);
out(NewWin,"C.",FSRmsgno);
out(NewWin,"D.",Fsever);
out(NewWin,"E.",Fhandling);
radio(NewWin,document.forms[0].replyyn,"F.",2);
out(NewWin,"replyby",Freplyby);
out(NewWin,"OpDate",Fodate); // Added 2/7/11
out(NewWin,"OpTime",Fotime);
out(NewWin,"2.",Freqest);
out(NewWin,"3.",Fpoc);
out(NewWin,"4.",Fpocphone);
out(NewWin,"5.",Feocpoc);
out(NewWin,"6.",Fapprov);
out(NewWin,"7.",Fdatim);
out(NewWin,"8.",Flino);
out(NewWin,"9.",Flrno);
out(NewWin,"10.",Fresource);
out(NewWin,"11.",Fqty);
out(NewWin,"12.",Fwhy);
out(NewWin,"13.",Fllong);
out(NewWin,"14.",Fneedat);
out(NewWin,"15.",Fdelto);
out(NewWin,"16.",Fdelphon);
out(NewWin,"17.",Fdelloc);
out(NewWin,"18.",Froute);
if (toggle == 1)
{
out(NewWin,"19.",Ffdatim);
out(NewWin,"20.",Ffname);
out(NewWin,"20a.",Ffposit);
radio(NewWin,document.forms[0].action,"21.",3);
out(NewWin,"22.",Fcontrol);
out(NewWin,"23.",Fagency);
out(NewWin,"24.",Fagphone);
out(NewWin,"25.",Fagresp);
out(NewWin,"26.",Fagcontact);
out(NewWin,"27.",Fagdel);
out(NewWin,"28.",Fagcost);
out(NewWin,"29.",Fagarriv);
out(NewWin,"30.",Fagmission);
}
out(NewWin,"31.",Fdeltimdat);
out(NewWin,"32.",Fdelver);
out(NewWin,"33.",Fdelremarks);
out(NewWin,"34.",Ffinremarks);
if (whichway == 0)
{ NewWin.document.write("#EOF\n");
} else
{ ascii += "#EOF\n";
gatherdata();
return;
}
//
NewWin.document.write("\n");
NewWin.document.write("");
NewWin.document.write("");
NewWin.document.close();
}
//
var qsParm = new Array();
var qsVal = new Array();
var qsN;
function qs()
{ var n=0;
var query = window.location.search.substring(1);
query = query.replace(/%20/g,"");
var leng=query.length;
// alert("Query="+query+", "+leng);
if (leng <=1) { return; }
var parms = query.split('&');
qsN = parms.length;
for (var i=0; i