var applycook=document.getElementsByTagName('*');
for(cook=0; cook < applycook.length; cook++){
	var newclass=getCookie(applycook[cook].id+'_style');
	var display=getCookie(applycook[cook].id+'_display');
	if(newclass.length > 0 && applycook[cook].id+'_style'!=='_style')applycook[cook].className=newclass;
	if(display.length > 0 && applycook[cook].id!==''){applycook[cook].style.display=display;}
	}
if(existtag('div','folder'))outputType('folder');
if(existtag('div','file'))outputType('file');
if(existtag('div','folder') && document.location.href.match('imagini'))outputType('image');
if(existtag('img','nume') && !document.location.href.match('group') && !document.location.href.match('editprodus/'))outputZoomimg(getCookie('zoom'));
if(type!=='')modAdmin('pastmemory=true','pastememory','ajax.php');
//if (navigator.appName.match('Microsoft')) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = mouseMove;

