/* Copyright (c) 2000-2002, Springsite (www.springsite.com). All rights reserved. */

/*
    Copyright (c) 2000-2002, Springsite (www.springsite.com). All rights reserved.

    The source code in this file has been obfuscated to protect our intellectual property rights
    If you are interested in this source code, feel free to contact us at http://www.springsite.com
*/

var gGridName="QzX43S",gSeparator="@";function toggleColumn(c,d,e){for(var f=0;f<=d;f++){if(document.all['c'+c+'r'+f]!=null){document.all['c'+c+'r'+f].style.display=(e?'':'none');}}}function show(c,d){c.style.display=(d?'':'none');}function showAndHide(c,d){var e="";for(var f=0;f<d;f++){var g=document.all['chk'+f].checked;toggleColumn(f,c,g);if(!g){e+=f+gSeparator;}}SetCookie(e);}function toggleAll(c,d){for(var e=0;e<c;e++){document.all['chk'+e].checked=d;}}function SetCookie(c){if(gGridName!=null&&gGridName!=''){document.cookie=gGridName+"="+escape(c)+";expires=Mon, 30 Dec 2002 23:59:59 UTC;";}else{window.status("Column settings cannot be saved");}}function setGridName(c){gGridName=c;}