function resetForm() {
	document.getElementById('mainform').reset();
}

function openWindow(a1,a2,a3) {
	var win = window.open(a1,a2,a3);
	win.focus();
}
