// JavaScript Document
$(document).ready(
function(){

var subopen;
function SW_require(){
subopen=window.open($(this).href(),"subopen","resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,directories=no,status=no,location=yes,width=760");
if (!subopen.opener) subopen.opener=self;
if (window.focus) subopen.focus();
return false;
}

function SW_contact(){
subopen=window.open($(this).href(),"subopen","resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,directories=no,status=no,location=yes,width=760");
if (!subopen.opener) subopen.opener=self;
if (window.focus) subopen.focus();
return false;
}

function SW_privacy(){
subopen=window.open($(this).href(),"subopen","resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,directories=no,status=no,location=yes,width=760");
if (!subopen.opener) subopen.opener=self;
if (window.focus) subopen.focus();
return false;
}


function SW_watergreen(){
subopen=window.open($(this).href(),"subopen","fullscreen=yes","resizable=no","scrollbars=no");
if (!subopen.opener) subopen.opener=self;
if (window.focus) subopen.focus();
return false;
}


$('a.SW_require').click(SW_require);
$('a.SW_contact').click(SW_contact);
$('a.SW_privacy').click(SW_privacy);
$('a.SW_watergreen').click(SW_watergreen);

}
);



// for Lightpop
function show1(){
	jQuery("#indexPhoto01 a").lightpop().trigger("click");
}
function show2(){
	jQuery("#indexPhoto02 a").lightpop().trigger("click");
}
function show3(){
	jQuery("#indexPhoto03 a").lightpop().trigger("click");
}
function show4(){
	jQuery("#indexPhoto04 a").lightpop().trigger("click");
}
function show5(){
	jQuery("#indexPhoto05 a").lightpop().trigger("click");
}
function show6(){
	jQuery("#indexPhoto06 a").lightpop().trigger("click");
}



