// JavaScript Document

var i=1;


// 88 bleeker

function thumbGallery_plus_b1(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b1('images/gallery/projects/bathrooms/88-bleeker-st/before/');
}

function thumbGallery_minus_b1(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b1('images/gallery/projects/bathrooms/88-bleeker-st/before/');
}

function thumbGallery_plus_b2(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b2('images/gallery/projects/bathrooms/88-bleeker-st/after/');
}

function thumbGallery_minus_b2(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b2('images/gallery/projects/bathrooms/88-bleeker-st/after/');
}

function showImg_b1(path){
	document.getElementById('preview_img_b1').src=path+i+'.jpg';
	hideThumbs();
	document.getElementById('img'+i).style.background='url(image_01.jpg)';
}


function showImg_b2(path){
	document.getElementById('preview_img_b2').src=path+i+'.jpg';
	hideThumbs();
	document.getElementById('img'+i).style.background='url(image_01.jpg)';
}

// 252 west

function thumbGallery_plus_b3(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b1('images/gallery/projects/bathrooms/252-w-102/before/');
}

function thumbGallery_minus_b3(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b1('images/gallery/projects/bathrooms/252-w-102/before/');
}

function thumbGallery_plus_b4(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b2('images/gallery/projects/bathrooms/252-w-102/after/');
}

function thumbGallery_minus_b4(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b2('images/gallery/projects/bathrooms/252-w-102/after/');
}



// 340 east 80

function thumbGallery_plus_b5(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b1('images/gallery/projects/bathrooms/340-e-80/before/');
}

function thumbGallery_minus_b5(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b1('images/gallery/projects/bathrooms/340-e-80/before/');
}

function thumbGallery_plus_b6(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b2('images/gallery/projects/bathrooms/340-e-80/after/');
}

function thumbGallery_minus_b6(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b2('images/gallery/projects/bathrooms/340-e-80/after/');
}



// 400 central park

function thumbGallery_plus_b7(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b1('images/gallery/projects/bathrooms/400-cp-w/before/');
}

function thumbGallery_minus_b7(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b1('images/gallery/projects/bathrooms/400-cp-w/before/');
}

function thumbGallery_plus_b8(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b2('images/gallery/projects/bathrooms/400-cp-w/after/');
}

function thumbGallery_minus_b8(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b2('images/gallery/projects/bathrooms/400-cp-w/after/');
}

// 521 west 23

function thumbGallery_plus_b9(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b1('images/gallery/projects/bathrooms/521-w-23/before/');
}

function thumbGallery_minus_b9(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b1('images/gallery/projects/bathrooms/521-w-23/before/');
}

function thumbGallery_plus_b10(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_b2('images/gallery/projects/bathrooms/521-w-23/after/');
}

function thumbGallery_minus_b10(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_b2('images/gallery/projects/bathrooms/521-w-23/after/');
}

