function OpenFigure(p1, p2) {
	var w;
	w = window.open(p1, p2, "width=775,height=550");
	w.moveTo(0,0);
}
