function wopen(url, w, h)
{
	window.open(url, "edit", "width="+w+", height="+h+", left="+((screen.width-w)/2)+", top="+((screen.height-h)/2)+"");
}