function openWindow(URL) {
	var remote = window.open(URL,"lilone",'toolbar=no,width=400,height=400,directories=0,status=0,scrollbars=1,resize=0,menubar=0,location=0,copyhistory=0,left=10,top=50')
}
function doProcessing() {
	document.getElementById('submitBtn').className = 'thide'; 
	document.getElementById('processing').className = 'tshow';
}