// JavaScript Document

var i=1;


// 10 west st

function thumbGallery_plus(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg('images/gallery/projects/complete_renovation/10-w-st/before/');
}

function thumbGallery_minus(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg('images/gallery/projects/complete_renovation/10-w-st/before/');
}

function thumbGallery_plus2(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg2('images/gallery/projects/complete_renovation/10-w-st/after/');
}

function thumbGallery_minus2(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg2('images/gallery/projects/complete_renovation/10-w-st/after/');
}

function showImg(path){
	document.getElementById('preview_img').src=path+i+'.jpg';
	hideThumbs();
	document.getElementById('img'+i).style.background='url(image_01.jpg)';
}


function showImg2(path){
	document.getElementById('preview_img2').src=path+i+'.jpg';
	hideThumbs();
	document.getElementById('img'+i).style.background='url(image_01.jpg)';
}


// 30 east 95 
function thumbGallery_plus3(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg('images/gallery/projects/complete_renovation/30-e-95/before/');
}

function thumbGallery_minus3(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg('images/gallery/projects/complete_renovation/30-e-95/before/');
}

function thumbGallery_plus4(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg2('images/gallery/projects/complete_renovation/30-e-95/after/');
}

function thumbGallery_minus4(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg2('images/gallery/projects/complete_renovation/30-e-95/after/');
}


// 40 east 19
function thumbGallery_plus5(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg('images/gallery/projects/complete_renovation/40-e-19/before/');
}

function thumbGallery_minus5(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg('images/gallery/projects/complete_renovation/40-e-19/before/');
}

function thumbGallery_plus6(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg2('images/gallery/projects/complete_renovation/40-e-19/after/');
}

function thumbGallery_minus6(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg2('images/gallery/projects/complete_renovation/40-e-19/after/');
}

// 64 north
function thumbGallery_plus7(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg('images/gallery/projects/complete_renovation/64-north/before/');
}

function thumbGallery_minus7(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg('images/gallery/projects/complete_renovation/64-north/before/');
}

function thumbGallery_plus8(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg2('images/gallery/projects/complete_renovation/64-north/after/');
}

function thumbGallery_minus8(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg2('images/gallery/projects/complete_renovation/64-north/after/');
}

// 357 west
function thumbGallery_plus9(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg('images/gallery/projects/complete_renovation/357-w-123/before/');
}

function thumbGallery_minus9(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg('images/gallery/projects/complete_renovation/357-w-123/before/');
}

function thumbGallery_plus10(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg2('images/gallery/projects/complete_renovation/357-w-123/after/');
}

function thumbGallery_minus10(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg2('images/gallery/projects/complete_renovation/357-w-123/after/');
}