function Wopen() {
popup=window.open("","teksti","scrollbars=1,resizable=1,width=600,height=400,left=200,top=200");
popup.focus();
}

