var baseURL = 'http://www.rialtofilm.nl/';	
var cgiPath = 'http://www.rialtofilm.nl/cgi-bin/upload/';

var imgPath = baseURL.concat('img/');
var swfPath = baseURL.concat('swf/');
var libPath = baseURL.concat('lib/');
var procPath = baseURL.concat('proc/');

// Classname for IE, class for other browsers to attach class to element
var cssClassName = document.all?'className':'class';