<!--
function OverMnu(mnu) 
	{  mnu.style.backgroundColor='#6BBCFE';
	}

function OutMnu(mnu) 
	{  mnu.style.backgroundColor='';
	}
function OverMnu1(mnu) 
	{  mnu.style.backgroundColor='#0000FF';
	}

function OutMnu1(mnu) 
	{  mnu.style.backgroundColor='';
	}

function pos()
{
if(document.body.scrollTop<50)
up.style.display = "none";
else
{
up.style.top = document.body.clientHeight+document.body.scrollTop-130;
;
if(up.style.display == "none")
{
up.filters.item(0).Apply();
up.style.display="block";
up.filters.item(0).Play();
}
}
}
function addFav() 
{
window.external.addFavorite('http://training.staff.com.ua/', 'Тренинг-Центр GOLDEN STAFF');
}
function open_window(link,w,h) {
	var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=yes,scrollbars=yes";
	newWin = window.open(link,'newWin',win);
}
function open_wind(link,w,h,imia) {
	var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=no,scrollbars=no";
	newWin = window.open(link,imia,win);
}

//-->

