/* 
 For IE4+, NS4+, Opera5+, Konqueror3.1+

 http://www.smartmenus.org */


// === 1 === FONT, COLORS, EXTRAS...
v_font='verdana,arial,sans-serif';
v_fontSize='10px';
v_fontSizeNS4='11px';
v_fontWeight='normal';
v_fontColor='#ffffff';
v_textDecoration='none';
v_fontColorHover='#000000';//	| won't work
v_textDecorationHover='none';//	| in Netscape4
v_bgColor='url(bg.jpg)';
// set [='transparent']  for transparent
// set [='url(image_source)'] for image
v_top=1;//				|
v_left=1;//				| defining
v_width=200;//				| the box
v_height=112;//				|
v_paddingTop=2;
v_paddingLeft=0;
v_position='relative';// 		| absolute/relative
v_timeout=2500;//			| 1000 = 1 second
v_slideSpeed=40;
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='top';//			| top/middle/bottom - won't work in Netscape4

// === 2 === THE CONTENT - ['href','text','target']
// Use '' for href to have no link item
//v_content=[
//['#','Web sitemiz güncellenmiştir.',''],
//['wallpaper.asp','Download sayfasından duvar kağıtlarımızı indirerek, bilgisayarınızın masaüstünü güzelleştirebilirsiniz...','']
//];
