function plopup(w,h,l){
	myFloater = window.open(l,'myWindow','scrollbars=yes,status=yes,toolbar=no,width='+w+',height='+h);
}

function todo(f,n){
	todoList = window.open('http://www.filepile.org/function.php/todo/' + f + '/' + n, 'todo', 'scrollbars=yes,status=yes,toolbar=no,width=350,height=300');
}
