if (document.all) {   // very basic browser detection
  var sFloat="styleFloat"; //ie
} else {
  var sFloat="cssFloat"; //firefox
}
function putFocus(formInst, elementInst) {
    if (document.forms.length > 0) {
       document.forms[formInst].elements[elementInst].focus();
    }
}
function checkLogIn() {
	if (!document.getElementById("rightside")){
    	document.getElementById("leftside").style["width"]= "100%";
		document.getElementById("footer").style["width"]= "100%";
	}
}
function scrambleAddress(){
		document.write("<a href='mailto:&#99;&#104;&#114;&#105;&#115;&#64;&#103;&#111;&#111;&#100;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#46;&#110;&#101;&#116;'>&#99;&#104;&#114;&#105;&#115;&#64;&#103;&#111;&#111;&#100;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#46;&#110;&#101;&#116;</a>");
}
addLoadEvent(function () {
    checkLogIn();
});