/* -------------------------------------- *\
You can put your own custom javascript in this file
and it will be available to you from within the main
interface.

This file will never be modified by any update
operation ever. Feel free to update your software
without having to worry that you will lose your
custom javascript
\* -------------------------------------- */

function setWorkspace(id) {
	checkone(id);
	groupop('', 'setworkspace');
}

function myRepExpand(id) { 
	document.form_selector.extra.value = 'expand';
	document.form_selector.extra2.value = id;
	updateDataTable();
}

function myGetDocument(id, uid) { 
	RP_getwindow('?getdoc='+id+'&uid='+uid, 900, 700);
	setTimeout("document.location.href='?';",3000);
}
