function openFullMov(){
	window.open("/fullmovie.asp","newWindow","width=640,height=550,menubar=no,toolbar=no,scrollbars=no,statusbar=no");
}

function closeFullMov(){
	window.close();
}

URL = new Array();
       URL[0] = "/content/library/ss01.asp";
       URL[1] = "/content/library/ss02.asp";
       URL[2] = "/content/library/ss03.asp"; 
	   URL[3] = "/content/library/ss04.asp";
	   URL[4] = "/content/library/ss05.asp";
	   URL[5] = "/content/library/ss06.asp";
	   URL[6] = "/content/library/ss07.asp";
	   URL[7] = "/content/library/ss08.asp";
	   URL[8] = "/content/library/ss09.asp";

function popUpOpen(i) {
    window.open(URL[i],"PopUp","width=604,height=400,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
}

dpURL = new Array();
       dpURL[0] = "/content/library/dp01-1.asp";
       dpURL[1] = "/content/library/dp01-2.asp";
       dpURL[2] = "/content/library/dp02-1.asp"; 
	   dpURL[3] = "/content/library/dp02-2.asp";
	   dpURL[4] = "/content/library/dp03-1.asp";
	   dpURL[5] = "/content/library/dp03-2.asp";
	   dpURL[6] = "/content/library/dp04-1.asp";
	   dpURL[7] = "/content/library/dp04-2.asp";
	   dpURL[8] = "/content/library/dp05-1.asp";
	   dpURL[9] = "/content/library/dp05-2.asp";
	   dpURL[10] = "/content/library/dp06-1.asp";
	   dpURL[11] = "/content/library/dp06-2.asp";

function dpOpen(i) {
    window.open(dpURL[i],"Pictuire","width=1024,height=768,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0");
}

function openGachaList(){
	window.open("/content/shop/skygacha/index.asp","newWindow","menubar=yes,toolbar=yes,scrollbars=yes,statusbar=yes");
}

function openGachaUse(){
	window.open("/content/shop/skygacha/useGacha.asp","newWindow","menubar=yes,toolbar=yes,scrollbars=yes,statusbar=yes");
}