/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
========================================
 V-NewsTicker v2.2
 License : Freeware (Enjoy it!)
 (c)2003 VASIL DINKOV- PLOVDIV, BULGARIA
========================================
 For IE4+, NS4+, Opera5+, Konqueror3.1+
========================================
 Get the NewsTicker script at:
 http://www.smartmenus.org/other.php
 and don't wait to get the Great SmartMenus 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...

function DisplayMemberDetails(lMember)
{
	window.open('../members/ru/' + lMember+'.htm','MDetail','screenX=0,screenY=0,dependent=yes,toolbar=no,menubar=no,status=no,directories=no,width=590,height=500,resizable=yes,scrollbars=yes');
}

v3_font='verdana,arial,sans-serif';
v3_fontSize='10px';
v3_fontSizeNS4='11px';
v3_fontWeight='normal';
v3_fontColor='#4A49A8';
v3_textDecoration='none';
v3_fontColorHover='#ff0000';//		| won't work
v3_textDecorationHover='underline';//	| in Netscape4
v3_bgColor='#d2e4fc';
// set [='transparent'] for transparent
// set [='url(image_source)'] for image
v3_top=450;//	|
v3_left=screen.width/2+105;//	| defining
v3_width=120;//	| the box
v3_height=60;//	|
v3_paddingTop=0;
v3_paddingLeft=0;
v3_position='absolute';// absolute/relative
v3_timeout=2500;//1000 = 1 second
v3_slideSpeed=30;
v3_slideDirection=1;//0=down-up;1=up-down
v3_pauseOnMouseOver=true;
// v2.2+ new below
v3_slideStep=3;//pixels
v3_textAlign='left';// left/center/right
v3_textVAlign='middle';// top/middle/bottom - won't work in Netscape4

// === 2 === THE CONTENT - ['href','text','target']
// Use '' for href to have no link item
v3_content=[
['javascript:DisplayMemberDetails("catc");','<img src=../image/banners/cat.gif width=120 height=60 border=0>','_self'],
['javascript:DisplayMemberDetails("muzat");','<img src=../image/banners/muzat.gif width=120 height=60 border=0>','_self'],
['javascript:DisplayMemberDetails("tst");','<img src=../image/banners/tst.gif width=120 height=60 border=0>','_self']
];

// ===
v3_ua=navigator.userAgent;v3_nS4=document.layers?1:0;v3_iE=document.all&&!window.innerWidth&&v3_ua.indexOf("MSIE")!=-1?1:0;v3_oP=v3_ua.indexOf("Opera")!=-1&&document.clear?1:0;v3_oP7=v3_oP&&document.appendChild?1:0;v3_oP4=v3_ua.indexOf("Opera")!=-1&&!document.clear;v3_kN=v3_ua.indexOf("Konqueror")!=-1&&parseFloat(v3_ua.substring(v3_ua.indexOf("Konqueror/")+10))<3.1?1:0;v3_count=v3_content.length;v3_cur=1;v3_cl=0;v3_d=v3_slideDirection?-1:1;v3_TIM=0;v3_fontSize2=v3_nS4&&navigator.platform.toLowerCase().indexOf("win")!=-1?v3_fontSizeNS4:v3_fontSize;v3_canPause=0;function v3_getOS(a){return v3_iE?document.all[a].style:v3_nS4?document.layers["v3_container"].document.layers[a]:document.getElementById(a).style};function v3_start(){var o,px;o=v3_getOS("v3_1");px=v3_oP&&!v3_oP7||v3_nS4?0:"px";if(parseInt(o.top)==v3_paddingTop){v3_canPause=1;if(v3_count>1)v3_TIM=setTimeout("v3_canPause=0;v3_slide()",v3_timeout);return}o.top=(parseInt(o.top)-v3_slideStep*v3_d)*v3_d>v3_paddingTop*v3_d?parseInt(o.top)-v3_slideStep*v3_d+px:v3_paddingTop+px;if(v3_oP&&o.visibility.toLowerCase()!="visible")o.visibility="visible";setTimeout("v3_start()",v3_slideSpeed)};function v3_slide(){var o,o2,px;o=v3_getOS("v3_"+v3_cur);o2=v3_getOS("v3_"+(v3_cur<v3_count?v3_cur+1:1));px=v3_oP&&!v3_oP7||v3_nS4?0:"px";if(parseInt(o2.top)==v3_paddingTop){if(v3_oP)o.visibility="hidden";o.top=v3_height*v3_d+px;v3_cur=v3_cur<v3_count?v3_cur+1:1;v3_canPause=1;v3_TIM=setTimeout("v3_canPause=0;v3_slide()",v3_timeout);return}if(v3_oP&&o2.visibility.toLowerCase()!="visible")o2.visibility="visible";if((parseInt(o2.top)-v3_slideStep*v3_d)*v3_d>v3_paddingTop*v3_d){o.top=parseInt(o.top)-v3_slideStep*v3_d+px;o2.top=parseInt(o2.top)-v3_slideStep*v3_d+px}else{o.top=-v3_height*v3_d+px;o2.top=v3_paddingTop+px}setTimeout("v3_slide()",v3_slideSpeed)};if(v3_nS4||v3_iE||v3_oP||document.getElementById&&!v3_kN&&!v3_oP4){
document.write("<style>.vnewsticker,a.vnewsticker{font-family:"+v3_font+";font-size:"+v3_fontSize2+";color:"+v3_fontColor+";text-decoration:"+v3_textDecoration+";font-weight:"+v3_fontWeight+"}a.vnewsticker:hover{font-family:"+v3_font+";font-size:"+v3_fontSize2+";color:"+v3_fontColorHover+";text-decoration:"+v3_textDecorationHover+"}</style>");v3_temp="<div "+(v3_nS4?"name":"id")+"=v3_container style='position:"+v3_position+";top:"+v3_top+"px;left:"+v3_left+"px;width:"+v3_width+"px;height:"+v3_height+"px;background:"+v3_bgColor+";layer-background"+(v3_bgColor.indexOf("url(")==0?"-image":"-color")+":"+v3_bgColor+";clip:rect(0,"+v3_width+","+v3_height+",0);overflow:hidden'>"+(v3_iE?"<div style='position:absolute;top:0px;left:0px;width:100%;height:100%;clip:rect(0,"+v3_width+","+v3_height+",0)'>":"");for(v3_i=0;v3_i<v3_count;v3_i++)
v3_temp+="<div "+(v3_nS4?"name":"id")+"=v3_"+(v3_i+1)+" style='position:absolute;top:"+(v3_height*v3_d)+"px;left:"+v3_paddingLeft+"px;width:"+(v3_width-v3_paddingLeft*2)+"px;height:"+(v3_height-v3_paddingTop*2)+"px;clip:rect(0,"+(v3_width-v3_paddingLeft*2)+","+(v3_height-v3_paddingTop*2)+",0);overflow:hidden"+(v3_oP?";visibility:hidden":"")+";text-align:"+v3_textAlign+"' class=vnewsticker>"+(!v3_nS4?"<table width="+(v3_width-v3_paddingLeft*2)+" height="+(v3_height-v3_paddingTop*2)+" cellpadding=0 cellspacing=0 border=0><tr><td width="+(v3_width-v3_paddingLeft*2)+" height="+(v3_height-v3_paddingTop*2)+" align="+v3_textAlign+" valign="+v3_textVAlign+" class=vnewsticker>":"")+(v3_content[v3_i][0]!=""?"<a href='"+v3_content[v3_i][0]+"' target='"+v3_content[v3_i][2]+"' class=vnewsticker"+(v3_pauseOnMouseOver?" onmouseover='if(v3_canPause&&v3_count>1){clearTimeout(v3_TIM);v3_cl=1}' onmouseout='if(v3_canPause&&v3_count>1&&v3_cl)v3_TIM=setTimeout(\"v3_canPause=0;v3_slide();v3_cl=0\","+v3_timeout+")'":"")+">":"<span"+(v3_pauseOnMouseOver?" onmouseover='if(v3_canPause&&v3_count>1){clearTimeout(v3_TIM);v3_cl=1}' onmouseout='if(v3_canPause&&v3_count>1&&v3_cl)v3_TIM=setTimeout(\"v3_canPause=0;v3_slide();v3_cl=0\","+v3_timeout+")'":"")+">")+v3_content[v3_i][1]+(v3_content[v3_i][0]!=""?"</a>":"</span>")+(!v3_nS4?"</td></tr></table>":"")+"</div>";v3_temp+=(v3_iE?"</div>":"")+"</div>";document.write(v3_temp);setTimeout("v3_start()",1000);if(v3_nS4)onresize=function(){location.reload()}}