/* xBits *///MAINTENANCEfunction showInstructions(section) {	var mySection = '&#'+section;	url = 'index.cfm?fuseaction=instructions.show'+mySection;	instructWindow = window.open(url,'instructions','width=525,height=450,scrollbars=yes,resizable=yes,toolbar=yes,focus=yes,top=0,screenY=0,left=0,screenX=0')}function openViewWindow(url) {	instructWindow = window.open(url,'instructions','width=550,height=450,scrollbars=yes,resizable=yes')}/* open special character utility */function openSpecialCharUtil() {	var url = "/web_app_utilities/special_char_utility.html";	// default values	var w = 250;	var h = 200;	//var popup = window.open('popup.htm','popup','width=100,height=100,top='+y+',screenY='+y+',left='+x+',screenX='+x);	specialCharUtilWindow = window.open(url,'specialCharUtil','width='+w+',height='+h+',scrollbars=no,resizable=no,focus=true');}function showXBits(xbits) {	var url = xbits;	xBitsWindow = window.open(url,'xbits','width=325,height=250,scrollbars=yes,resizable=yes,focus=true,top=30,screenY=30,left=30,screenX=30');}