function On1() {
document.Image1.src="pictures/bbluelite.gif";
}
function Off1() {
if (document.form.fromurl.value == "") { 
document.Image1.src="pictures/bbluelite.gif";
}
else { 
document.Image1.src="images/bblank.gif";
 }
}
function On2() { 
document.Image2.src="pictures/bbluelite.gif";
}
function Off2() {
if (document.form.ftphost.value == "") { 
document.Image2.src="pictures/bbluelite.gif";
}
else { 
document.Image2.src="images/bblank.gif";
 }
}
function On3() { 
document.Image3.src="pictures/bbluelite.gif";
}
function Off3() {
if (document.form.user.value == "") { 
document.Image3.src="pictures/bbluelite.gif";
}
else { 
document.Image3.src="images/bblank.gif";
 }
}
function On4() { 
document.Image4.src="pictures/bbluelite.gif";
}
function Off4() {
if (document.form.pass.value == "") { 
document.Image4.src="pictures/bbluelite.gif";
}
else { 
document.Image4.src="images/bblank.gif";
 }
}
function On5() { 
document.Image5.src="pictures/bbluelite.gif";
}
function Off5() {
if (document.form.ftppath.value == "") { 
document.Image5.src="pictures/bbluelite.gif";
}
else { 
document.Image5.src="images/bblank.gif";
 }
}
function On6() { 
document.image6.src="pictures/bbluelite.gif";
}
function Off6() {
if (document.form.rename.value == "") { 
document.Image6.src="pictures/bbluelite.gif";
}
else { 
document.Image6.src="images/bblank.gif";
 }
}
function putref() {
ck = document.cookie.split('; '); 
cur = new Date(); 
exp = new Date(cur.getTime()+365*24*60*60*1000); 
function get(n) { 
for (i = 0; i < ck.length; i++) { 
   chip = ck[i].split('='); 
if (chip[0] == n) { 
   return unescape(chip[1]); }} 
   return ''; 
}} 
function set(n,V) { 
if (V) { 
   document.cookie = n+'='+escape(V)+'; expires='+exp.toGMTString(); } 
ck = document.cookie.split('; '); 
} 
function Get(V) { 
   transform.ftphost.value = get(V+'1'); transform.user.value = get(V+'2');     transform.pass.value = get(V+'3'); transform.ftppath.value = get(V+'4'); 
} 
function Set(V) { 
   alert('Your FTP login info is now saved for 1 year.\n\nSimply click the same number on the \"Recall info\" to recall your log in info.\n\nThanks for using my transloader,\n\n\"KID\"'); 
   set(V+'1',transform.ftphost.value); set(V+'2',transform.user.value); 
   set(V+'3',transform.pass.value); set(V+'4',transform.ftppath.value); 
} 
function addName(file) { 
   fileName = file.split('/'); 
   len = fileName.length; 
   transform.rename.value = fileName[len-1]; 
}
function makeHistoryOptions() { for (x=0; x < 
history.length; x++) { histURL = history[x] 
histID = histURL.substring(0,4) if (histID == "http") 
{ document.write("<option 
value="+histURL+">"+histURL) } if (histID == "news") 
{ document.write("<option 
value="+histURL+">"+histURL) }
}
}