function copyOutput(){
var d = new Date();var y = d.getYear();
if (y<2000){var year = y+1900}else{var year = y}
document.write("<div id='footer'>&copy;&nbsp;"+year+" Noriko | www.noriko-red.com</div>");
}

function showMap(){
document.getElementById("map").style.display = "block";
}

function closeMap(){
document.getElementById("map").style.display = "none";
}

setObj = new

$(function() {
	$(".lightbox a").lightBox({
    overlayBgColor: '#000',
    overlayOpacity: 0.6,
    imageLoading: '../../images/lightbox/lightbox-ico-loading.gif',
    imageBtnClose: '../../images/lightbox/lightbox-btn-close.gif',
    imageBtnPrev: '../../images/lightbox/lightbox-btn-prev.gif',
    imageBtnNext: '../../images/lightbox/lightbox-btn-next.gif',
    containerResizeSpeed: 350,
    txtImage: 'Image',
    txtOf: 'of'
});
	
	$(".lb080627 a").lightBox({
    overlayBgColor: '#000',
    overlayOpacity: 0.6,
    imageLoading: '../../images/lightbox/lightbox-ico-loading.gif',
    imageBtnClose: '../../images/lightbox/lightbox-btn-close.gif',
    imageBtnPrev: '../../images/lightbox/lightbox-btn-prev.gif',
    imageBtnNext: '../../images/lightbox/lightbox-btn-next.gif',
    containerResizeSpeed: 350,
    txtImage: 'Image',
    txtOf: 'of'
});
		
});