//v1.0
//Copyright 2009 WISEBRAIN

function album(type){
	wx=620;
	wy=500;
	x=(screen.width-wx)/2;
	y=(screen.height-wy)/2;
	var files="";

	switch (type) {
	case "p1":
		files="img/kimono/kimono_1.html";
		break;
	case "p2":
		files="img/kimono/kimono_2.html";
		break;
	case "p3":
		files="img/kimono/kimono_3.html";
		break;
	case "p4":
		files="img/kimono/kimono_4.html";
		break;
	case "p5":
		files="img/kimono/kimono_5.html";
		break;
	case "p6":
		files="img/kimono/kimono_6.html";
		break;
	case "p7":
		files="img/kimono/kimono_7.html";
		break;
	case "p8":
		files="img/kimono/kimono_8.html";
		break;
	case "p9":
		files="img/kimono/kimono_9.html";
		break;
	case "p10":
		files="img/kimono/kimono_10.html";
		break;
	case "p11":
		files="img/kimono/kimono_11.html";
		break;
	case "p12":
		files="img/kimono/kimono_12.html";
		break;
	case "p13":
		files="img/kimono/kimono_13.html";
		break;
	case "p14":
		files="img/kimono/kimono_14.html";
		break;
	case "p15":
		files="img/kimono/kimono_15.html";
		break;
	case "p16":
		files="img/kimono/kimono_16.html";
		break;
	case "p17":
		files="img/kimono/kimono_17.html";
		break;
	case "p18":
		files="img/kimono/kimono_18.html";
		break;
	case "p19":
		files="img/kimono/kimono_19.html";
		break;
	case "p20":
		files="img/kimono/kimono_20.html";
		break;
	case "p21":
		files="img/kimono/kimono_21.html";
		break;
	case "p22":
		files="img/kimono/kimono_22.html";
		break;
	case "p23":
		files="img/kimono/kimono_23.html";
		break;
	case "p24":
		files="img/kimono/kimono_24.html";
		break;
	case "p25":
		files="img/kimono/kimono_25.html";
		break;
	case "p26":
		files="img/kimono/kimono_26.html";
		break;
	case "p27":
		files="img/kimono/kimono_27.html";
		break;
	case "p28":
		files="img/kimono/kimono_28.html";
		break;
	case "p29":
		files="img/kimono/kimono_29.html";
		break;
	}
	
	subwin = window.open(files,"albumpop","left="+x+",top="+y+",width="+wx+",height="+wy+",scrollbars=yes,location=no,Menu=no");

}