window.onload = OTGLoad;

function OTGLoad() {
	setOTGLBImages();
	otgLBPreload();
	otgLB = new OTGLightBox('OTGLightBox',720,10);
}

function setOTGLBImages() {
	var urlPre = 'images/store/large/';
	otgLBImages.push(urlPre+'Showroom-001.jpg');
	otgLBImages.push(urlPre+'Showroom-026.jpg');
}

function OTGLightBoxPosCallback(posArrayRef,clWidth,clScrollTop) {
	posArrayRef[0] = ((clWidth - 997)/2) + 11;
	if (posArrayRef[0]<0) posArrayRef[0] = 0;
	posArrayRef[1] = clScrollTop + 145;
}

