/*
* ############################################################################################################################################################
* Description:	Get the correct url for images in the fck-editor
* Action:		count the length of the PHP-DocumentRoot string	
* Example: 		The DocumentRoot at DJK Neustadt is "/home/www/doc/9622/djk-neustadt.de/www" => 38 (length)
* ############################################################################################################################################################
*/

var ProjectURL = 'http://www.haus-muschelsucher.de';
var DocumentRoot = '/home/www/doc/9622/haus-muschelsucher.de/www';
var SubstringLength = DocumentRoot.length; // << DOCUMENT_ROOT 

