function newWin(URL) {

	okno=window.open(URL,'blank');
	//okno.document.close();
	okno.focus();

}

