function sml_openw( address, title ) {
	mywindow = window.open(address, title, "width=700,height=600,left=100,top=200");
	mywindow.focus();
}
