function popup2(urls,folder)	{
	var w="";
	galleryPOP=window.open("","gallery","width=100,height=100");
	galleryPOP.moveTo(5,5);
	galleryPOP.focus()
	w +="<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>\n<html lang='ja'>\n<head>\n";
	w +="<META HTTP-EQUIV='Content-type' CONTENT='text/html; charset=Shift_JIS'>\n";
	w +="<link rel='stylesheet' href='http://www.peaks-jp.com/css/private_POP.css'>\n";
	w +="<script>\n";
	w +="<\!\-\-\n";
	w +="function objFix1\(\)	\{\n";
	w +="if (navigator.appName != \"Microsoft Internet Explorer\")\{\n";
	w +="wimg=document.getElementById('img');if (wimg.width <= 100){wimg.width=100};window.resizeTo(wimg.width+30,wimg.height+70)\;\n";
	w +="document.getElementById(\"div2\").style.top = document.body.scrollTop + document.body.clientHeight - 25\;\n";
	w +="document.getElementById(\"div2\").style.left = document.body.scrollLeft + document.body.clientWidth - 100\;\n";
	w +="  \}\n";
	w +="if (document.all)\{\n";
	w +="wimg=document.all.item('img');if (wimg.width <= 100){wimg.width=100};window.resizeTo(wimg.width+18,wimg.height+70);\n";
	w +="div2.style.pixelLeft = body.scrollLeft + body.clientWidth - 100\;\n";
	w +="div2.style.pixelTop = body.scrollTop + body.clientHeight - 25\;}}\n";
	w +="function objFix2\(\)	\{\n";
	w +="if (navigator.appName != \"Microsoft Internet Explorer\")\{\n";
	w +="document.getElementById('div2').style.top = document.body.scrollTop + document.body.clientHeight - 25\;\n";
	w +="document.getElementById('div2').style.left = document.body.scrollLeft + document.body.clientWidth - 100\;\n";
	w +="  \}\n";
	w +="if (document.all)\{\n";
	w +="div2.style.pixelLeft = body.scrollLeft + body.clientWidth - 100\;\n";
	w +="div2.style.pixelTop = body.scrollTop + body.clientHeight - 25\;}}\n";
	w +="function objFix3\(wid\)	\{\n";
	w +="if (navigator.appName != \"Microsoft Internet Explorer\")\{\n";
	w +="document.getElementById(\"img\").style.width = wimg.width*wid\;\}\n";
	w +="window.resizeBy(document.body.clientWidth*wid-document.body.clientWidth, document.body.clientHeight*wid-document.body.clientHeight);\}\n";
	w +="\-\-\>\n";
	w +="<\/sc"+"ript>\n";
	w +="<title>"+urls+"‰æ‘œ</title>\n</head>\n<body id='body' onload='objFix1\(\)' topmargin='1' leftmargin='1'>\n";
	w +="<div id='div2' style='text-align: right;position:absolute; left:0; top:0;'>\n";
	w +="<IMG border='0' src='/Porsche/script/plus.gif' align='absmiddle' width='15' height='15' onclick='objFix3(1.25);objFix2();if(img.style.zoom!=0) img.style.zoom*=1.25; else img.style.zoom=1.25;'>\n";
	w +="<IMG border='0' src='/Porsche/script/minus.gif' align='absmiddle' width='15' height='15' onclick='objFix3(0.80);objFix2();if(img.style.zoom!=0) img.style.zoom*=0.80; else img.style.zoom=0.80;'>\n";
	w +="<input type='button' value='CLOSE' onClick='window.close()'>\n";
	w +="</div>\n";

	if (folder == 2){
	w +="<center><table><tr><td><IMG ID='img' border='0' src='http://www.peaks-jp.com/privateFile/New_Folder2/" + urls + ".jpg' align='absmiddle'></tr></table></center>\n";}

	else if (folder == "item"){
	w +="<center><table width='200'><tr><td><IMG ID='img' border='0' src='http://www.peaks-jp.com/shopFile003/" + urls + ".jpg' align='absmiddle'></tr></table></center>\n";}

	else { w +="<center><table><tr><td><IMG ID='img' border='0' src='http://www.peaks-jp.com/" + urls + "' align='absmiddle'></tr></table></center>\n";}

	w +="</BODY>\n</html>\n\n\n";

galleryPOP.document.open();
galleryPOP.document.write(w);
galleryPOP.document.close();
}