﻿var example1 = {
	"v_font" : 'verdana,arial,sans-serif',
	"v_fontSize" : '13px',
	"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" : 'url(bg.jpg)',
	// set [='transparent'] for transparent
	// set [='url(image_source)'] for image
	"v_top" : 0,		//	|
	"v_left" : 0,		//	| defining
	"v_width" : 300,		//	| the box
	"v_height" : 90,	//	|
	"v_paddingTop" : 5,
	"v_paddingLeft" : 5,
	"v_position" : 'relative',// absolute/relative
	"v_timeout" : 5000,//1000 = 1 second
	"v_slideSpeed" : 30,
	"v_slideDirection" : 0,//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/strelka.gif align=top width=20 height=11 border=0>愛神服務提供一流約會與交誼環境。<br/><br/><img src=images/strelka.gif align=top width=20 height=11 border=0>不定期舉辦婚姻講座，解答社會大眾婚姻問題，請密切注意。','_blank'],
['','<img src=images/strelka.gif align=top width=20 height=11 border=0>月底群英會: 男需資產百萬以上，女需外貌出眾，男女中英文必需流暢。','_blank'],
['','<img src=images/strelka.gif align=top width=20 height=11 border=0>愛神定期舉辦大型拍賣活動，會員可借此機會割愛，活動中有極為精彩的娛樂節目，並有豐富的獎品。','_blank'],
['','<img src=images/strelka.gif align=top width=20 height=11 border=0>生活的樂趣在不間斷地揭開生命謎底，愛神易經大師樂意助您一臂之力，請進入互動區與大師共商大計。','_blank'],
['','<img src=images/strelka.gif align=top width=20 height=11 border=0>『愛神服務月刊』積極鼓舞未婚與已婚夫妻追求幸福婚姻與美滿人生，請向愛神服務索取。','_blank']
];

v_scroll(example1, v_content)