// Set expiration date for cookies var date = new Date(); date.setTime(date.getTime()+(365*24*60*60*1000)); var expiration = date.toGMTString(); function hideColumns(){ valCookie = YAHOO.util.Cookie.get("showColumns", function(stringValue){ return stringValue.split("/"); }); if(valCookie){ $("#showall").attr("checked","").parent().removeClass("selected"); for( i=0; i