function setParamIni(which)
{
//-------------------------------------
var currentForumInit = '&Ouml;sterreich';
var currentForumInitURL = 'maurer02/forum.thr';
var currentCourseInit = '&Ouml;sterreich';
var currentCourseInitURL = 'courses/';
var currentBaseForArchive = 'maurer02/';
//-------------------------------------
var serverArchiveBase = '';
var server =  '';
var base = document.location.protocol + "//" + document.location.host; 
if (document.location.protocol != 'file:')
	{
	server =  base + '/wbtmaster/';
	serverArchiveBase = document.location.href;
	serverArchiveBase = serverArchiveBase.substring(0,serverArchiveBase.lastIndexOf('/'));
	serverArchiveBase = serverArchiveBase.substring(0,serverArchiveBase.lastIndexOf('/')+1)+'threads/';
	}

var loadWholeForum = true;
if (which == 'server')return(server);
if (which == 'serverArchiveBase')return(serverArchiveBase);
if (which == 'currentForumInit')return(currentForumInit);
if (which == 'currentCourseInit')return(currentCourseInit);
if (which == 'currentForumInitURL')return(currentForumInitURL);
if (which == 'currentCourseInitURL')return(currentCourseInitURL);
if (which == 'currentBaseForArchive')return(currentBaseForArchive);
if (which == 'loadWholeForum')return(loadWholeForum);
return('');
}
var showMayGo = false;
function showMayGoPlus(){showMayGo = true};
function ifShowMayGo(){return(showMayGo);}
