// JavaScript Document
function seeDetail() {
	detailWin = window.open("workshop/pilate-workshop.htm", "workShop", "width=550, height=400" )
	seeDetail.focus()
}