/******************************************
* File      :   functions.js
* Project   :   fbgg.info/fbgg
* Descr     :   Diverse JS-Funktionen
*
* Author    :   Georg Müller
* Created   :   22.12.2003
* Modified  :   22.12.2003
*
* © georgos WebDevelopment
******************************************/


// Reload ggf. mit Parameterübergabe
function reloadPage (par)
{
	document.location.href = document.location.pathname + '?' + par;
}
