﻿var example2 = {
	"v_font" : 'verdana,arial,sans-serif',
	"v_fontSize" : '10px',
	"v_fontSizeNS4" : '11px',
	"v_fontWeight" : 'normal',
	"v_fontColor" : '#4A49A8',
	"v_textDecoration" : 'none',
	"v_fontColorHover" : '#ff0000',			//		| won't work
	"v_textDecorationHover" : 'underline',	//		| in Netscape4
	"v_bgColor" : '',
	// set [='transparent'] for transparent
	// set [='url(image_source)'] for image
	"v_top" : 0,		//	|
	"v_left" : 0,		//	| defining
	"v_width" : 170,		//	| the box
	"v_height" : 25,	//	|
	"v_paddingTop" : 0,
	"v_paddingLeft" : 0,
	"v_position" : 'relative',// absolute/relative
	"v_timeout" : 2500,//1000 = 1 second
	"v_slideSpeed" : 30,
	"v_slideDirection" : 1,//0=down-up;1=up-down
	"v_pauseOnMouseOver" : true,
	// v2.2+ new below
	"v_slideStep" : 3,//pixels
	"v_textAlign" : 'left',		// left/center/right
	"v_textVAlign" : 'middle',	// top/middle/bottom - won't work in Netscape4

	// ===
	"v_cur" : 1,
	"v_cl" : 0,
	"v_TIM" : 0,
	"v_canPause" : 0
}

// === 2 === THE CONTENT - ['href','text','target']
// Use '' for href to have no link item
v_content=[
['','<img src=images/phone1.gif width=170 height=25 border=0>','_blank'],
['','<img src=images/phone2.gif width=170 height=25 border=0>','_blank'],
['','<img src=images/phone3.gif width=170 height=25 border=0>','_blank'],
['','<img src=images/phone4.gif width=170 height=25 border=0>','_blank'],
['','<img src=images/phone5.gif width=170 height=25 border=0>','_blank']
];

v_scroll(example2, v_content)