function load(opt) {
	var s = document.getElementById("selectType").options[document.getElementById("selectType").selectedIndex].value;
	if (s != '') {
		document.getElementById("adminFrame").src = 'index.php?action=admin&iframe=1&type='+s+'&admin='+opt;
	}
}

function browser() {
	var url = "browser/browser.php";
	window.open( url, 'Browser Avatar','status=yes,resizable=yes,scrollbars=yes,height=500,width=700') ;
}

function cmd_set(val) {
	parent.parent.opener.document.daForm.avatar.value = val;
	top.close() ;
}

