/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
========================================
 NewsBar v1.4
 License : Freeware (Enjoy it!)
 (c)2004 VASIL DINKOV- PLOVDIV, BULGARIA
========================================
 For IE4+, NS4+, Opera7+ & Konqueror2+
========================================
 Get the NewsBar script at:
 http://www.smartmenus.org/
 LEAVE THESE NOTES PLEASE - delete the comments if you want */

// BUG in Opera:
// If you want to be able to control the body margins
// put the script right after the BODY tag, not in the HEAD!!!

// === 1 === FONT, COLORS, EXTRAS...
n_font='TAHOMA,arial,sans-serif';
n_fontSize='11px';
n_fontSizeNS4='11px';
n_fontWeight='normal';
n_fontColor='#6A2E00';
n_textDecoration='none';
n_fontColorHover='#ff0000';//		| won't work
n_textDecorationHover='underline';//	| in Netscape4
n_bgColor='transparent';//set [='transparent'] for transparent
n_top=1;//	|
n_left=1;//	| defining
n_width=580;//	| the box
n_height=14;//	|
n_position='relative';// absolute/relative
n_timeOut=4;//seconds
n_pauseOnMouseOver=true;
n_speed=22;//1000 = 1 second
n_leadingSign='_';
n_alternativeHTML='';
// for not supported browsers like Opera<7 - usually
// you may want to put a link to your news page 

