	function openNews(id) {
		domain=document.domain;
		if (domain=="server") domain="server:8032";
		window.open('http://'+domain+'/upload/include/home/vest_popup.asp?id='+id, 'Vest', 'resizable=0, width=597, height=450, scrollbars=1');
	}