
function postit(path) {
   tmp=window.open('/ariadne/loader.php'+path+'postit.html',
      'New','directories=no,location=no,menubar=no,status=no,toolbar=no,resizable=no,scrollbars=yes,height=400,width=600');
	tmp.focus();
return false;
}
