// Hardcoded functions to manipulate layers in this sample app. // These functions rely of Chameleon JavaScript functions to get // and set DHTML layer properties. // function to toggle the visibility in a group of layers. // first layer is made visible, all other layers are hidden. // arguments array used for layers names function ToggleLayerSetVis() { var nCount = arguments.length; CWCDHTML_SetLayerVis( arguments[0], true ); eval( "document.forms[0]."+arguments[nCount - 1]+".value='"+arguments[0]+"';" ); //document.forms[0].TopTabsLayerActive.value = arguments[0]; var i; for( i=1; i