//	-------------------------------------------------
//	copyright statement
//	coded 2008 by OtherFarm Productions
//	http://www.otherfarm.net./
//	-------------------------------------------------

var BIE = ((navigator.appVersion.indexOf('MSIE')>-1)?1:0);
var BIE6 = ((navigator.appVersion.indexOf('MSIE 6.')>-1)?1:0);
theEA="@";theED=".";theE1="mai";theE2="lto";

function changeBackground(theFrame)
{
var object = document.getElementById('theBkg').style;
var SFrame = theFrame / 100;
object.opacity = SFrame;
object.MozOpacity = SFrame;
object.KhtmlOpacity = SFrame;
object.filter = "alpha(opacity=" + theFrame + ")";
return;
}