// JavaScript Document

var wurl="works.html";
function Wopen() {
	work=window.open(wurl,"work","width=480,height=530");
}
