function hideMenu (obj) {
	obj.style.visibility='hidden';
	obj.style.top='-1000px';
	obj.style.left='-1000px';
	base.className=oldClass;
}
function newWinSub(s)	 
	{	
	var h="Подписка";
	var o=350;
	var p=250;
	var l=document.body.offsetWidth-o-28;
	var t=20;
	newswin=window.open(s,h,"resizable=0, scrollbars=0,toolbar=0,location=0,menubar=0,width="+o+",height="+p+",left="+l+",top="+t+"");
	newswin.focus();
	}
function newWin(s)	//голосование
	{	
	var h="oVote";
	var o=550;
	var p=400;
	var l=document.body.offsetWidth-o-48;
	var t=40;
	basketwin=window.open(s,h,"resizable, scrollbars,toolbar=0,location=0,menubar=0,width="+o+",height="+p+",left="+l+",top="+t+"");
	basketwin.focus();
	}
function run_movie(arg)
{
document.write(arg);
}	
