
function $(a){return document.getElementById(a)};
function stopLoad(){ 
	$('loading').style.display='none'; 
	$('movie').style.left='0px';
	$('movie').style.top='10px';
}

