function show_flash(id) {
	document.getElementById(id).outerHTML = document.getElementById(id).outerHTML;
}

function openWindow(url,width,height){ newWin = window.open(url, 'viewWin', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,top=0,left=0,width=' + width + ',height=' + height + ''); }
