var Tscr_LOOK = { // scroller box size: [width, height] 'size' : [360, 79], // a length of a gap between two neighboring items, pixels 'distance' : 0, 'item_w' : 360, // css classes for for item text 's_i':'TScrItem1', // css classes for for scroller box 's_b':'TScrBody1', // image for 'pause' control (autoscroll mode only) // [left, top, width, height, sorce_file, mouseover_sorce_file] 'pa' : [360, 80, 16, 16,,'tsp_files/pixel.gif'], // image for 'resume' control (autoscroll mode only) // [left, top, width, height, sorce_file, mouseover_sorce_file] 're' : [360, 80, 16, 16,,'tsp_files/pixel.gif'], // image for 'next item' control (autoscroll mode only) // [left, top, width, height, sorce_file, mouseover_sorce_file] 'nx' : [380, 80, 16, 16,,'tsp_files/pixel.gif'], // image for 'previous item' control (autoscroll mode only) // [left, top, width, height, sorce_file, mouseover_sorce_file] 'pr' : [340, 80, 16, 16,,'tsp_files/pixel.gif'] }, Tscr_BEHAVE = { // if scrolling mode is auto (true / false); 'auto' : true, // if scrolling direction is vertical (true / false, false means horisontal) 'vertical' : true, // scrolling speed, pixels per 50 miliseconds; // for auto mode use negative value to reverse scrolling direction 'speed' : 10, 'interval' : 0, 'zindex':1, // buttons visible on mouse over - true, always visible - false 'hide_buttons' : true }, // a data to build scroll window content Tscr_ITEMS = [ { // file to get content for item from; if is set 'content' property doesn't matter // only body of HTML document is taken to become scroller item content // note: external files require time for loading // it is RECOMMENDED to use content property to speed loading up // doesn't work in Opera //'file': '', // string to be displayed as item content, // is RECOMMENDED to be used as an alternative to 'file' property //'content': 'Plain Text Item', // pause duration when item top gets top of the scroller box, seconds // ignored in on-demand mode while scrolling forward //'pause_b': 1, // pause duration when item top gets top of the scroller box, seconds // ignored in on-demand mode while scrolling forward //'pause_a': 0 }, { 'file' : '', 'content' : '
Major Events at Los Vaqueros Tentative Calendar Posted
Tarantula Run on in 2012, Wildflower Run, Vaquero Days on Hiatus
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
Cold Weather Can Lead To Broken Water Pipes
Make sure your home is prepared for expected low temps
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
CCWD Begins Annual Maintenance on Contra Costa Canal
Canal dewatered, work underway on cleaning & repairs. Portions of trail in Concord closed.
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
See Something Suspicious At a CCWD Facility? Call Us!!
Call the District at (925) 688-8374
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
CCWD Now Taking Applications for College Summer Interns
Engineering students may apply
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
CCWD Offers Rebates When You Lose Your Lawn & Grow a Garden
Replace your water-thirsty lawn with a garden and start saving
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
Notice of Public Review Mitigated Negative Declaration for the Shortcut Pipeline Improvement Project
The CCWD Board will consider adoption of the Final MND
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
Los Vaqueros Reservoir Expansion Project
Latest updates and reports available online
', 'pause_b' : 4,'pause_a' : 0 }, { 'file' : '', 'content' : '
CCWD Bid Opportunities -- Construction & General Procurement -- Available Online
You need to register to find out what CCWD construction contracts are available
', 'pause_b' : 4,'pause_a' : 0 }, ];