/*******************************
 * Info:
 *   Written by: Brandon Nimon
 *   Created: 9/19/2011
 *   Version 0.9.2 (9/23/2011)
 *   Compatible with IE5+, Firefox 0.9+, Safari, Opera 9+, and Chrome
 *******************************
 * License:
 *   Free to use and modify for non-commercial use. For commercial use: $10. Email me (brandonnimon AT comcast DOT net) for payment information.  
 *   No matter what, you must keep the Info and License comment areas to cite that I wrote it.
 *   Minified and non-minified versions available apon request.
 *******************************/
function increase_trans_fi(a,b){var c=document.getElementById(a);c.trans+=b;if(c.trans>100){c.trans=100}c.style.opacity=c.trans/100;c.style.filter="alpha(opacity="+c.trans+")";if(c.trans>=100){clearInterval(c.tmout)}}function startFadeIn(a,b,c,d){var e=document.getElementById(a);if(b!=false){e.style.left=b+"px"}if(c!=false){e.style.top=c+"px"}clearInterval(e.tmout);e.trans=0;e.tmout=setInterval(function(){increase_trans_fi(a,d)},trans_pause_fi)}var trans_pause_fi=30
