Simon on the (dot)Net

L'homme qui codait en do dièse

  Home :: Contact :: Syndication  :: Login
  29 Posts :: 0 Stories :: 0 Comments :: 0 Trackbacks

News

Archives

Image Galleries

A new version is available here:

http://blogs.labo-dotnet.com/simon/archive/2006/11/08/11485.aspx

 

 

Here is the original message:

Even if it was written in French, my last post seems to have been read by many people from all around the world. Thanks a lot to all my refferrers. So I am pleased to annouce a new version of MyExposé (sorry it is not yet on Codeplex...), and this time, in english !

What's new in this version ?

  • More robust code: Detection of resolution changes, desktop composition disabling...
  • "Sensitive screen corners": Exposé can be triggered by the mouse
  • Configuration file: Possibility to change settings like trigger keys/corners without restarting MyExposé
  • Extensibility: Third party developpers can develop their own triggers
  • Incomplete support of multi-screen configurations: Multi-screen configurations may encounter some visual bugs but should work as expected.
  • Performance: Better performances on multicore configurations (thanks to OpenMP)

You can download either Source code (you should have to configure projects to target your windows SDK folder) or binaries.

 

posted on vendredi 6 octobre 2006 13:58

Feedback

# [Copycat] Expose sous Windows Vista RC1 [update] 06/10/2006 16:12 Simon on the (dot)Net


# re: MyExpsé : A Mac OS X Exposé implementation for Windows VISTA 07/10/2006 11:43 Steve
Thank you! I love this application and I think it's a big improvement over the normal task switchers. I'm going to let others know about this :)

I was wondering why the animation is a little slow/jerky though. It was the same with your initial release. Is is due to some limitation in the user DWM functions?

# re: MyExpsé : A Mac OS X Exposé implementation for Windows VISTA 07/10/2006 15:41 Ely
This is a very nice program, I'm sure people will come to it in doves once they discover how nice it is, Keep up the good work.


# re: MyExpsé : A Mac OS X Exposé implementation for Windows VISTA 07/10/2006 17:28 Simon on the (dot) net
I don't know exaclty why the animation is so slow. Calls to DwmUpdateThumbnailProperties function are surpisingly slow. From what I have seen, only calls tranforming the position / size of the thumbnails are slow. Maybe there is a problem in the implementation. It looks like the position is not modified using a Direct3D Transform matrix, but directly by setting coordiantes.

# re: MyExpsé : A Mac OS X Exposé implementation for Windows VISTA 08/10/2006 18:15 Buzz99
Great software...

Can't wait 'til animation will be faster and smoother...

Awsome work !!!

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 18/10/2006 21:44 fred
jgjjkjk

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 18/10/2006 22:41 JBs
Hi Simon, first thanks a lot for that wonderful piece of soft that integrates Vista perfectly well & works great.

I only wanted to submit an issue I found after installing it: when trying to use the ^/¨ key (on an azerty keabord for example :-)), it systematically simulates/considers a double strike, which results in an unavailability to use the key. Once the 10Mb of the MyExposé process unloaded from memory, everything works back pretty well.

(Hope this small description is clear enough).

Be sure that I'll be waiting for the next upcoming version really impatiently!

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 18/10/2006 22:57 JBs
One thing I forgot: maybe an idea for upcoming vesions who knows... When starting having a bunch of active windows opened, using My Exposé by pressing F9, or reaching the screen's left corner, previews are quite small and sometimes unreadable/undistinguishable from one to another (example: about 15 Outlook windows).

Something that could be great would be to implement a "zoom" effect while cursor is sticking on a thumbnail.

Don't know neither if it is easily implementable nor if everyone thinks it could be a good idea or not :-)

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 19/10/2006 00:48 Simon
Thanks for the feedback JBs.
For the bug with ^ and other accents, it is a known bug. Fixed in next version.

The feature that you descripe is not so difficult to implement. I am thinking to implement it in next version too.

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 19/10/2006 11:59 Stanislas
Great job, this feature is great :-)

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 20/10/2006 13:41 Stanislas Quastana
Bonjour,

Je viens d'installer MyExpose sur mon PC (Vista RC2 US) et je suis face à un bug : quand je veux faire un accent circonflexe, si je presse la touche ^, alors cela m'affiche ^^ et donc il n'est pas possible d'écrire des lettres avec accent circonflexe. Si je tue le process MyExpose.exe, alors le problème disparait.

En espérant que vous corrigerez ce petit bug (car je n'ai pas envie d'arrêter l'utilisation de MyExposé :-))

# utilisation avec objectdock 22/10/2006 21:24 julien
bonjour,
super ce logiciel il améliore l'ergonomie de windows de façon impressionnante!
bon seul petit problème, j'utilise objectdock de stardock et le problème c'est que lors du passage de la souris dans le coin supérieur gauche, toutes les fen^^etres ouvertes s'ouvrent (ça c'est nickel) mais également tous les icones de la barre d'objectdock (ça c'est pas hyper pratique). Si il y a une solution à ce problème, ce serait super
merci d'avance, encore bravo et bonne continuation!

# OSX's Expose on Vista 26/10/2006 07:09 Smartwombat Blog
Simon created My Expose utility for Vista. My Expose is the OS X's Expose implementation using DWM and...

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 29/10/2006 14:59 Bryan
With the built-in Flip-3D, the windows automatically transition from the desktop to the cascaded 3D windows, so it disappears from the desktop. Is there anyway to make this do that, so the windows disappear from the desktop when MyExpose is enabled? Also, when I enable it, a blank window shows up for one of my programs, but when I click it nothing happens since this program is minimized to the tray. Programs that are minimized to the tray should not be showing up. Otherwise, this program is great!

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 29/10/2006 16:36 Simon
Flip-3D is directly built in the core of the composition engine. It has access to much more features than I have, using public APIs. Flip-3D do not use DWM thumbnails. It simply applies 3D transform Matrices to the windows. This is a thing I cannot do. So I cannot manipulate the windows directly, and if I hide them, they are not redrawing anymore, and my thumbnail are not "live".
For the next point, many users (and me) do not agree with you : Minimized windows MUST be shown (in the next version you will be able to choose this behavior).

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 30/10/2006 16:39 Bryan
I'm not talking about minimized, I'm talking about minimized to the tray. When I click on the window that is minimized to tray, it does not restore the window, so it seems pointless to be showing it in MyExpose, but I do agree that regularly minimized windows should be shown.

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 31/10/2006 19:31 Jay
Known bugs?
1 - Try it in high-DPI mode. The mouse pointer position appears to be read incorrectly by your app, so I have to click to the right of the windows (sometimes on a completely different window!)

2 - with focus on IE, trigger expose and then use the up/down arrow keys. Keyboard input focus is still in IE. Not a serious bug, and is actually kinda fun to try.

Otherwise, great job! I wrote a version of this with GDI a while ago and it sucked, so it's good someone did this against Vista pretty quick. Now I don't have to :)

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 03/11/2006 19:29 Bao
"This is a thing I cannot do. So I cannot manipulate the windows directly, and if I hide them, they are not redrawing anymore, and my thumbnail are not "live"."

Yours and Douglas Stockwell's demo served as inspiration for me to write my own C# Expose switcher: http://www.gamedev.net/community/forums/topic.asp?topic_id=422289

A workaround to hiding windows is to actually create a thumbnail of the desktop (the HWND can be retrieved via FindWindow("Progman", NULL)) beneath the window thumbnails. You'll have to special case the taskbar and any other desktop bars for the full effect, but I've found doing this with the desktop significantly increases visual clarity.

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA 03/11/2006 22:36 Simon
Yes I have already thinked about it. Personnally, I prefer to see the windows behind the Expose effect, but I understand that some of you do not agree.

So, in next version, you will be able to choose between semitransparent background or "desktop" background.

What will not be in the next version (but surely in another one) is the drag & drop integration. I think that it is a great feature, so I will implement it in the future.

Stay tuned, the next version is for a day in the next week, and it comes with many improvements (Config tools, natural layout, Voice Control...)

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA [Update] 11/12/2006 13:54 FearofWeapons
Great tool and is the only one I keep on re-installing every time I rebuild my Vista box.

A couple of DCRs for upcoming versions. It would be great if the order of the windows was consistant. For example the previous window was in the top left, the one used before that was next right and so on with them spiraling around the screen in a historical way clcokwise. (The current window would be just below the previous; top left but down a bit) Or spiral it out from the center?

The other thing I would like to see is being able to tie the expose behaviour to a mouse key, for example clickng the scroll wheel; rather than having to push the pointer to the top left or press the F9 key. Very minor point and not everyone will want this.

great job though

# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA [Update] 14/01/2007 14:39 cvs pharmacy
Hello this is really blog for all!! See it!
http://www.flexeril.online-cheap-pharmacy-rx.com | http://www.crestor.online-cheap-pharmacy-rx.com | http://www.elavil.online-cheap-pharmacy-rx.com | http://www.lasix.online-cheap-pharmacy-rx.com | http://www.aciphex.online-cheap-pharmacy-rx.com | http://www.claritin.online-cheap-pharmacy-rx.com | http://www.darvocet.online-cheap-pharmacy-rx.com | http://www.cyclobenzaprine.online-cheap-pharmacy-rx.com | http://www.seroquel.online-cheap-pharmacy-rx.com | http://www.zyrtec.online-cheap-pharmacy-rx.com | http://www.buspar.online-cheap-pharmacy-rx.com | http://www.oxycodone.online-cheap-pharmacy-rx.com | http://www.zithromax.online-cheap-pharmacy-rx.com | http://www.amoxicillin.online-cheap-pharmacy-rx.com | http://www.synthroid.online-cheap-pharmacy-rx.com | http://www.doxycycline.online-cheap-pharmacy-rx.com | http://www.adderall.online-cheap-pharmacy-rx.com | http://www.levaquin.online-cheap-pharmacy-rx.com | http://www.prevacid.online-cheap-pharmacy-rx.com | http://www.zanaflex.online-cheap-pharmacy-rx.com | http://www.tenaute.online-cheap-pharmacy-rx.com | http://www.phendimetrazine.online-cheap-pharmacy-rx.com | http://www.cleocin.online-cheap-pharmacy-rx.com">http://www.cleocin.online-cheap-pharmacy-rx.com | http://www.zolpidem.online-cheap-pharmacy-rx.com | http://www.zyban.online-cheap-pharmacy-rx.com | http://www.fioricet.online-cheap-pharmacy-rx.com | http://www.butalbital.online-cheap-pharmacy-rx.com | http://www.hydrocodone.online-cheap-pharmacy-rx.com | http://www.effexor.online-cheap-pharmacy-rx.com | http://www.valium.online-cheap-pharmacy-rx.com | http://www.ativan.online-cheap-pharmacy-rx.com | http://www.norco.online-cheap-pharmacy-rx.com | http://www.carisoprodol.online-cheap-pharmacy-rx.com | http://www.lexapro.online-cheap-pharmacy-rx.com | http://www.lipitor.online-cheap-pharmacy-rx.com | http://www.celebrex.online-cheap-pharmacy-rx.com | http://www.lortab.online-cheap-pharmacy-rx.com | http://www.nexium.online-cheap-pharmacy-rx.com | http://www.valtrex.online-cheap-pharmacy-rx.com | http://www.vicodin.online-cheap-pharmacy-rx.com | http://www.paxil.online-cheap-pharmacy-rx.com | http://www.lorazepam.online-cheap-pharmacy-rx.com | http://www.fluoxetine.online-cheap-pharmacy-rx.com | http://www.wellbutrin.online-cheap-pharmacy-rx.com | http://www.ambien.online-cheap-pharmacy-rx.com | http://www.celexa.online-cheap-pharmacy-rx.com | http://www.cipro.online-cheap-pharmacy-rx.com | http://www.ultram.online-cheap-pharmacy-rx.com | http://www.alprazolam.online-cheap-pharmacy-rx.com | http://www.diazepam.online-cheap-pharmacy-rx.com | http://www.cialis.online-cheap-pharmacy-rx.com | http://www.cleocin.online-cheap-pharmacy-rx.com">http://www.cleocin.online-cheap-pharmacy-rx.com | http://www.diflunisal.online-cheap-pharmacy-rx.com | http://www.zyloprim.online-cheap-pharmacy-rx.com | http://www.nuvaring.online-cheap-pharmacy-rx.com | http://www.tramadol-hydrohloride.online-cheap-pharmacy-rx.com | http://www.adipex-online.online-cheap-pharmacy-rx.com | http://www.one-directory.org | http://www.new-webdirectory.com http://www.hoodia.online-cheap-pharmacy-rx.com | http://www.forex-learn.org forex learn | http://www.usa-online-payday-loan.com | http://www.usa-online-auto-insurance.com
http://www.travel.happyhost.org online web http://www.travelonline.happyhost.org | free travel http://www.life.happyhost.org | protective life insurance http://www.tooth-whitening.host.sk | online tooth whitening http://www.mac-cosmetic.host.sk | mac cosmetic online http://www.mortage.host.sk | ameriquest mortgage http://www.purse.host.sk | onine purse http://www.meridia.happyhost.org | cheap meridia http://www.buyalprazolam.happyhost.org | buy alprazolam http://www.phentermine37.happyhost.org | phentermine http://www.oreckair.happyhost.org | air line
http://www.deltaairline.happyhost.org | frlta http://www.vacuum.happyhost.org vacuum | clinear http://www.casinoeagle.happyhost.org | casino online http://www.vicodin-rx.host.sk |vicodin addiction |http://www.buy-norco.host.sk | buy norco |http://www.carisoprodol.host.sk | carisoprodol 350mg |http://www.casino-online.host.sk | casino consultant |http://www.buy-lexapro.host.sk | lexapro weight gain |
http://www.phentermine.host.sk | westword fioricet phentermine |http://www.swinger.abel.com.ua :: http://www.land-rover.avel.com.ua :: http://www.loan-payday.avel.com.ua :: http://www.payday-loan.avel.com.ua :: http://www.offshore-betting.avel.com.ua :: http://www.loan-til-payday.avel.com.ua :: http://www.until-loan.avel.com.ua :: http://www.offshore-wagering.avel.com.ua :: http://www.cash-advance.avel.com.ua :: http://www.instant-loan.avel.com.ua :: http://www.la-jolla.avel.com.ua ::
http://www.offshore-loan.avel.com.ua http://www.offshore-loans.avel.com.ua http://www.managment.avel.com.ua http://www.faxless.avel.com.ua http://www.auto-loan.avel.com.ua http://www.life.avel.com.ua http://www.sic-bo.avel.com.ua


# re: My Exposé : A Mac OS X Exposé implementation for Windows VISTA [Update] 23/01/2007 23:18 debaras
http://wiki.lbto.arizona.edu/twiki/pub/view/sf0.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf0.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf10.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf10.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf100.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf100.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1000.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1000.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1001.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1001.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1002.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1002.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1003.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1003.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1004.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1004.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1005.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1005.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1006.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1006.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1007.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1007.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1008.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1008.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1009.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1009.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf101.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf101.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1010.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1010.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1011.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1011.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1012.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1012.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1013.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1013.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1014.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1014.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1015.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1015.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1016.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1016.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1017.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1017.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1018.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1018.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1019.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1019.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf102.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf102.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1020.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1020.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1021.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1021.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1022.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1022.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1023.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1023.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1024.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1024.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1025.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1025.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1026.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1026.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1027.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1027.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1028.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1028.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1029.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1029.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf103.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf103.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1030.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1030.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1031.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1031.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1032.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1032.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1033.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1033.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1034.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1034.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1035.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1035.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1036.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1036.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1037.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1037.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1038.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1038.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1039.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1039.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf104.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf104.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1040.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1040.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1041.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1041.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1042.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1042.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1043.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1043.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1044.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1044.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1045.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1045.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1046.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1046.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1047.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1047.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1048.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1048.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1049.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1049.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf105.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf105.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1050.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1050.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1051.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1051.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1052.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1052.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1053.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1053.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1054.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1054.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1055.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1055.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1056.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1056.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1057.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1057.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1058.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1058.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1059.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1059.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf106.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf106.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1060.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1060.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1061.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1061.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1062.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1062.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1063.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1063.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1064.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1064.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1065.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1065.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1066.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1066.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1067.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1067.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1068.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1068.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1069.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1069.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf107.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf107.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1070.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1070.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1071.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1071.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1072.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1072.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1073.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1073.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1074.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1074.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1075.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1075.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1076.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1076.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1077.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1077.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1078.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1078.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1079.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1079.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf108.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf108.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1080.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1080.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1081.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1081.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1082.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1082.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1083.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1083.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1084.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1084.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1085.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1085.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1086.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1086.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1087.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1087.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1088.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1088.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1089.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1089.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf109.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf109.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1090.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1090.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1091.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1091.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1092.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1092.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1093.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1093.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1094.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1094.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1095.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1095.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1096.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1096.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1097.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1097.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1098.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1098.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1099.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1099.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf11.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf11.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf110.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf110.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1100.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1100.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1101.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1101.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1102.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1102.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1103.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1103.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1104.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1104.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1105.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1105.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1106.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1106.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1107.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1107.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1108.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1108.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1109.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1109.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf111.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf111.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1110.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1110.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1111.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1111.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1112.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1112.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1113.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1113.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1114.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1114.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1115.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1115.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1116.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1116.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1117.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1117.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1118.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1118.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1119.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1119.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf112.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf112.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1120.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1120.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1121.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1121.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1122.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1122.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1123.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1123.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1124.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1124.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1125.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1125.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1126.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1126.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1127.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1127.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1128.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1128.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1129.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1129.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf113.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf113.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1130.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1130.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1131.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1131.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1132.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1132.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1133.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1133.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1134.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1134.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1135.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1135.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1136.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1136.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1137.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1137.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1138.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1138.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1139.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1139.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf114.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf114.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1140.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1140.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1141.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1141.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1142.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1142.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1143.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1143.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1144.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1144.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1145.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1145.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1146.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1146.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1147.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1147.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1148.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1148.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1149.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1149.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf115.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf115.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1150.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1150.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1151.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1151.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1152.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1152.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1153.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1153.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1154.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1154.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1155.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1155.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1156.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1156.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1157.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1157.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1158.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1158.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1159.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1159.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf116.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf116.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1160.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1160.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1161.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1161.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1162.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1162.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1163.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1163.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1164.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1164.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1165.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1165.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1166.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1166.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1167.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1167.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1168.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1168.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1169.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1169.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf117.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf117.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1170.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1170.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1171.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1171.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1172.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1172.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1173.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1173.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1174.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1174.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1175.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1175.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1176.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1176.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1177.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1177.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1178.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1178.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1179.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1179.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf118.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf118.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1180.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1180.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1181.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1181.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1182.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1182.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1183.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1183.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1184.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1184.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1185.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1185.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1186.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1186.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1187.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1187.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1188.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1188.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1189.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1189.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf119.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf119.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1190.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1190.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1191.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1191.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1192.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1192.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1193.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1193.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1194.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1194.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1195.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1195.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1196.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1196.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1197.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1197.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1198.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1198.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1199.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1199.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf12.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf12.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf120.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf120.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1200.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1200.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1201.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1201.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1202.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1202.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1203.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1203.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1204.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1204.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1205.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1205.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1206.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1206.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1207.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1207.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1208.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1208.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1209.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1209.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf121.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf121.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1210.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1210.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1211.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1211.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1212.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1212.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1213.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1213.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1214.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1214.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1215.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1215.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1216.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1216.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1217.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1217.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1218.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1218.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1219.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1219.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf122.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf122.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1220.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1220.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1221.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1221.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1222.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1222.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1223.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1223.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1224.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1224.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1225.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1225.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1226.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1226.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1227.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1227.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1228.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1228.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1229.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1229.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf123.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf123.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1230.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1230.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1231.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1231.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1232.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1232.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1233.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1233.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1234.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1234.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1235.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1235.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1236.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1236.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1237.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1237.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1238.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1238.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1239.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1239.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf124.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf124.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1240.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1240.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1241.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1241.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1242.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1242.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1243.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1243.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1244.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1244.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1245.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1245.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1246.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1246.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1247.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1247.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1248.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1248.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1249.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1249.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf125.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf125.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1250.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1250.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1251.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1251.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1252.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1252.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1253.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1253.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1254.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1254.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1255.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1255.html
http://wiki.lbto.arizona.edu/twiki/pub/view/sf1256.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1256.html

http://wiki.lbto.arizona.edu/twiki/pub/view/sf1257.html">http://wiki.lbto.arizona.edu/twiki/pub/view/sf1257.html