function prw(a,b){a.document.writeln(b)}var w;function asPage(a){e=document.getElementById(a);if(!w||w.closed){w=window.open("",window.name+"_print","menubar,resizable,scrollbars,status")}if(!w){alert("Window with printable form cannot be opened!\nThis is likely due to a popup blocker in your browser.");return}w.defaultStatus="Loading.";w.document.open();for(t=e.parentNode;t.parentNode;t=t.parentNode){if(t.style&&t.style.backgroundColor){bg=t.style.backgroundColor;w.document.bgColor=bg;break}}prw(w,'<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');prw(w,"<html><head><title>"+document.title+"</title></head>");prw(w,e.innerHTML);prw(w,'<p align="right">&copy; Carol Ann Kates, 2006-2007<br>All rights reserved</p>');prw(w,"</body></html>");w.document.close();w.defaultStatus="Done.";w.focus()};