function win360(addr, namen) {
	win1 = window.open(addr, namen, "scrollbars=yes,resizable=no,status=no");
}