function helpPopUp(TEXT,SCROLL) {
	var helppopper = window.open('/inc/helppopper.inc.php?hid='+TEXT, 'helpwindow', 'height=300,width=300,menubar=0,resizable=0,scrollbars='+SCROLL+',status=0,titlebar=0,toolbar=0,left=25,top=50');
};

function openWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
};

function getFile(FID) {
	openWindow('/inc/getfile.inc.php?fid='+FID, 'sgdl_mgr', 'height=300,width=600');
};
