function new_window(uri)
{
	newwindow=window.open(uri,'newwindow','width=492,height=392,scrollbars=no');
	newwindow.focus();
}