// explorer
function explorer()
{
	nav = gup('nav');
	if(nav) nav = '&nav='+nav; else nav = '';
	win = window.open('explorer/?s=home'+nav,'explorer','status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,width=870,height=600');
	win.focus();
}