function open_w(link) {
	w=window.open(link,'','top=0,left=10,toolbar=1,scrollbars=1,resizable=0,width=700, height=800, resizable=yes');
	w.focus();
}

