// JavaScript Document

  function winopen01(URL){
	var NewWin;
	NewWin = window.open(URL,'popup','width=740,height=600,scrollbars=yes,top=100');
	NewWin.focus();
}

  function winopen02(URL){
	var NewWin;
	var option = "width=562,height=376,location=yes,scrollbars=no,top=200,left=";
	if(navigator.userAgent.indexOf("MSIE") != -1){
	option += document.documentElement.clientWidth/2 -280;
	} else 	if(navigator.userAgent.indexOf("Safari") != -1){
	option += window.innerWidth/2 -280;
	} else {
	option += document.body.clientWidth/2 -280;
	}
	NewWin = window.open(URL,'popup',option);
	NewWin.focus();
}

  function winopen3(URL){
	var NewWin;
	NewWin = window.open(URL,'popup','width=650,height=500,scrollbars=yes,top=300');
	NewWin.focus();
}
  
 function winopen2(URL){
	var NewWin;
	var option = "width=559,height=353,location=yes,scrollbars=no,top=200,left=";
	if(navigator.userAgent.indexOf("MSIE") != -1){
	option += document.documentElement.clientWidth/2 -280;
	} else 	if(navigator.userAgent.indexOf("Safari") != -1){
	option += window.innerWidth/2 -280;
	} else {
	option += document.body.clientWidth/2 -280;
	}
	NewWin = window.open(URL,'popup',option);
	NewWin.focus();
}



// showImg //
var ccount = 0;
function showImg(tg) {
	var tgdis = document.getElementById(tg).style.display;
	if( tgdis == 'none' || tgdis == ''){ 
		document.getElementById(tg).style.display = 'block';
		document.getElementById(tg).style.zIndex = ccount;
		ccount++;
	}
};

function hideImg(tg) {
	var tgdis = document.getElementById(tg).style.display;
	if( tgdis == 'block'){ 
		document.getElementById(tg).style.display = 'none';
	}
};






sw1=sw2=sw3=sw4=sw5=sw6=sw7=sw8=sw9=1;

function light1()
{
if(sw1==0){document.oo1oo.src="/shopping/images/pub/trialset/details_img01.jpg";}
if(sw1==1){document.oo1oo.src="/shopping/images/pub/trialset/details_img01-a.jpg";}
sw1^=1;

}

function light2()
{
if(sw1==0){document.oo1oo.src="/shopping/images/pub/trialset/details_img01.jpg";}
if(sw1==1){document.oo1oo.src="/shopping/images/pub/trialset/details_img01-b.jpg";}
sw1^=1;

}

function light3()
{
if(sw1==0){document.oo1oo.src="/shopping/images/pub/trialset/details_img01.jpg";}
if(sw1==1){document.oo1oo.src="/shopping/images/pub/trialset/details_img01-c.jpg";}
sw1^=1;

}

function light4()
{
if(sw1==0){document.oo2oo.src="/shopping/images/pub/trialset/details_img02.jpg";}
if(sw1==1){document.oo2oo.src="/shopping/images/pub/trialset/details_img02-d.jpg";}
sw1^=1;

}



