<!--
function open_win(url){
	win = window.open(url,"armax","width=450,height=575,scrollbars=no,resizable=no");
	win.focus();
}
//-->