function open_window(str) {
    infowin = window.open(str, "infowin", "toolbar=no,location=0,directories=0,scrollbars=1,resizable=1,width=300,height=170");
	infowin.focus();
}
