function none()
{
	return;
}

function MM_jumpMenu(targ, selObj, restore)
{
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex = 0;
}

function showpic(name)
{
	window.open("showpic.php?pic=" + name + "",'showpic', 'width=400,height=400,status=no,scrollbars=yes,location=no,toolbars=no,resizable=yes');
}

function writeFlash(id, data)
{
	document.getElementById(id).innerHTML = data;
}