var LOOK = {
// scroller box size: [width, height]
'size': [295, 250]
},
BEHAVE = {
// autoscroll - true, on-demand - false
'auto': true,
// vertical - true, horizontal - false
'vertical': true,
// scrolling speed, pixels per 40 milliseconds;
// for auto mode use negative value to reverse scrolling direction
'speed': 4
},
// a data to build scroll window content
ITEMS = [
{
'file': '',
'content' : '
Nieuwe grill-etens bij Merlijn |
 |
Mexicaanse grill, Javaanse grill of Chinese fondue geheel in eigen stijl geserveerd. Heel lekker en gezellig om met zijn allen te doen. |
',
'pause_b': 3,
'pause_a': 0
}, {
'file': '',
'content' : 'Cocktailworkshop bij Merlijn |
 |
Gezellig samen cocktails shaken in de bar van Merlijn |
',
'pause_b': 3,
'pause_a': 0
}// add as many items here as you need.
// don't forget to separate them with commas, make sure there is no comma after the last item
]