function OpenWindow(http_path) {
	new_win = window.open(http_path, "ImageWindow", "left=50,top=50,width=600,height=500,scrollbars");
	new_win.focus();
}
