function openWindow (adress) {
	newWindow = window.open(adress, "_blank", "left=100,top=200,scrollbars=yes,resizable=yes");
	newWindow.focus();
}
