function defineIdLightBox() {
	var oLightBox = null;

	for (var x=1; x < 51; x++) {
		oLightBox = document.getElementById("lightBox_" + x);

		if (oLightBox != null) {
			eval("$(function() { $('#"+oLightBox.id+" a').lightBox(); })");
		}
	}

}
