// JavaScript Document
function popGravure(dir){
	subWin1=window.open(dir+"/index.html","gravure","width=548,height=600,scrollbars=0,status=0,resize=0");
	subWin1.focus()
}