var cPath = (window.getRelativeWebRoot ? window.getRelativeWebRoot() : '') + 'js/Lib/';
document.write ('<SCR' + 'IPT LANGUAGE="JavaScript1.2" SRC="'+ cPath +'BPage.js" TYPE="text/javascript"><\/SCR' + 'IPT>');

function moLinkMap (cFile) {
	var oImage = getDocumentImage ('ILinkMap');
	if (oImage) {
		if (cFile) 
			oImage.src = 'img/rollover_map/' + cFile + '.gif';
		else
			oImage.src = 'img/leer.gif';
	}
	return (true);
}