// JavaScript Document	window.onload = function() {			if(hasCSS()) {				//window.addEvent('domready', Lightbox.init.bind(Lightbox));		Lightbox.init(Lightbox);				//window.addEvent('domready', Lightbox.init.bind(Lightbox));   	    dhtmlHistory.initialize();   	    dhtmlHistory.addListener(historyChange);			}		};			function historyChange(newLocation, historyData) {					// if the location is empty, close lightbox			if(newLocation == '') {				return Lightbox.close();			}					if(newLocation == null) {				return Lightbox.close();			}				};				// create the history file		window.dhtmlHistory.create();		