// JavaScript Document

var i=1;


// 10 west st

function thumbGallery_plusk1(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k1('images/gallery/projects/kitchens/60-e-88/before/');
}

function thumbGallery_minusk1(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k1('images/gallery/projects/kitchens/60-e-88/before/');
}

function thumbGallery_plusk2(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k2('images/gallery/projects/kitchens/60-e-88/after/');
}

function thumbGallery_minusk2(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k2('images/gallery/projects/kitchens/60-e-88/after/');
}

function showImg_k1(path){
	document.getElementById('preview_img_k1').src=path+i+'.jpg';
	hideThumbs();
	document.getElementById('img'+i).style.background='url(image_01.jpg)';
}


function showImg_k2(path){
	document.getElementById('preview_img_k2').src=path+i+'.jpg';
	hideThumbs();
	document.getElementById('img'+i).style.background='url(image_01.jpg)';
}

// 77 bleecker st
function thumbGallery_plusk3(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k1('images/gallery/projects/kitchens/77-bleecker-st/before/');
}

function thumbGallery_minusk3(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k1('images/gallery/projects/kitchens/77-bleecker-st/before/');
}

function thumbGallery_plusk4(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k2('images/gallery/projects/kitchens/77-bleecker-st/after/');
}

function thumbGallery_minusk4(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k2('images/gallery/projects/kitchens/77-bleecker-st/after/');
}

// 118 e 60 
function thumbGallery_plusk5(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k1('images/gallery/projects/kitchens/118-w-60/before/');
}

function thumbGallery_minusk5(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k1('images/gallery/projects/kitchens/118-w-60/before/');
}

function thumbGallery_plusk6(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k2('images/gallery/projects/kitchens/118-w-60/after/');
}

function thumbGallery_minusk6(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k2('images/gallery/projects/kitchens/118-w-60/after/');
}

// 200 riverside blvd
function thumbGallery_plusk7(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k1('images/gallery/projects/kitchens/200-riverside-blvd/before/');
}

function thumbGallery_minusk7(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k1('images/gallery/projects/kitchens/200-riverside-blvd/before/');
}

function thumbGallery_plusk8(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k2('images/gallery/projects/kitchens/200-riverside-blvd/after/');
}

function thumbGallery_minusk8(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k2('images/gallery/projects/kitchens/200-riverside-blvd/after/');
}

// 300 riverside
function thumbGallery_plusk9(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k1('images/gallery/projects/kitchens/300-riverside-drive/before/');
}

function thumbGallery_minusk9(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k1('images/gallery/projects/kitchens/300-riverside-drive/before/');
}

function thumbGallery_plusk10(a){
	i=i+1;
	if (i > a) {
		i=a;
		}
	showImg_k2('images/gallery/projects/kitchens/300-riverside-drive/after/');
}

function thumbGallery_minusk10(){
	i=i-1;
	if (i < 1) {
		i=1;
		};
	showImg_k2('images/gallery/projects/kitchens/300-riverside-drive/after/');
}
