var BBSdAr=Array();

function BBSdoc(elm){
	if(document.getElementById) return document.getElementById(elm);
	if(document.all) return document.all[elm];
	return null;
	}
var BBSTimerID = false;
var BBSMenuElement = null;
BBSactiveFolder=0;

function BBSMnuOver(e){
	window.clearTimeout(BBSTimerID);
	if(e.className=="active") { return true; }
	if(BBSdoc("BBSactive") && BBSdAr["oldElement"]==null ) { BBSdAr["oldElement"]=BBSdoc("BBSactive"); }	
	BBSMenuElement=e;
	e.onmouseout = function(){ window.clearTimeout(BBSTimerID); }
	BBSTimerID = window.setTimeout("if(BBSdAr[\"oldElement\"]!==null) { BBSdAr[\"oldElement\"].className=''; } BBSMenuElement.className=\"active\"; BBSdAr[\"oldElement\"]=BBSMenuElement; ", 400);	
	}
function BBSclearCn(oID){
	if(!BBSdoc(oID)) { return false; }
	BBSdoc(oID).src="http://www.sibnet.ru/counter_timeout.php?counter="+oID;
	}
var t_ramblerCounter = window.setTimeout("BBSclearCn('ramblerCounter')", 3000);
var t_liveinternetCounter = window.setTimeout("BBSclearCn('liveinternetCounter')", 3000);	

