<!-- // Javascript programming (c)2001 by Christopher Graves for DISSECTIONAL// preloadif (document.images) {            //copy_on=new Image(); 		copy_on.src="images/copyright_on.gif";    //copy_hi= new Image();		copy_hi.src="images/copyright_hi.gif";} // ROLLOVER scripts:function imgOn(imgName) {            document[imgName].src=eval(imgName + "_hi.src");}function imgOff(imgName) {            document[imgName].src=eval(imgName + "_on.src");}function dissect() {		medicine = window.open('swf/index.html','DISSECTIONAL','toolbar=no,scrollbars=no,location=no,resizable=yes,fullscreen=yes,width=610,height=460');	}function legalwin() {		copywin = window.open('http://www.toolband.com/copyright/index.html','notice','toolbar=no,scrollbars=yes,location=no,width=450,height=350');	}// -->