window.onload = function () {	
	switchCss();
	
	if (typeof initDHTMLAPI == 'function') {
		
		initDHTMLAPI(); 
	}
	if (typeof initScrollers == 'function') {
		initScrollers(); 
	}
	
	if (typeof startSliderGallery == 'function') {
		startSliderGallery(); 
	}
}



