var openLightbox = function() {
	document.appendChild('<div id="light" class="lightbox_white_content"></div><div id="fade" class="lightbox_black_overlay"></div>');
	var a = document.getElementByTagName('body');
	a.style.overflow = 'hidden';
}