/* measures against flicker */
try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

/* form reset */
function clear() {
	this.form.reset(); return false;
}

/* openBrWindow */
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

